Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@fuel ~]# iptables --list
- Chain INPUT (policy DROP)
- target prot opt source destination
- ACCEPT all -- anywhere anywhere /* 000 allow loopback */
- ACCEPT tcp -- 172.16.0.0/16 anywhere multiport dports ssh /* 010 ssh */ state NEW
- ACCEPT tcp -- anywhere anywhere multiport dports ntp /* 020 ntp */ state NEW
- ACCEPT udp -- anywhere anywhere multiport dports ntp /* 030 ntp_udp */ state NEW
- ACCEPT udp -- anywhere anywhere multiport dports snmptrap /* 040 snmp */ state NEW
- ACCEPT tcp -- anywhere anywhere multiport dports irdmi /* 050 nailgun_web */ state NEW
- ACCEPT tcp -- anywhere anywhere multiport dports vcom-tunnel /* 060 nailgun_internal */ state NEW
- REJECT tcp -- anywhere anywhere multiport dports vcom-tunnel /* 070 nailgun_internal_block_ext */ state NEW reject-with icmp-port-unreachable
- ACCEPT tcp -- anywhere anywhere multiport dports postgres ADDRTYPE match src-type LOCAL /* 080 postgres_local */ state NEW
- ACCEPT tcp -- anywhere anywhere multiport dports postgres /* 090 postgres */ state NEW
- REJECT tcp -- anywhere anywhere multiport dports postgres /* 100 postgres_block_ext */ state NEW reject-with icmp-port-unreachable
- ACCEPT tcp -- anywhere anywhere multiport dports domain /* 101 dns_tcp */
- ACCEPT udp -- anywhere anywhere multiport dports domain /* 102 dns_udp */
- ACCEPT udp -- anywhere anywhere multiport dports bootps,bootpc /* 103 dhcp */
- ACCEPT udp -- anywhere anywhere multiport dports tftp /* 104 tftp */
- ACCEPT tcp -- anywhere anywhere multiport dports squid /* 105 squidproxy */
- ACCEPT tcp -- anywhere anywhere multiport dports http,https /* 106 cobbler_web */
- ACCEPT tcp -- anywhere anywhere multiport dports 8777 /* 110 ostf_admin */ state NEW
- ACCEPT tcp -- anywhere anywhere multiport dports 8777 ADDRTYPE match src-type LOCAL /* 120 ostf_local */ state NEW
- REJECT tcp -- anywhere anywhere multiport dports 8777 /* 130 ostf_block_ext */ state NEW reject-with icmp-port-unreachable
- ACCEPT tcp -- anywhere anywhere multiport dports rsync /* 140 rsync */ state NEW
- ACCEPT tcp -- anywhere anywhere multiport dports shell /* 150 rsyslog */ state NEW
- ACCEPT udp -- anywhere anywhere multiport dports syslog /* 160 rsyslog */ state NEW
- ACCEPT tcp -- anywhere anywhere multiport dports epmd,amqp,61613 /* 170 rabbitmq_admin_net */ state NEW
- ACCEPT tcp -- anywhere anywhere multiport dports epmd,amqp,61613,15672 ADDRTYPE match src-type LOCAL /* 180 rabbitmq_local */ state NEW
- REJECT tcp -- anywhere anywhere multiport dports epmd,amqp,61613 /* 190 rabbitmq_block_ext */ state NEW reject-with icmp-port-unreachable
- ACCEPT tcp -- anywhere anywhere multiport dports pcsync-https /* 200 fuelweb_port */ state NEW
- ACCEPT tcp -- anywhere anywhere multiport dports commplex-main /* 210 keystone_admin */ state NEW
- ACCEPT tcp -- anywhere anywhere multiport dports openstack-id /* 220 keystone_admin_port admin_net */ state NEW
- ACCEPT tcp -- anywhere anywhere multiport dports webcache /* 230 nailgun_repo_admin */ state NEW
- ACCEPT icmp -- anywhere anywhere /* 240 allow icmp echo-request */ state NEW icmp echo-request
- ACCEPT icmp -- anywhere anywhere /* 250 allow icmp echo-reply */ state NEW icmp echo-reply
- ACCEPT icmp -- anywhere anywhere /* 260 allow icmp dest-unreach */ state NEW icmp destination-unreachable
- ACCEPT icmp -- anywhere anywhere /* 270 allow icmp time-exceeded */ state NEW icmp time-exceeded
- ext-filter-input all -- anywhere anywhere /* 970 externally defined rules: ext-filter-input */
- ACCEPT all -- anywhere anywhere /* 980 accept related established rules */ state RELATED,ESTABLISHED
- LOG all -- anywhere anywhere /* 999 iptables denied */ limit: avg 5/min burst 5 LOG level debug prefix "iptables denied: "
- Chain FORWARD (policy DROP)
- target prot opt source destination
- ACCEPT all -- 172.16.161.0/24 anywhere /* 010 forward admin_net */ state NEW
- ext-filter-forward all -- anywhere anywhere /* 970 externally defined rules */
- ACCEPT all -- anywhere anywhere /* 980 forward admin_net conntrack */ state RELATED,ESTABLISHED
- Chain OUTPUT (policy ACCEPT)
- target prot opt source destination
- Chain ext-filter-forward (1 references)
- target prot opt source destination
- Chain ext-filter-input (1 references)
- target prot opt source destination
- [root@fuel ~]# ps aux
- USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
- root 1 0.0 0.1 192104 7440 ? Ss 16:20 0:04 /usr/lib/systemd/systemd --switched-root --system --deserialize 21
- root 2 0.0 0.0 0 0 ? S 16:20 0:00 [kthreadd]
- root 3 0.0 0.0 0 0 ? S 16:20 0:00 [ksoftirqd/0]
- root 5 0.0 0.0 0 0 ? S< 16:20 0:00 [kworker/0:0H]
- root 7 0.0 0.0 0 0 ? S 16:20 0:00 [migration/0]
- root 8 0.0 0.0 0 0 ? S 16:20 0:00 [rcu_bh]
- root 9 0.0 0.0 0 0 ? S 16:20 0:00 [rcuob/0]
- root 10 0.0 0.0 0 0 ? S 16:20 0:00 [rcuob/1]
- root 11 0.0 0.0 0 0 ? S 16:20 0:00 [rcuob/2]
- root 12 0.0 0.0 0 0 ? S 16:20 0:00 [rcuob/3]
- root 13 0.0 0.0 0 0 ? S 16:20 0:00 [rcu_sched]
- root 14 0.0 0.0 0 0 ? S 16:20 0:00 [rcuos/0]
- root 15 0.0 0.0 0 0 ? S 16:20 0:00 [rcuos/1]
- root 16 0.0 0.0 0 0 ? S 16:20 0:00 [rcuos/2]
- root 17 0.0 0.0 0 0 ? S 16:20 0:00 [rcuos/3]
- root 18 0.0 0.0 0 0 ? S 16:20 0:00 [watchdog/0]
- root 19 0.0 0.0 0 0 ? S 16:20 0:00 [watchdog/1]
- root 20 0.0 0.0 0 0 ? S 16:20 0:00 [migration/1]
- root 21 0.0 0.0 0 0 ? S 16:20 0:00 [ksoftirqd/1]
- root 22 0.0 0.0 0 0 ? S 16:20 0:00 [kworker/1:0]
- root 24 0.0 0.0 0 0 ? S 16:20 0:00 [watchdog/2]
- root 25 0.0 0.0 0 0 ? S 16:20 0:00 [migration/2]
- root 26 0.0 0.0 0 0 ? S 16:20 0:00 [ksoftirqd/2]
- root 27 0.0 0.0 0 0 ? S 16:20 0:02 [kworker/2:0]
- root 28 0.0 0.0 0 0 ? S< 16:20 0:00 [kworker/2:0H]
- root 29 0.0 0.0 0 0 ? S 16:20 0:00 [watchdog/3]
- root 30 0.0 0.0 0 0 ? S 16:20 0:00 [migration/3]
- root 31 0.0 0.0 0 0 ? S 16:20 0:00 [ksoftirqd/3]
- root 33 0.0 0.0 0 0 ? S< 16:20 0:00 [kworker/3:0H]
- root 34 0.0 0.0 0 0 ? S< 16:20 0:00 [khelper]
- root 35 0.0 0.0 0 0 ? S 16:20 0:00 [kdevtmpfs]
- root 36 0.0 0.0 0 0 ? S< 16:20 0:00 [netns]
- root 37 0.0 0.0 0 0 ? S< 16:20 0:00 [perf]
- root 38 0.0 0.0 0 0 ? S< 16:20 0:00 [writeback]
- root 39 0.0 0.0 0 0 ? S< 16:20 0:00 [kintegrityd]
- root 40 0.0 0.0 0 0 ? S< 16:20 0:00 [bioset]
- root 41 0.0 0.0 0 0 ? S< 16:20 0:00 [kblockd]
- root 42 0.0 0.0 0 0 ? S< 16:20 0:00 [md]
- root 43 0.1 0.0 0 0 ? S 16:20 0:08 [kworker/0:1]
- root 47 0.0 0.0 0 0 ? S 16:20 0:00 [khungtaskd]
- root 48 0.0 0.0 0 0 ? S 16:20 0:00 [kswapd0]
- root 49 0.0 0.0 0 0 ? SN 16:20 0:00 [ksmd]
- root 50 0.0 0.0 0 0 ? SN 16:20 0:00 [khugepaged]
- root 51 0.0 0.0 0 0 ? S 16:20 0:00 [fsnotify_mark]
- root 52 0.0 0.0 0 0 ? S< 16:20 0:00 [crypto]
- root 60 0.0 0.0 0 0 ? S< 16:20 0:00 [kthrotld]
- root 62 0.0 0.0 0 0 ? S< 16:20 0:00 [kmpath_rdacd]
- root 63 0.0 0.0 0 0 ? S< 16:20 0:00 [kpsmoused]
- root 65 0.0 0.0 0 0 ? S< 16:20 0:00 [ipv6_addrconf]
- root 84 0.0 0.0 0 0 ? S< 16:20 0:00 [deferwq]
- root 119 0.0 0.0 0 0 ? S 16:20 0:00 [kauditd]
- root 287 0.0 0.0 0 0 ? S< 16:20 0:00 [ata_sff]
- root 290 0.0 0.0 0 0 ? S 16:20 0:00 [scsi_eh_0]
- root 291 0.0 0.0 0 0 ? S< 16:20 0:00 [scsi_tmf_0]
- root 292 0.0 0.0 0 0 ? S 16:20 0:00 [scsi_eh_1]
- root 293 0.0 0.0 0 0 ? S< 16:20 0:00 [scsi_tmf_1]
- root 294 0.0 0.0 0 0 ? S 16:20 0:00 [kworker/u8:2]
- root 296 0.0 0.0 0 0 ? S< 16:20 0:00 [events_power_ef]
- root 298 0.0 0.0 0 0 ? S 16:20 0:00 [scsi_eh_2]
- root 299 0.0 0.0 0 0 ? S< 16:20 0:00 [scsi_tmf_2]
- root 301 0.0 0.0 0 0 ? S< 16:20 0:00 [vmw_pvscsi_wq_2]
- root 308 0.0 0.0 0 0 ? S< 16:20 0:00 [ttm_swap]
- root 340 0.0 0.0 0 0 ? S< 16:20 0:00 [kworker/2:1H]
- root 411 0.0 0.0 0 0 ? S< 16:20 0:00 [kdmflush]
- root 412 0.0 0.0 0 0 ? S< 16:20 0:00 [bioset]
- root 422 0.0 0.0 0 0 ? S< 16:20 0:00 [kdmflush]
- root 423 0.0 0.0 0 0 ? S< 16:20 0:00 [bioset]
- root 425 0.0 0.0 0 0 ? S< 16:20 0:00 [kworker/1:1H]
- root 440 0.0 0.0 0 0 ? S 16:20 0:00 [jbd2/dm-0-8]
- root 441 0.0 0.0 0 0 ? S< 16:20 0:00 [ext4-rsv-conver]
- root 442 0.0 0.0 0 0 ? S< 16:20 0:00 [ext4-unrsv-conv]
- root 511 0.0 0.1 37948 5224 ? Ss 16:20 0:00 /usr/lib/systemd/systemd-journald
- root 530 0.0 0.1 203208 6784 ? Ss 16:20 0:00 /usr/sbin/lvmetad -f
- root 533 0.0 0.0 43384 2312 ? Ss 16:20 0:00 /usr/lib/systemd/systemd-udevd
- root 592 0.0 0.0 0 0 ? S< 16:20 0:00 [kdmflush]
- root 593 0.0 0.0 0 0 ? S< 16:20 0:00 [bioset]
- root 597 0.0 0.0 0 0 ? S< 16:20 0:00 [kdmflush]
- root 598 0.0 0.0 0 0 ? S< 16:20 0:00 [bioset]
- root 648 0.0 0.0 0 0 ? S< 16:20 0:00 [xfsalloc]
- root 649 0.0 0.0 0 0 ? S< 16:20 0:00 [xfs_mru_cache]
- root 650 0.0 0.0 0 0 ? S< 16:20 0:00 [xfs-buf/sda3]
- root 651 0.0 0.0 0 0 ? S< 16:20 0:00 [xfs-data/sda3]
- root 652 0.0 0.0 0 0 ? S< 16:20 0:00 [xfs-conv/sda3]
- root 653 0.0 0.0 0 0 ? S< 16:20 0:00 [xfs-cil/sda3]
- root 654 0.0 0.0 0 0 ? S 16:20 0:00 [xfsaild/sda3]
- root 661 0.0 0.0 0 0 ? S 16:20 0:00 [jbd2/dm-3-8]
- root 662 0.0 0.0 0 0 ? S< 16:20 0:00 [ext4-rsv-conver]
- root 663 0.0 0.0 0 0 ? S< 16:20 0:00 [ext4-unrsv-conv]
- root 668 0.0 0.0 0 0 ? S 16:20 0:00 [jbd2/dm-2-8]
- root 669 0.0 0.0 0 0 ? S< 16:20 0:00 [ext4-rsv-conver]
- root 670 0.0 0.0 0 0 ? S< 16:20 0:00 [ext4-unrsv-conv]
- root 695 0.0 0.0 51184 1616 ? S<sl 16:20 0:00 /sbin/auditd -n
- root 721 0.0 0.0 19308 1272 ? Ss 16:20 0:00 /usr/sbin/irqbalance --foreground
- root 729 0.0 0.0 26396 1780 ? Ss 16:20 0:00 /usr/lib/systemd/systemd-logind
- dbus 730 0.0 0.0 100612 2076 ? Ssl 16:20 0:00 /bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activat
- root 739 0.0 0.0 126360 1740 ? Ss 16:20 0:00 /usr/sbin/crond -n
- root 757 0.0 0.0 53060 2652 ? Ss 16:20 0:00 /usr/sbin/wpa_supplicant -u -f /var/log/wpa_supplicant.log -c /etc/wpa_supplicant/w
- polkitd 758 0.0 0.2 527452 11076 ? Ssl 16:20 0:00 /usr/lib/polkit-1/polkitd --no-debug
- root 7050 0.0 0.0 0 0 ? S 17:55 0:00 [kworker/0:0]
- root 7140 0.0 0.0 0 0 ? S 18:00 0:00 [kworker/3:0]
- root 7295 0.0 0.0 0 0 ? S 18:00 0:00 [kworker/0:2]
- root 7711 0.0 0.0 0 0 ? S 18:04 0:00 [kworker/u8:0]
- root 7748 0.1 0.1 134592 5116 ? Rs 18:06 0:00 sshd: root@pts/0
- root 7752 0.1 0.1 134588 4892 ? Ss 18:06 0:00 sshd: root@notty
- root 7756 0.0 0.0 116036 2728 pts/0 Ss 18:06 0:00 -bash
- root 7763 0.0 0.0 52692 1916 ? Ss 18:06 0:00 /usr/libexec/openssh/sftp-server
- root 7796 0.0 0.0 151028 1816 pts/0 R+ 18:07 0:00 ps aux
- root 10558 0.0 0.0 0 0 ? S< 16:20 0:00 [kworker/0:1H]
- root 10719 0.0 0.0 219752 3660 ? Ssl 16:21 0:00 /usr/sbin/rsyslogd -n
- root 11393 0.0 0.0 0 0 ? S< 16:23 0:00 [kworker/1:2H]
- root 11437 0.0 0.0 125428 1080 ? Ss 17:01 0:00 /usr/sbin/anacron -s
- root 12329 0.0 0.0 0 0 ? S 17:41 0:00 [kworker/u8:1]
- root 12790 0.0 0.0 0 0 ? S< 17:42 0:00 [dm_bufio_cache]
- root 12813 0.0 0.0 0 0 ? S< 17:42 0:00 [kdmflush]
- root 12814 0.0 0.0 0 0 ? S< 17:42 0:00 [bioset]
- root 12815 0.0 0.0 0 0 ? S< 17:42 0:00 [kdmflush]
- root 12817 0.0 0.0 0 0 ? S< 17:42 0:00 [bioset]
- root 12823 0.0 0.0 0 0 ? S< 17:42 0:00 [kdmflush]
- root 12824 0.0 0.0 0 0 ? S< 17:42 0:00 [bioset]
- root 12825 0.0 0.0 0 0 ? S< 17:42 0:00 [kcopyd]
- root 12826 0.0 0.0 0 0 ? S< 17:42 0:00 [bioset]
- root 12827 0.0 0.0 0 0 ? S< 17:42 0:00 [dm-thin]
- root 12828 0.0 0.0 0 0 ? S< 17:42 0:00 [bioset]
- root 12830 0.0 0.5 133552 20796 ? S<Lsl 17:42 0:00 /usr/sbin/dmeventd -f
- root 12889 0.0 0.0 115240 1444 ? Ss 17:42 0:00 /bin/sh -c /usr/bin/docker daemon $OPTIONS $DOCKER_STORAGE_OPTIONS
- root 12890 0.0 0.5 399968 21636 ? Sl 17:42 0:00 /usr/bin/docker daemon --selinux-enabled --storage-driver devicemapper --storage-op
- root 12891 0.0 0.0 101724 1920 ? Sl 17:42 0:00 /usr/bin/forward-journald -tag docker
- root 12924 0.1 0.0 0 0 ? S 17:42 0:02 [kworker/3:2]
- root 15066 0.1 0.2 26000 9096 ? S<L 17:43 0:02 /usr/bin/atop -a -w /var/log/atop/atop_20161104 20
- ntp 15220 0.0 0.0 29404 2028 ? Ss 17:43 0:00 /usr/sbin/ntpd -u ntp:ntp -g
- root 15697 0.0 0.0 82552 3600 ? Ss 17:43 0:00 /usr/sbin/sshd -D
- root 15901 0.1 0.0 0 0 ? S 17:43 0:02 [kworker/2:2]
- root 15904 0.0 0.0 0 0 ? S 17:43 0:01 [kworker/1:1]
- root 16229 0.0 0.0 0 0 ? S< 17:43 0:00 [kworker/3:1H]
- root 16239 0.0 0.9 522680 37200 ? Ss 17:43 0:00 /usr/bin/python2 /usr/bin/cobblerd -F
- root 16276 0.0 0.2 257760 8116 ? Ss 17:43 0:00 /usr/sbin/httpd -DFOREGROUND
- apache 16278 0.0 0.1 530204 6624 ? Sl 17:43 0:00 (wsgi:cobbler_w -DFOREGROUND
- apache 16279 0.0 0.1 259912 7304 ? S 17:43 0:00 /usr/sbin/httpd -DFOREGROUND
- apache 16280 0.0 0.1 259912 7304 ? S 17:43 0:00 /usr/sbin/httpd -DFOREGROUND
- apache 16281 0.0 0.1 259912 7304 ? S 17:43 0:00 /usr/sbin/httpd -DFOREGROUND
- apache 16282 0.0 0.1 259912 7420 ? S 17:43 0:00 /usr/sbin/httpd -DFOREGROUND
- apache 16283 0.0 0.1 259912 7420 ? S 17:43 0:00 /usr/sbin/httpd -DFOREGROUND
- apache 16346 0.0 0.1 259912 7304 ? S 17:44 0:00 /usr/sbin/httpd -DFOREGROUND
- root 16418 0.0 0.0 29300 1012 ? Ss 17:44 0:00 /usr/sbin/xinetd -stayalive -pidfile /var/run/xinetd.pid
- nobody 16594 0.0 0.0 15684 1408 ? Ss 17:44 0:00 /usr/sbin/dnsmasq -k
- postgres 16964 0.0 0.3 336112 14724 ? S 17:44 0:00 /usr/bin/postgres -D /var/lib/pgsql/data -p 5432
- postgres 16965 0.0 0.0 189668 1756 ? Ss 17:44 0:00 postgres: logger process
- postgres 16967 0.0 0.1 336236 4856 ? Ss 17:44 0:00 postgres: checkpointer process
- postgres 16968 0.0 0.0 336236 2740 ? Ss 17:44 0:00 postgres: writer process
- postgres 16969 0.0 0.0 336236 2148 ? Ss 17:44 0:00 postgres: wal writer process
- postgres 16970 0.0 0.0 336936 3220 ? Ss 17:44 0:00 postgres: autovacuum launcher process
- postgres 16971 0.0 0.0 191928 2148 ? Ss 17:44 0:00 postgres: stats collector process
- rabbitmq 17537 0.0 0.0 33048 708 ? S 17:44 0:00 epmd -daemon
- rabbitmq 17793 0.6 2.3 2346956 92604 ? Ssl 17:44 0:09 /usr/lib64/erlang/erts-7.1/bin/beam.smp -W w -A 64 -P 1048576 -t 5000000 -stbt db -
- rabbitmq 17997 0.0 0.0 11540 456 ? Ss 17:44 0:00 inet_gethost 4
- rabbitmq 17998 0.0 0.0 39380 1204 ? S 17:44 0:00 inet_gethost 4
- root 21356 0.0 0.9 422956 35212 ? Sl 17:45 0:00 ruby /usr/sbin/mcollectived --config=/etc/mcollective/server.cfg --pidfile=/var/run
- root 21796 0.0 0.0 115240 1476 ? Ss 17:45 0:00 /bin/bash /usr/bin/astuted --config /etc/astute/astuted.conf --logfile /var/log/ast
- root 21797 0.0 0.9 240640 37044 ? Sl 17:45 0:00 astute master
- root 21823 0.0 0.9 780204 35804 ? Sl 17:45 0:00 astute worker[0]
- root 21826 0.0 0.9 780204 35828 ? Sl 17:45 0:00 astute worker[1]
- root 21830 0.0 0.8 781232 33820 ? Sl 17:45 0:00 astute worker[2]
- root 21833 0.0 0.9 781232 35844 ? Sl 17:45 0:00 astute worker[3]
- root 21837 0.0 0.9 781232 35848 ? Sl 17:45 0:00 astute worker[4]
- root 21843 0.0 0.9 847796 35876 ? Sl 17:45 0:00 astute worker[5]
- root 21849 0.0 0.9 780204 35848 ? Sl 17:45 0:00 astute worker[6]
- keystone 22324 0.4 1.7 334128 66096 ? Ss 17:46 0:06 /usr/bin/python2 /usr/bin/keystone-all
- keystone 22331 0.0 1.5 334128 61824 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
- keystone 22332 0.0 1.5 334128 61808 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
- keystone 22333 0.0 1.5 334128 61860 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
- keystone 22334 0.0 1.5 334128 61860 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
- keystone 22335 0.0 1.5 334128 61808 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
- keystone 22336 0.0 1.5 334128 61816 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
- keystone 22337 0.0 1.5 334128 61876 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
- keystone 22338 0.0 1.5 334128 61876 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
- root 22368 0.0 0.0 85992 2380 ? Ss 17:46 0:00 login -- root
- root 22375 0.0 0.0 116168 2940 tty1 Ss+ 17:46 0:00 -bash
- [root@fuel ~]# netstat -nap
- Active Internet connections (servers and established)
- Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
- tcp 0 0 0.0.0.0:5000 0.0.0.0:* LISTEN 22324/python2
- tcp 0 0 172.16.161.100:5672 0.0.0.0:* LISTEN 17793/beam.smp
- tcp 0 0 0.0.0.0:4369 0.0.0.0:* LISTEN 17537/epmd
- tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 16594/dnsmasq
- tcp 0 0 172.16.161.100:53 0.0.0.0:* LISTEN 16594/dnsmasq
- tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 15697/sshd
- tcp 0 0 127.0.0.1:15672 0.0.0.0:* LISTEN 17793/beam.smp
- tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN 16964/postgres
- tcp 0 0 0.0.0.0:35357 0.0.0.0:* LISTEN 22324/python2
- tcp 0 0 0.0.0.0:41055 0.0.0.0:* LISTEN 17793/beam.smp
- tcp 0 0 127.0.0.1:25151 0.0.0.0:* LISTEN 16239/python2
- tcp 0 0 172.16.161.100:5672 172.16.161.100:40630 ESTABLISHED 17793/beam.smp
- tcp 0 0 172.16.161.100:5672 172.16.161.100:40627 ESTABLISHED 17793/beam.smp
- tcp 0 0 172.16.161.100:40626 172.16.161.100:5672 ESTABLISHED 21826/astute worker
- tcp 0 0 172.16.161.100:40629 172.16.161.100:5672 ESTABLISHED 21837/astute worker
- tcp 0 0 172.16.161.100:5672 172.16.161.100:40626 ESTABLISHED 17793/beam.smp
- tcp 0 0 172.16.160.100:22 172.16.7.101:56027 ESTABLISHED 7752/sshd: root@not
- tcp 0 0 172.16.161.100:5672 172.16.161.100:40629 ESTABLISHED 17793/beam.smp
- tcp 0 0 172.16.161.100:5672 172.16.161.100:40632 ESTABLISHED 17793/beam.smp
- tcp 0 0 172.16.161.100:5672 172.16.161.100:40628 ESTABLISHED 17793/beam.smp
- tcp 0 0 127.0.0.1:4369 127.0.0.1:49059 ESTABLISHED 17537/epmd
- tcp 0 0 172.16.161.100:40630 172.16.161.100:5672 ESTABLISHED 21843/astute worker
- tcp 0 136 172.16.160.100:22 172.16.7.101:56025 ESTABLISHED 7748/sshd: root@pts
- tcp 0 0 172.16.161.100:40628 172.16.161.100:5672 ESTABLISHED 21823/astute worker
- tcp 0 0 172.16.161.100:40632 172.16.161.100:5672 ESTABLISHED 21849/astute worker
- tcp 0 0 172.16.161.100:5672 172.16.161.100:40631 ESTABLISHED 17793/beam.smp
- tcp 0 0 172.16.160.100:4369 172.16.160.100:59477 TIME_WAIT -
- tcp 0 0 127.0.0.1:49059 127.0.0.1:4369 ESTABLISHED 17793/beam.smp
- tcp 0 0 172.16.161.100:40627 172.16.161.100:5672 ESTABLISHED 21833/astute worker
- tcp 0 0 172.16.161.100:42486 172.16.161.100:61613 ESTABLISHED 21356/ruby
- tcp 0 0 172.16.161.100:40631 172.16.161.100:5672 ESTABLISHED 21830/astute worker
- tcp6 0 0 :::61613 :::* LISTEN 17793/beam.smp
- tcp6 0 0 :::80 :::* LISTEN 16276/httpd
- tcp6 0 0 ::1:53 :::* LISTEN 16594/dnsmasq
- tcp6 0 0 fe80::250:56ff:febf::53 :::* LISTEN 16594/dnsmasq
- tcp6 0 0 :::443 :::* LISTEN 16276/httpd
- tcp6 0 0 172.16.161.100:61613 172.16.161.100:42486 ESTABLISHED 17793/beam.smp
- udp 0 0 127.0.0.1:53 0.0.0.0:* 16594/dnsmasq
- udp 0 0 172.16.161.100:53 0.0.0.0:* 16594/dnsmasq
- udp 0 0 0.0.0.0:67 0.0.0.0:* 16594/dnsmasq
- udp 0 0 0.0.0.0:69 0.0.0.0:* 16418/xinetd
- udp 0 0 172.17.0.1:123 0.0.0.0:* 15220/ntpd
- udp 0 0 172.16.161.100:123 0.0.0.0:* 15220/ntpd
- udp 0 0 172.16.160.100:123 0.0.0.0:* 15220/ntpd
- udp 0 0 127.0.0.1:123 0.0.0.0:* 15220/ntpd
- udp 0 0 0.0.0.0:123 0.0.0.0:* 15220/ntpd
- udp6 0 0 ::1:47108 ::1:47108 ESTABLISHED 16964/postgres
- udp6 0 0 ::1:53 :::* 16594/dnsmasq
- udp6 0 0 fe80::250:56ff:febf::53 :::* 16594/dnsmasq
- udp6 0 0 fe80::250:56ff:febf:123 :::* 15220/ntpd
- udp6 0 0 fe80::250:56ff:febf:123 :::* 15220/ntpd
- udp6 0 0 ::1:123 :::* 15220/ntpd
- udp6 0 0 :::123 :::* 15220/ntpd
- raw 0 0 0.0.0.0:255 0.0.0.0:* 7 15066/atop
- Active UNIX domain sockets (servers and established)
- Proto RefCnt Flags Type State I-Node PID/Program name Path
- unix 2 [ ACC ] STREAM LISTENING 61205 16276/httpd /var/run/wsgi.16276.0.1.sock
- unix 2 [ ] DGRAM 1364 1/systemd /run/systemd/notify
- unix 2 [ ACC ] STREAM LISTENING 43772 12890/docker /var/lib/docker/network/files/c6195cd33525b1cf88d29dfa13b64faa3b5484d6538ead86795d6bfe27dbc804.sock
- unix 2 [ ACC ] STREAM LISTENING 1382 1/systemd /run/systemd/journal/stdout
- unix 7 [ ] DGRAM 1385 1/systemd /run/systemd/journal/socket
- unix 10 [ ] DGRAM 1387 1/systemd /dev/log
- unix 2 [ ACC ] STREAM LISTENING 65941 16964/postgres /tmp/.s.PGSQL.5432
- unix 2 [ ACC ] STREAM LISTENING 8067 1/systemd /run/systemd/private
- unix 2 [ ACC ] STREAM LISTENING 12173 1/systemd /var/run/dbus/system_bus_socket
- unix 2 [ ACC ] STREAM LISTENING 65939 16964/postgres /var/run/postgresql/.s.PGSQL.5432
- unix 2 [ ACC ] STREAM LISTENING 8100 1/systemd /run/lvm/lvmetad.socket
- unix 2 [ ] DGRAM 8136 1/systemd /run/systemd/shutdownd
- unix 2 [ ACC ] STREAM LISTENING 40919 12890/docker /var/run/docker.sock
- unix 2 [ ACC ] SEQPACKET LISTENING 8151 1/systemd /run/udev/control
- unix 2 [ ACC ] STREAM LISTENING 8950 1/systemd /run/lvm/lvmpolld.socket
- unix 3 [ ] STREAM CONNECTED 18448 757/wpa_supplicant
- unix 2 [ ] DGRAM 11169 695/auditd
- unix 2 [ ] DGRAM 43747 12891/forward-journ
- unix 3 [ ] STREAM CONNECTED 55996 15697/sshd
- unix 3 [ ] STREAM CONNECTED 68359 511/systemd-journal /run/systemd/journal/stdout
- unix 3 [ ] STREAM CONNECTED 15924 739/crond
- unix 3 [ ] STREAM CONNECTED 16666 511/systemd-journal /run/systemd/journal/stdout
- unix 3 [ ] STREAM CONNECTED 14075 729/systemd-logind
- unix 3 [ ] STREAM CONNECTED 43715 12830/dmeventd
- unix 3 [ ] STREAM CONNECTED 12231 1/systemd
- unix 3 [ ] STREAM CONNECTED 40874 12890/docker
- unix 2 [ ] DGRAM 54350 15220/ntpd
- unix 3 [ ] STREAM CONNECTED 15839 511/systemd-journal /run/systemd/journal/stdout
- unix 3 [ ] STREAM CONNECTED 18519 757/wpa_supplicant
- unix 3 [ ] STREAM CONNECTED 43716 511/systemd-journal /run/systemd/journal/stdout
- unix 3 [ ] STREAM CONNECTED 40917 12890/docker
- unix 2 [ ] DGRAM 34366 11437/anacron
- unix 2 [ ] DGRAM 44090 12890/docker
- unix 3 [ ] STREAM CONNECTED 11735 533/systemd-udevd
- unix 3 [ ] STREAM CONNECTED 61173 16239/python2
- unix 2 [ ] DGRAM 82121 1/systemd
- unix 3 [ ] STREAM CONNECTED 15864 730/dbus-daemon
- unix 3 [ ] STREAM CONNECTED 54260 511/systemd-journal /run/systemd/journal/stdout
- unix 2 [ ] DGRAM 11737 533/systemd-udevd
- unix 3 [ ] STREAM CONNECTED 15849 511/systemd-journal /run/systemd/journal/stdout
- unix 2 [ ] DGRAM 59291 16418/xinetd
- unix 3 [ ] STREAM CONNECTED 16039 758/polkitd
- unix 2 [ ] DGRAM 40813 12830/dmeventd
- unix 3 [ ] STREAM CONNECTED 15868 730/dbus-daemon /var/run/dbus/system_bus_socket
- unix 3 [ ] STREAM CONNECTED 41677 730/dbus-daemon /var/run/dbus/system_bus_socket
- unix 3 [ ] STREAM CONNECTED 17663 730/dbus-daemon /var/run/dbus/system_bus_socket
- unix 3 [ ] STREAM CONNECTED 59873 511/systemd-journal /run/systemd/journal/stdout
- unix 3 [ ] STREAM CONNECTED 41678 730/dbus-daemon /var/run/dbus/system_bus_socket
- unix 3 [ ] STREAM CONNECTED 78723 22324/python2
- unix 3 [ ] STREAM CONNECTED 69094 17793/beam.smp
- unix 3 [ ] STREAM CONNECTED 61746 16276/httpd
- unix 2 [ ] DGRAM 15851 729/systemd-logind
- unix 2 [ ] DGRAM 17440 739/crond
- unix 2 [ ] DGRAM 15879 730/dbus-daemon
- unix 3 [ ] STREAM CONNECTED 40918 12890/docker
- unix 3 [ ] STREAM CONNECTED 17669 730/dbus-daemon /var/run/dbus/system_bus_socket
- unix 3 [ ] STREAM CONNECTED 78980 511/systemd-journal /run/systemd/journal/stdout
- unix 3 [ ] DGRAM 11753 533/systemd-udevd
- unix 3 [ ] STREAM CONNECTED 10527 511/systemd-journal /run/systemd/journal/stdout
- unix 3 [ ] STREAM CONNECTED 16434 721/irqbalance
- unix 3 [ ] STREAM CONNECTED 63265 16965/postgres: log
- unix 3 [ ] STREAM CONNECTED 10535 511/systemd-journal /run/systemd/journal/stdout
- unix 3 [ ] STREAM CONNECTED 60009 511/systemd-journal /run/systemd/journal/stdout
- unix 3 [ ] STREAM CONNECTED 81500 511/systemd-journal /run/systemd/journal/stdout
- unix 3 [ ] STREAM CONNECTED 14089 729/systemd-logind
- unix 2 [ ] DGRAM 16044 758/polkitd
- unix 3 [ ] STREAM CONNECTED 15865 730/dbus-daemon /var/run/dbus/system_bus_socket
- unix 3 [ ] STREAM CONNECTED 15973 511/systemd-journal /run/systemd/journal/stdout
- unix 3 [ ] STREAM CONNECTED 16616 730/dbus-daemon
- unix 3 [ ] STREAM CONNECTED 15863 730/dbus-daemon
- unix 3 [ ] STREAM CONNECTED 41669 730/dbus-daemon /var/run/dbus/system_bus_socket
- unix 3 [ ] STREAM CONNECTED 63266 511/systemd-journal /run/systemd/journal/stdout
- unix 3 [ ] DGRAM 11752 533/systemd-udevd
- unix 3 [ ] STREAM CONNECTED 12470 530/lvmetad
- unix 3 [ ] STREAM CONNECTED 78059 21796/bash
- unix 3 [ ] STREAM CONNECTED 15848 511/systemd-journal /run/systemd/journal/stdout
- [root@fuel ~]# systemctl -a
- UNIT LOAD ACTIVE SUB DESCRIPTION
- proc-sys-fs-binfmt_misc.automount loaded active running Arbitrary Executable File Formats File System Automount P
- dev-block-8:4.device loaded inactive dead dev-block-8:4.device
- dev-block-8:5.device loaded inactive dead dev-block-8:5.device
- dev-cdrom.device loaded active plugged VMware_Virtual_IDE_CDROM_Drive
- dev-disk-by\x2did-ata\x2dVMware_Virtual_IDE_CDROM_Drive_10000000000000000001.device loaded active plugged VMware_Virtual_IDE_CDROM_Drive
- dev-disk-by\x2did-dm\x2dname\x2dos\x2droot.device loaded active plugged /dev/disk/by-id/dm-name-os-root
- dev-disk-by\x2did-dm\x2dname\x2dos\x2dswap.device loaded active plugged /dev/disk/by-id/dm-name-os-swap
- dev-disk-by\x2did-dm\x2dname\x2dos\x2dvar.device loaded active plugged /dev/disk/by-id/dm-name-os-var
- dev-disk-by\x2did-dm\x2dname\x2dos\x2dvarlog.device loaded active plugged /dev/disk/by-id/dm-name-os-varlog
- dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dj0FaTygpTSfuL1uP8Hhfpm6LX0hLpLHGCZG2vIdeDDTO0qe1LGvxXF0bePq2STpw.device loaded active plugged /dev/d
- dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dj0FaTygpTSfuL1uP8Hhfpm6LX0hLpLHGJGoGHlimyeGGaESM9lUZT3yQfkxJO9LA.device loaded active plugged /dev/d
- dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dj0FaTygpTSfuL1uP8Hhfpm6LX0hLpLHGSjnVIh2dmViA1WqM41XGX0osj9Rs6n0J.device loaded active plugged /dev/d
- dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dj0FaTygpTSfuL1uP8Hhfpm6LX0hLpLHGvs1eq5ji6jYq8lh6u8UdrDNA6zdKziDJ.device loaded active plugged /dev/d
- dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dKje87E\x2d8eaX\x2d9T7h\x2d4P3h\x2dAVL5\x2d9Ly3\x2dP5QMQw.device loaded active plugged Virtual_disk 4
- dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dZxAtEA\x2d4Hk8\x2dFksd\x2dIDBr\x2dAkzc\x2dENip\x2dp8XgOE.device loaded active plugged Virtual_disk 5
- dev-disk-by\x2dpartlabel-primary.device loaded active plugged Virtual_disk primary
- dev-disk-by\x2dpartuuid-141c5fa7\x2d1c0d\x2d46d8\x2d8f33\x2d879a97d99897.device loaded active plugged Virtual_disk primary
- dev-disk-by\x2dpartuuid-54ae95da\x2d2939\x2d426d\x2d8013\x2d3a64a8e1cc6a.device loaded active plugged Virtual_disk 5
- dev-disk-by\x2dpartuuid-6844eeaf\x2d6752\x2d4022\x2daef0\x2d93b5d7a05ec9.device loaded active plugged Virtual_disk 4
- dev-disk-by\x2dpartuuid-be4b66d4\x2dd14d\x2d4ea4\x2dac42\x2d5d70b4111e29.device loaded active plugged Virtual_disk primary
- dev-disk-by\x2dpartuuid-f0dfe7b2\x2d2c66\x2d42ed\x2dbee5\x2d02bf3f3982a3.device loaded active plugged Virtual_disk primary
- dev-disk-by\x2dpath-pci\x2d0000:00:07.1\x2data\x2d2.0.device loaded active plugged VMware_Virtual_IDE_CDROM_Drive
- dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dscsi\x2d0:0:0:0.device loaded active plugged Virtual_disk
- dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dscsi\x2d0:0:0:0\x2dpart1.device loaded active plugged Virtual_disk primary
- dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dscsi\x2d0:0:0:0\x2dpart2.device loaded active plugged Virtual_disk primary
- dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dscsi\x2d0:0:0:0\x2dpart3.device loaded active plugged Virtual_disk primary
- dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dscsi\x2d0:0:0:0\x2dpart4.device loaded active plugged Virtual_disk 4
- dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dscsi\x2d0:0:0:0\x2dpart5.device loaded active plugged Virtual_disk 5
- dev-disk-by\x2duuid-454f28dd\x2d2542\x2d4606\x2d9b08\x2d30f12ac1b40b.device loaded active plugged /dev/disk/by-uuid/454f28dd-2542-4606-9b08
- dev-disk-by\x2duuid-4591\x2d63E3.device loaded active plugged Virtual_disk primary
- dev-disk-by\x2duuid-74374327\x2d8444\x2d4a3c\x2d89c8\x2d83e1e9872adf.device loaded active plugged /dev/disk/by-uuid/74374327-8444-4a3c-89c8
- dev-disk-by\x2duuid-bdd203d5\x2d11fd\x2d4f59\x2da8b5\x2d30a923ac9822.device loaded active plugged Virtual_disk primary
- dev-disk-by\x2duuid-c170b884\x2d6504\x2d4dcd\x2d86f4\x2d2ab25a7df3b8.device loaded active plugged /dev/disk/by-uuid/c170b884-6504-4dcd-86f4
- dev-disk-by\x2duuid-e9ac2a15\x2df3bd\x2d4bde\x2d8eb0\x2dc49ed11ae3a4.device loaded active plugged /dev/disk/by-uuid/e9ac2a15-f3bd-4bde-8eb0
- dev-dm\x2d0.device loaded active plugged /dev/dm-0
- dev-dm\x2d1.device loaded active plugged /dev/dm-1
- dev-dm\x2d2.device loaded active plugged /dev/dm-2
- dev-dm\x2d3.device loaded active plugged /dev/dm-3
- dev-dm\x2d4.device loaded active plugged /dev/dm-4
- dev-dm\x2d5.device loaded active plugged /dev/dm-5
- dev-dm\x2d6.device loaded active plugged /dev/dm-6
- dev-docker-docker\x2dpool.device loaded active plugged /dev/docker/docker-pool
- dev-mapper-docker\x2ddocker\x2d\x2dpool.device loaded active plugged /dev/mapper/docker-docker--pool
- dev-mapper-docker\x2ddocker\x2d\x2dpool_tdata.device loaded active plugged /dev/mapper/docker-docker--pool_tdata
- dev-mapper-docker\x2ddocker\x2d\x2dpool_tmeta.device loaded active plugged /dev/mapper/docker-docker--pool_tmeta
- dev-mapper-os\x2droot.device loaded active plugged /dev/mapper/os-root
- dev-mapper-os\x2dswap.device loaded active plugged /dev/mapper/os-swap
- dev-mapper-os\x2dvar.device loaded active plugged /dev/mapper/os-var
- dev-mapper-os\x2dvarlog.device loaded active plugged /dev/mapper/os-varlog
- dev-os-root.device loaded active plugged /dev/os/root
- dev-os-swap.device loaded active plugged /dev/os/swap
- dev-os-var.device loaded active plugged /dev/os/var
- dev-os-varlog.device loaded active plugged /dev/os/varlog
- dev-sda.device loaded active plugged Virtual_disk
- dev-sda1.device loaded active plugged Virtual_disk primary
- dev-sda2.device loaded active plugged Virtual_disk primary
- dev-sda3.device loaded active plugged Virtual_disk primary
- dev-sda4.device loaded active plugged Virtual_disk 4
- dev-sda5.device loaded active plugged Virtual_disk 5
- dev-sr0.device loaded active plugged VMware_Virtual_IDE_CDROM_Drive
- dev-ttyS0.device loaded active plugged /dev/ttyS0
- dev-ttyS1.device loaded active plugged /dev/ttyS1
- dev-ttyS2.device loaded active plugged /dev/ttyS2
- dev-ttyS3.device loaded active plugged /dev/ttyS3
- sys-devices-pci0000:00-0000:00:07.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device loaded active plugged VMware_Virtual_IDE_CDROM_Drive
- sys-devices-pci0000:00-0000:00:15.0-0000:03:00.0-host2-target2:0:0-2:0:0:0-block-sda-sda1.device loaded active plugged Virtual_disk primary
- sys-devices-pci0000:00-0000:00:15.0-0000:03:00.0-host2-target2:0:0-2:0:0:0-block-sda-sda2.device loaded active plugged Virtual_disk primary
- sys-devices-pci0000:00-0000:00:15.0-0000:03:00.0-host2-target2:0:0-2:0:0:0-block-sda-sda3.device loaded active plugged Virtual_disk primary
- sys-devices-pci0000:00-0000:00:15.0-0000:03:00.0-host2-target2:0:0-2:0:0:0-block-sda-sda4.device loaded active plugged Virtual_disk 4
- sys-devices-pci0000:00-0000:00:15.0-0000:03:00.0-host2-target2:0:0-2:0:0:0-block-sda-sda5.device loaded active plugged Virtual_disk 5
- sys-devices-pci0000:00-0000:00:15.0-0000:03:00.0-host2-target2:0:0-2:0:0:0-block-sda.device loaded active plugged Virtual_disk
- sys-devices-pci0000:00-0000:00:16.0-0000:0b:00.0-net-eth0.device loaded active plugged VMXNET3 Ethernet Controller
- sys-devices-pci0000:00-0000:00:17.0-0000:13:00.0-net-eth1.device loaded active plugged VMXNET3 Ethernet Controller
- sys-devices-platform-serial8250-tty-ttyS0.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS0
- sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
- sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
- sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
- sys-devices-virtual-block-dm\x2d0.device loaded active plugged /sys/devices/virtual/block/dm-0
- sys-devices-virtual-block-dm\x2d1.device loaded active plugged /sys/devices/virtual/block/dm-1
- sys-devices-virtual-block-dm\x2d2.device loaded active plugged /sys/devices/virtual/block/dm-2
- sys-devices-virtual-block-dm\x2d3.device loaded active plugged /sys/devices/virtual/block/dm-3
- sys-devices-virtual-block-dm\x2d4.device loaded active plugged /sys/devices/virtual/block/dm-4
- sys-devices-virtual-block-dm\x2d5.device loaded active plugged /sys/devices/virtual/block/dm-5
- sys-devices-virtual-block-dm\x2d6.device loaded active plugged /sys/devices/virtual/block/dm-6
- sys-devices-virtual-net-docker0.device loaded active plugged /sys/devices/virtual/net/docker0
- sys-module-configfs.device loaded active plugged /sys/module/configfs
- sys-subsystem-net-devices-docker0.device loaded active plugged /sys/subsystem/net/devices/docker0
- sys-subsystem-net-devices-eth0.device loaded active plugged VMXNET3 Ethernet Controller
- sys-subsystem-net-devices-eth1.device loaded active plugged VMXNET3 Ethernet Controller
- -.mount loaded active mounted /
- boot-efi.mount loaded active mounted /boot/efi
- boot.mount loaded active mounted /boot
- dev-hugepages.mount loaded active mounted Huge Pages File System
- dev-mqueue.mount loaded active mounted POSIX Message Queue File System
- proc-sys-fs-binfmt_misc.mount loaded active mounted Arbitrary Executable File Formats File System
- run-user-0.mount loaded active mounted /run/user/0
- sys-fs-fuse-connections.mount loaded inactive dead FUSE Control File System
- sys-kernel-config.mount loaded active mounted Configuration File System
- sys-kernel-debug.mount loaded active mounted Debug File System
- tmp.mount loaded inactive dead Temporary Directory
- var-log.mount loaded active mounted /var/log
- var.mount loaded active mounted /var
- brandbot.path loaded active waiting Flexible branding
- systemd-ask-password-console.path loaded inactive dead Dispatch Password Requests to Console Directory Watch
- systemd-ask-password-plymouth.path loaded active waiting Forward Password Requests to Plymouth Directory Watch
- systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
- session-1.scope loaded active abandoned Session 1 of user root
- session-11.scope loaded active running Session 11 of user root
- session-19.scope loaded active running Session 19 of user root
- session-20.scope loaded active running Session 20 of user root
- session-6.scope loaded active abandoned Session 6 of user root
- acpid.service loaded inactive dead ACPI Event Daemon
- astute.service loaded active running astute.service
- atop.service loaded active running advanced interactive monitor
- auditd.service loaded active running Security Auditing Service
- blk-availability.service loaded inactive dead Availability of block devices
- brandbot.service loaded inactive dead Flexible Branding Service
- ● cloud-final.service not-found inactive dead cloud-final.service
- cobblerd.service loaded active running Cobbler Helper Daemon
- crond.service loaded active running Command Scheduler
- dbus.service loaded active running D-Bus System Message Bus
- ● display-manager.service not-found inactive dead display-manager.service
- dm-event.service loaded active running Device-mapper event daemon
- dnsmasq.service loaded active running DNS caching server.
- docker-storage-setup.service loaded inactive dead Docker Storage Setup
- docker.service loaded active running Docker Application Container Engine
- dracut-shutdown.service loaded inactive dead Restore /run/initramfs
- emergency.service loaded inactive dead Emergency Shell
- epmd@0.0.0.0.service loaded inactive dead Erlang Port Mapper Daemon
- ● fcoe.service not-found inactive dead fcoe.service
- getty@tty1.service loaded active running Getty on tty1
- httpd.service loaded active running The Apache HTTP Server
- ip6tables.service loaded inactive dead IPv6 firewall with ip6tables
- iptables.service loaded active exited IPv4 firewall with iptables
- irqbalance.service loaded active running irqbalance daemon
- ● iscsi-shutdown.service not-found inactive dead iscsi-shutdown.service
- ● iscsi.service not-found inactive dead iscsi.service
- ● iscsid.service not-found inactive dead iscsid.service
- ● kdump.service loaded failed failed Crash recovery kernel arming
- kmod-static-nodes.service loaded active exited Create list of required static device nodes for the curre
- ldconfig.service loaded active exited Rebuild Dynamic Linker Cache
- ● lvm2-activation-early.service not-found inactive dead lvm2-activation-early.service
- ● lvm2-activation.service not-found inactive dead lvm2-activation.service
- lvm2-lvmetad.service loaded active running LVM2 metadata daemon
- lvm2-lvmpolld.service loaded inactive dead LVM2 poll daemon
- lvm2-monitor.service loaded active exited Monitoring of LVM2 mirrors, snapshots etc. using dmeventd
- lvm2-pvscan@8:4.service loaded active exited LVM2 PV scan on device 8:4
- lvm2-pvscan@8:5.service loaded active exited LVM2 PV scan on device 8:5
- mcollective.service loaded active running The Marionette Collective
- mdmonitor.service loaded inactive dead Software RAID monitoring and management
- microcode.service loaded inactive dead Load CPU microcode update
- multipathd.service loaded inactive dead Device-Mapper Multipath Device Controller
- network.service loaded active exited LSB: Bring up/down networking
- ● NetworkManager-wait-online.service not-found inactive dead NetworkManager-wait-online.service
- ● NetworkManager.service not-found inactive dead NetworkManager.service
- ntpd.service loaded active running Network Time Service
- ntpdate.service loaded inactive dead Set time via NTP
- openstack-keystone.service loaded active running OpenStack Identity Service (code-named Keystone)
- plymouth-quit-wait.service loaded inactive dead Wait for Plymouth Boot Screen to Quit
- plymouth-quit.service loaded inactive dead Terminate Plymouth Boot Screen
- plymouth-read-write.service loaded inactive dead Tell Plymouth To Write Out Runtime Data
- plymouth-start.service loaded inactive dead Show Plymouth Boot Screen
- polkit.service loaded active running Authorization Manager
- postgresql.service loaded active running PostgreSQL database server
- rabbitmq-server.service loaded active running RabbitMQ broker
- rc-local.service loaded inactive dead /etc/rc.d/rc.local Compatibility
- rescue.service loaded inactive dead Rescue Shell
- rhel-autorelabel-mark.service loaded inactive dead Mark the need to relabel after reboot
- rhel-autorelabel.service loaded inactive dead Relabel all filesystems, if necessary
- rhel-configure.service loaded inactive dead Reconfigure the system on administrator request
- rhel-dmesg.service loaded active exited Dump dmesg to /var/log/dmesg
- rhel-import-state.service loaded active exited Import network configuration from initramfs
- rhel-loadmodules.service loaded inactive dead Load legacy module configuration
- rhel-readonly.service loaded active exited Configure read-only root support
- rsyslog.service loaded active running System Logging Service
- ● sntp.service not-found inactive dead sntp.service
- sshd-keygen.service loaded inactive dead OpenSSH Server Key Generation
- sshd.service loaded active running OpenSSH server daemon
- ● syslog.service not-found inactive dead syslog.service
- sysstat.service loaded inactive dead Resets System Activity Logs
- systemd-ask-password-console.service loaded inactive dead Dispatch Password Requests to Console
- systemd-ask-password-plymouth.service loaded inactive dead Forward Password Requests to Plymouth
- systemd-ask-password-wall.service loaded inactive dead Forward Password Requests to Wall
- systemd-binfmt.service loaded inactive dead Set Up Additional Binary Formats
- systemd-firstboot.service loaded inactive dead First Boot Wizard
- systemd-fsck-root.service loaded active exited File System Check on Root Device
- systemd-fsck@dev-mapper-os\x2dvar.service loaded active exited File System Check on /dev/mapper/os-var
- systemd-fsck@dev-mapper-os\x2dvarlog.service loaded active exited File System Check on /dev/mapper/os-varlog
- systemd-hwdb-update.service loaded active exited Rebuild Hardware Database
- systemd-initctl.service loaded inactive dead /dev/initctl Compatibility Daemon
- systemd-journal-catalog-update.service loaded active exited Rebuild Journal Catalog
- systemd-journal-flush.service loaded active exited Flush Journal to Persistent Storage
- systemd-journald.service loaded active running Journal Service
- systemd-logind.service loaded active running Login Service
- systemd-machine-id-commit.service loaded inactive dead Commit a transient machine-id on disk
- systemd-modules-load.service loaded inactive dead Load Kernel Modules
- ● systemd-random-seed-load.service not-found inactive dead systemd-random-seed-load.service
- systemd-random-seed.service loaded active exited Load/Save Random Seed
- systemd-readahead-collect.service loaded inactive dead Collect Read-Ahead Data
- systemd-readahead-done.service loaded inactive dead Stop Read-Ahead Data Collection
- systemd-readahead-replay.service loaded inactive dead Replay Read-Ahead Data
- systemd-reboot.service loaded inactive dead Reboot
- systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
- systemd-shutdownd.service loaded inactive dead Delayed Shutdown Service
- systemd-sysctl.service loaded active exited Apply Kernel Variables
- ● systemd-sysusers.service not-found inactive dead systemd-sysusers.service
- systemd-tmpfiles-clean.service loaded inactive dead Cleanup of Temporary Directories
- systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev
- systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories
- systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
- systemd-udevd.service loaded active running udev Kernel Device Manager
- systemd-update-done.service loaded active exited Update is Completed
- systemd-update-utmp-runlevel.service loaded inactive dead Update UTMP about System Runlevel Changes
- systemd-update-utmp.service loaded active exited Update UTMP about System Boot/Shutdown
- systemd-user-sessions.service loaded active exited Permit User Sessions
- systemd-vconsole-setup.service loaded active exited Setup Virtual Console
- tftp.service loaded inactive dead Tftp Server
- unbound-anchor.service loaded inactive dead update of the root trust anchor for DNSSEC validation in
- wpa_supplicant.service loaded active running WPA Supplicant daemon
- xinetd.service loaded active running Xinetd A Powerful Replacement For Inetd
- -.slice loaded active active Root Slice
- system-epmd.slice loaded inactive dead system-epmd.slice
- system-getty.slice loaded active active system-getty.slice
- system-lvm2\x2dpvscan.slice loaded active active system-lvm2\x2dpvscan.slice
- system-systemd\x2dfsck.slice loaded active active system-systemd\x2dfsck.slice
- system.slice loaded active active System Slice
- user-0.slice loaded active active user-0.slice
- user.slice loaded active active User and Session Slice
- dbus.socket loaded active running D-Bus System Message Bus Socket
- dm-event.socket loaded active running Device-mapper event daemon FIFOs
- ● epmd@0.0.0.0.socket loaded failed failed Erlang Port Mapper Daemon Activation Socket
- lvm2-lvmetad.socket loaded active running LVM2 metadata daemon socket
- lvm2-lvmpolld.socket loaded active listening LVM2 poll daemon socket
- sshd.socket loaded inactive dead OpenSSH Server Socket
- syslog.socket loaded inactive dead Syslog Socket
- systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
- systemd-journald.socket loaded active running Journal Socket
- systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
- systemd-udevd-control.socket loaded active running udev Control Socket
- systemd-udevd-kernel.socket loaded active running udev Kernel Socket
- tftp.socket loaded inactive dead Tftp Server Activation Socket
- dev-disk-by\x2did-dm\x2dname\x2dos\x2dswap.swap loaded active active /dev/disk/by-id/dm-name-os-swap
- dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dj0FaTygpTSfuL1uP8Hhfpm6LX0hLpLHGCZG2vIdeDDTO0qe1LGvxXF0bePq2STpw.swap loaded active active /dev/dis
- dev-disk-by\x2duuid-74374327\x2d8444\x2d4a3c\x2d89c8\x2d83e1e9872adf.swap loaded active active /dev/disk/by-uuid/74374327-8444-4a3c-89c8-8
- dev-dm\x2d1.swap loaded active active /dev/dm-1
- dev-mapper-os\x2dswap.swap loaded active active /dev/mapper/os-swap
- dev-os-swap.swap loaded active active /dev/os/swap
- basic.target loaded active active Basic System
- cryptsetup.target loaded active active Encrypted Volumes
- emergency.target loaded inactive dead Emergency Mode
- final.target loaded inactive dead Final Step
- getty.target loaded active active Login Prompts
- graphical.target loaded inactive dead Graphical Interface
- local-fs-pre.target loaded active active Local File Systems (Pre)
- local-fs.target loaded active active Local File Systems
- multi-user.target loaded active active Multi-User System
- network-online.target loaded active active Network is Online
- network-pre.target loaded inactive dead Network (Pre)
- network.target loaded active active Network
- nss-lookup.target loaded inactive dead Host and Network Name Lookups
- nss-user-lookup.target loaded inactive dead User and Group Name Lookups
- paths.target loaded active active Paths
- remote-fs-pre.target loaded inactive dead Remote File Systems (Pre)
- remote-fs.target loaded active active Remote File Systems
- rescue.target loaded inactive dead Rescue Mode
- shutdown.target loaded inactive dead Shutdown
- slices.target loaded active active Slices
- sockets.target loaded active active Sockets
- swap.target loaded active active Swap
- sysinit.target loaded active active System Initialization
- ● syslog.target not-found inactive dead syslog.target
- time-sync.target loaded inactive dead System Time Synchronized
- timers.target loaded active active Timers
- umount.target loaded inactive dead Unmount All Filesystems
- systemd-readahead-done.timer loaded inactive dead Stop Read-Ahead Data Collection 10s After Completed Start
- systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories
- unbound-anchor.timer loaded active waiting daily update of the root trust anchor for DNSSEC
- LOAD = Reflects whether the unit definition was properly loaded.
- ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
- SUB = The low-level unit activation state, values depend on unit type.
- 277 loaded units listed.
- To show all installed unit files use 'systemctl list-unit-files'.
- ESCOC
- tive listening /dev/initctl Compatibility Named Pipe
- tive running Journal Socket
- tive listening Delayed Shutdown Socket
- tive running udev Control Socket
- tive running udev Kernel Socket
- active dead Tftp Server Activation Socket
- tive active /dev/disk/by-id/dm-name-os-swap
- ZG2vIdeDDTO0qe1LGvxXF0bePq2STpw.swap loaded active active /dev/disk/by-id/dm-uuid-LVM-j0FaTygpTSfuL1uP8Hhfpm6LX0hLpLHG
- p loaded active active /dev/disk/by-uuid/74374327-8444-4a3c-89c8-83e1e9872adf
- tive active /dev/dm-1
- tive active /dev/mapper/os-swap
- tive active /dev/os/swap
- tive active Basic System
- tive active Encrypted Volumes
- active dead Emergency Mode
- active dead Final Step
- tive active Login Prompts
- active dead Graphical Interface
- tive active Local File Systems (Pre)
- tive active Local File Systems
- tive active Multi-User System
- tive active Network is Online
- active dead Network (Pre)
- tive active Network
- active dead Host and Network Name Lookups
- active dead User and Group Name Lookups
- tive active Paths
- active dead Remote File Systems (Pre)
- tive active Remote File Systems
- active dead Rescue Mode
- active dead Shutdown
- tive active Slices
- tive active Sockets
- tive active Swap
- tive active System Initialization
- active dead syslog.target
- active dead System Time Synchronized
- tive active Timers
- active dead Unmount All Filesystems
- active dead Stop Read-Ahead Data Collection 10s After Completed Startup
- tive waiting Daily Cleanup of Temporary Directories
- tive waiting daily update of the root trust anchor for DNSSEC
- [root@fuel ~]# cat /var/log/messages
- Nov 4 16:20:26 fuel rsyslogd: [origin software="rsyslogd" swVersion="7.4.7" x-pid="728" x-info="http://www.rsyslog.com"] start
- Nov 4 16:20:13 fuel journal: Runtime journal is using 8.0M (max allowed 189.5M, trying to leave 284.3M free of 1.8G available → current limit 189.5M).
- Nov 4 16:20:13 fuel journal: Runtime journal is using 8.0M (max allowed 189.5M, trying to leave 284.3M free of 1.8G available → current limit 189.5M).
- Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys cpuset
- Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys cpu
- Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys cpuacct
- Nov 4 16:20:13 fuel kernel: Linux version 3.10.0-327.13.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Thu Mar 31 16:04:38 UTC 2016
- Nov 4 16:20:13 fuel kernel: Command line: BOOT_IMAGE=/vmlinuz-3.10.0-327.13.1.el7.x86_64 root=/dev/mapper/os-root ro crashkernel=auto rd.lvm.lv=os/root rd.lvm.lv=os/swap biosdevname=0 net.ifnames=0 rhgb quiet LANG=en_US.UTF-8
- Nov 4 16:20:13 fuel kernel: Disabled fast string operations
- Nov 4 16:20:13 fuel kernel: e820: BIOS-provided physical RAM map:
- Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
- Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
- Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
- Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bfeeffff] usable
- Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000bfef0000-0x00000000bfefefff] ACPI data
- Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000bfeff000-0x00000000bfefffff] ACPI NVS
- Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000bff00000-0x00000000bfffffff] usable
- Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
- Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
- Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
- Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
- Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
- Nov 4 16:20:13 fuel kernel: NX (Execute Disable) protection: active
- Nov 4 16:20:13 fuel kernel: SMBIOS 2.4 present.
- Nov 4 16:20:13 fuel kernel: Hypervisor detected: VMware
- Nov 4 16:20:13 fuel kernel: AGP: No AGP bridge found
- Nov 4 16:20:13 fuel kernel: e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
- Nov 4 16:20:13 fuel kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
- Nov 4 16:20:13 fuel kernel: total RAM covered: 4096M
- Nov 4 16:20:13 fuel kernel: Found optimal setting for mtrr clean up
- Nov 4 16:20:13 fuel kernel: gran_size: 64K #011chunk_size: 64K #011num_reg: 3 #011lose cover RAM: 0G
- Nov 4 16:20:13 fuel kernel: e820: last_pfn = 0xc0000 max_arch_pfn = 0x400000000
- Nov 4 16:20:13 fuel kernel: found SMP MP-table at [mem 0x000f6b30-0x000f6b3f] mapped at [ffff8800000f6b30]
- Nov 4 16:20:13 fuel kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
- Nov 4 16:20:13 fuel kernel: init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
- Nov 4 16:20:13 fuel kernel: init_memory_mapping: [mem 0x13c000000-0x13fdfffff]
- Nov 4 16:20:13 fuel kernel: init_memory_mapping: [mem 0x100000000-0x13bffffff]
- Nov 4 16:20:13 fuel kernel: init_memory_mapping: [mem 0x00100000-0xbfeeffff]
- Nov 4 16:20:13 fuel kernel: init_memory_mapping: [mem 0xbff00000-0xbfffffff]
- Nov 4 16:20:13 fuel kernel: RAMDISK: [mem 0x3567a000-0x36b34fff]
- Nov 4 16:20:13 fuel kernel: ACPI: RSDP 00000000000f6ac0 00024 (v02 PTLTD )
- Nov 4 16:20:13 fuel kernel: ACPI: XSDT 00000000bfef0f87 0005C (v01 INTEL 440BX 06040000 VMW 01324272)
- Nov 4 16:20:13 fuel kernel: ACPI: FACP 00000000bfefee73 000F4 (v04 INTEL 440BX 06040000 PTL 000F4240)
- Nov 4 16:20:13 fuel kernel: ACPI: DSDT 00000000bfef1271 0DC02 (v01 PTLTD Custom 06040000 MSFT 03000001)
- Nov 4 16:20:13 fuel kernel: ACPI: FACS 00000000bfefffc0 00040
- Nov 4 16:20:13 fuel kernel: ACPI: BOOT 00000000bfef1249 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
- Nov 4 16:20:13 fuel kernel: ACPI: APIC 00000000bfef11cf 0007A (v01 PTLTD ? APIC 06040000 LTP 00000000)
- Nov 4 16:20:13 fuel kernel: ACPI: MCFG 00000000bfef1193 0003C (v01 PTLTD $PCITBL$ 06040000 LTP 00000001)
- Nov 4 16:20:13 fuel kernel: ACPI: SRAT 00000000bfef1083 00110 (v02 VMWARE MEMPLUG 06040000 VMW 00000001)
- Nov 4 16:20:13 fuel kernel: ACPI: HPET 00000000bfef104b 00038 (v01 VMWARE VMW HPET 06040000 VMW 00000001)
- Nov 4 16:20:13 fuel kernel: ACPI: WAET 00000000bfef1023 00028 (v01 VMWARE VMW WAET 06040000 VMW 00000001)
- Nov 4 16:20:13 fuel kernel: SRAT: PXM 0 -> APIC 0x00 -> Node 0
- Nov 4 16:20:13 fuel kernel: SRAT: PXM 0 -> APIC 0x02 -> Node 0
- Nov 4 16:20:13 fuel kernel: SRAT: PXM 0 -> APIC 0x04 -> Node 0
- Nov 4 16:20:13 fuel kernel: SRAT: PXM 0 -> APIC 0x06 -> Node 0
- Nov 4 16:20:13 fuel kernel: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
- Nov 4 16:20:13 fuel kernel: SRAT: Node 0 PXM 0 [mem 0x00100000-0x0fffffff]
- Nov 4 16:20:13 fuel kernel: SRAT: Node 0 PXM 0 [mem 0x10000000-0xbfffffff]
- Nov 4 16:20:13 fuel kernel: SRAT: Node 0 PXM 0 [mem 0x100000000-0x13fffffff]
- Nov 4 16:20:13 fuel kernel: NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x0fffffff] -> [mem 0x00000000-0x0fffffff]
- Nov 4 16:20:13 fuel kernel: NUMA: Node 0 [mem 0x00000000-0x0fffffff] + [mem 0x10000000-0xbfffffff] -> [mem 0x00000000-0xbfffffff]
- Nov 4 16:20:13 fuel kernel: NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x13fffffff] -> [mem 0x00000000-0x13fffffff]
- Nov 4 16:20:13 fuel kernel: Initmem setup node 0 [mem 0x00000000-0x13fffffff]
- Nov 4 16:20:13 fuel kernel: NODE_DATA [mem 0x13ffd6000-0x13fffcfff]
- Nov 4 16:20:13 fuel kernel: Reserving 161MB of memory at 688MB for crashkernel (System RAM: 4095MB)
- Nov 4 16:20:13 fuel kernel: Zone ranges:
- Nov 4 16:20:13 fuel kernel: DMA [mem 0x00001000-0x00ffffff]
- Nov 4 16:20:13 fuel kernel: DMA32 [mem 0x01000000-0xffffffff]
- Nov 4 16:20:13 fuel kernel: Normal [mem 0x100000000-0x13fffffff]
- Nov 4 16:20:13 fuel kernel: Movable zone start for each node
- Nov 4 16:20:13 fuel kernel: Early memory node ranges
- Nov 4 16:20:13 fuel kernel: node 0: [mem 0x00001000-0x0009efff]
- Nov 4 16:20:13 fuel kernel: node 0: [mem 0x00100000-0xbfeeffff]
- Nov 4 16:20:13 fuel kernel: node 0: [mem 0xbff00000-0xbfffffff]
- Nov 4 16:20:13 fuel kernel: node 0: [mem 0x100000000-0x13fffffff]
- Nov 4 16:20:13 fuel kernel: ACPI: PM-Timer IO Port: 0x1008
- Nov 4 16:20:13 fuel kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
- Nov 4 16:20:13 fuel kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
- Nov 4 16:20:13 fuel kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
- Nov 4 16:20:13 fuel kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
- Nov 4 16:20:13 fuel kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
- Nov 4 16:20:13 fuel kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
- Nov 4 16:20:13 fuel kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
- Nov 4 16:20:13 fuel kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
- Nov 4 16:20:13 fuel kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
- Nov 4 16:20:13 fuel kernel: IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
- Nov 4 16:20:13 fuel kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
- Nov 4 16:20:13 fuel kernel: Using ACPI (MADT) for SMP configuration information
- Nov 4 16:20:13 fuel kernel: ACPI: HPET id: 0x8086af01 base: 0xfed00000
- Nov 4 16:20:13 fuel kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
- Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
- Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
- Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
- Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xbfef0000-0xbfefefff]
- Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xbfeff000-0xbfefffff]
- Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xc0000000-0xefffffff]
- Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
- Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
- Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
- Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xfec10000-0xfedfffff]
- Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
- Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfffdffff]
- Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xfffe0000-0xffffffff]
- Nov 4 16:20:13 fuel kernel: e820: [mem 0xc0000000-0xefffffff] available for PCI devices
- Nov 4 16:20:13 fuel kernel: Booting paravirtualized kernel on bare hardware
- Nov 4 16:20:13 fuel kernel: setup_percpu: NR_CPUS:5120 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
- Nov 4 16:20:13 fuel kernel: PERCPU: Embedded 31 pages/cpu @ffff88013fc00000 s87168 r8192 d31616 u524288
- Nov 4 16:20:13 fuel kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032057
- Nov 4 16:20:13 fuel kernel: Policy zone: Normal
- Nov 4 16:20:13 fuel kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-327.13.1.el7.x86_64 root=/dev/mapper/os-root ro crashkernel=auto rd.lvm.lv=os/root rd.lvm.lv=os/swap biosdevname=0 net.ifnames=0 rhgb quiet LANG=en_US.UTF-8
- Nov 4 16:20:13 fuel kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
- Nov 4 16:20:13 fuel kernel: x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
- Nov 4 16:20:13 fuel kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
- Nov 4 16:20:13 fuel kernel: AGP: Checking aperture...
- Nov 4 16:20:13 fuel kernel: AGP: No AGP bridge found
- Nov 4 16:20:13 fuel kernel: Memory: 3859584k/5242880k available (6441k kernel code, 1049032k absent, 334264k reserved, 4265k data, 1620k init)
- Nov 4 16:20:13 fuel kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
- Nov 4 16:20:13 fuel kernel: Hierarchical RCU implementation.
- Nov 4 16:20:13 fuel kernel: #011RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=4.
- Nov 4 16:20:13 fuel kernel: #011Offload RCU callbacks from all CPUs
- Nov 4 16:20:13 fuel kernel: #011Offload RCU callbacks from CPUs: 0-3.
- Nov 4 16:20:13 fuel kernel: NR_IRQS:327936 nr_irqs:456 0
- Nov 4 16:20:13 fuel kernel: Console: colour VGA+ 80x25
- Nov 4 16:20:13 fuel kernel: console [tty0] enabled
- Nov 4 16:20:13 fuel kernel: allocated 16777216 bytes of page_cgroup
- Nov 4 16:20:13 fuel kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
- Nov 4 16:20:13 fuel kernel: TSC freq read from hypervisor : 2500.000 MHz
- Nov 4 16:20:13 fuel kernel: tsc: Detected 2500.000 MHz processor
- Nov 4 16:20:13 fuel kernel: Calibrating delay loop (skipped) preset value.. 5000.00 BogoMIPS (lpj=2500000)
- Nov 4 16:20:13 fuel kernel: pid_max: default: 32768 minimum: 301
- Nov 4 16:20:13 fuel kernel: Security Framework initialized
- Nov 4 16:20:13 fuel kernel: SELinux: Initializing.
- Nov 4 16:20:13 fuel kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
- Nov 4 16:20:13 fuel kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
- Nov 4 16:20:13 fuel kernel: Mount-cache hash table entries: 4096
- Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys memory
- Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys devices
- Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys freezer
- Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys net_cls
- Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys blkio
- Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys perf_event
- Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys hugetlb
- Nov 4 16:20:13 fuel kernel: Disabled fast string operations
- Nov 4 16:20:13 fuel kernel: CPU: Physical Processor ID: 0
- Nov 4 16:20:13 fuel kernel: mce: CPU supports 0 MCE banks
- Nov 4 16:20:13 fuel kernel: Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0#012Last level dTLB entries: 4KB 512, 2MB 0, 4MB 0#012tlb_flushall_shift: 6
- Nov 4 16:20:13 fuel kernel: Freeing SMP alternatives: 28k freed
- Nov 4 16:20:13 fuel kernel: ACPI: Core revision 20130517
- Nov 4 16:20:13 fuel kernel: ACPI: All ACPI Tables successfully acquired
- Nov 4 16:20:13 fuel kernel: ftrace: allocating 24584 entries in 97 pages
- Nov 4 16:20:13 fuel kernel: Enabling x2apic
- Nov 4 16:20:13 fuel kernel: Enabled x2apic
- Nov 4 16:20:13 fuel kernel: Switched APIC routing to physical x2apic.
- Nov 4 16:20:13 fuel kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
- Nov 4 16:20:13 fuel kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430 v2 @ 2.50GHz (fam: 06, model: 2d, stepping: 02)
- Nov 4 16:20:13 fuel kernel: Performance Events: 16-deep LBR, SandyBridge events, core PMU driver.
- Nov 4 16:20:13 fuel kernel: perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
- Nov 4 16:20:13 fuel kernel: perf_event_intel: CPUID marked event: 'cpu cycles' unavailable
- Nov 4 16:20:13 fuel kernel: perf_event_intel: CPUID marked event: 'instructions' unavailable
- Nov 4 16:20:13 fuel kernel: perf_event_intel: CPUID marked event: 'bus cycles' unavailable
- Nov 4 16:20:13 fuel kernel: perf_event_intel: CPUID marked event: 'cache references' unavailable
- Nov 4 16:20:13 fuel kernel: perf_event_intel: CPUID marked event: 'cache misses' unavailable
- Nov 4 16:20:13 fuel kernel: perf_event_intel: CPUID marked event: 'branch instructions' unavailable
- Nov 4 16:20:13 fuel kernel: perf_event_intel: CPUID marked event: 'branch misses' unavailable
- Nov 4 16:20:13 fuel kernel: ... version: 1
- Nov 4 16:20:13 fuel kernel: ... bit width: 48
- Nov 4 16:20:13 fuel kernel: ... generic registers: 4
- Nov 4 16:20:13 fuel kernel: ... value mask: 0000ffffffffffff
- Nov 4 16:20:13 fuel kernel: ... max period: 000000007fffffff
- Nov 4 16:20:13 fuel kernel: ... fixed-purpose events: 0
- Nov 4 16:20:13 fuel kernel: ... event mask: 000000000000000f
- Nov 4 16:20:13 fuel kernel: NMI watchdog: disabled (cpu0): hardware events not enabled
- Nov 4 16:20:13 fuel kernel: Disabled fast string operations
- Nov 4 16:20:13 fuel kernel: mce: CPU supports 0 MCE banks
- Nov 4 16:20:13 fuel kernel: Disabled fast string operations
- Nov 4 16:20:13 fuel kernel: mce: CPU supports 0 MCE banks
- Nov 4 16:20:13 fuel kernel: smpboot: Booting Node 0, Processors #1 #2 #3 OK
- Nov 4 16:20:13 fuel kernel: Disabled fast string operations
- Nov 4 16:20:13 fuel kernel: mce: CPU supports 0 MCE banks
- Nov 4 16:20:13 fuel kernel: Skipped synchronization checks as TSC is reliable.
- Nov 4 16:20:13 fuel kernel: Brought up 4 CPUs
- Nov 4 16:20:13 fuel kernel: smpboot: Total of 4 processors activated (20000.00 BogoMIPS)
- Nov 4 16:20:13 fuel kernel: devtmpfs: initialized
- Nov 4 16:20:13 fuel kernel: EVM: security.selinux
- Nov 4 16:20:13 fuel kernel: EVM: security.ima
- Nov 4 16:20:13 fuel kernel: EVM: security.capability
- Nov 4 16:20:13 fuel kernel: PM: Registering ACPI NVS region [mem 0xbfeff000-0xbfefffff] (4096 bytes)
- Nov 4 16:20:13 fuel kernel: atomic64 test passed for x86-64 platform with CX8 and with SSE
- Nov 4 16:20:13 fuel kernel: NET: Registered protocol family 16
- Nov 4 16:20:13 fuel kernel: ACPI: bus type PCI registered
- Nov 4 16:20:13 fuel kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
- Nov 4 16:20:13 fuel kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
- Nov 4 16:20:13 fuel kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
- Nov 4 16:20:13 fuel kernel: PCI: Using configuration type 1 for base access
- Nov 4 16:20:13 fuel kernel: ACPI: Added _OSI(Module Device)
- Nov 4 16:20:13 fuel kernel: ACPI: Added _OSI(Processor Device)
- Nov 4 16:20:13 fuel kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
- Nov 4 16:20:13 fuel kernel: ACPI: Added _OSI(Processor Aggregator Device)
- Nov 4 16:20:13 fuel kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
- Nov 4 16:20:13 fuel kernel: ACPI: Interpreter enabled
- Nov 4 16:20:13 fuel kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
- Nov 4 16:20:13 fuel kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20130517/hwxface-571)
- Nov 4 16:20:13 fuel kernel: ACPI: (supports S0 S1 S4 S5)
- Nov 4 16:20:13 fuel kernel: ACPI: Using IOAPIC for interrupt routing
- Nov 4 16:20:13 fuel kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
- Nov 4 16:20:13 fuel kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
- Nov 4 16:20:13 fuel kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
- Nov 4 16:20:13 fuel kernel: acpi PNP0A03:00: _OSC: platform does not support [AER]
- Nov 4 16:20:13 fuel kernel: acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
- Nov 4 16:20:13 fuel kernel: PCI host bridge to bus 0000:00
- Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [bus 00-7f]
- Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
- Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
- Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
- Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
- Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
- Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
- Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
- Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xfeff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:07.3: quirk: [io 0x1000-0x103f] claimed by PIIX4 ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:07.3: quirk: [io 0x1040-0x104f] claimed by PIIX4 SMB
- Nov 4 16:20:13 fuel kernel: pci 0000:00:11.0: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.0: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.1: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.2: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.0: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.1: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.2: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.0: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.1: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.2: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.0: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.1: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [32] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [33] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [34] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [35] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [36] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [37] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [38] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [39] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [40] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [41] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [42] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [43] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [44] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [45] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [46] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [47] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [48] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [49] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [50] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [51] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [52] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [53] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [54] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [55] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [56] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [57] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [58] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [59] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [60] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [61] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [62] registered
- Nov 4 16:20:13 fuel kernel: acpiphp: Slot [63] registered
- Nov 4 16:20:13 fuel kernel: pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
- Nov 4 16:20:13 fuel kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
- Nov 4 16:20:13 fuel kernel: pci 0000:0b:00.0: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:0b:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
- Nov 4 16:20:13 fuel kernel: pci 0000:13:00.0: System wakeup disabled by ACPI
- Nov 4 16:20:13 fuel kernel: pci 0000:13:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
- Nov 4 16:20:13 fuel kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)
- Nov 4 16:20:13 fuel kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
- Nov 4 16:20:13 fuel kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11 14 15)
- Nov 4 16:20:13 fuel kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 14 15)
- Nov 4 16:20:13 fuel kernel: ACPI: Enabled 2 GPEs in block 00 to 0F
- Nov 4 16:20:13 fuel kernel: vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none
- Nov 4 16:20:13 fuel kernel: vgaarb: loaded
- Nov 4 16:20:13 fuel kernel: vgaarb: bridge control possible 0000:00:0f.0
- Nov 4 16:20:13 fuel kernel: SCSI subsystem initialized
- Nov 4 16:20:13 fuel kernel: ACPI: bus type USB registered
- Nov 4 16:20:13 fuel kernel: usbcore: registered new interface driver usbfs
- Nov 4 16:20:13 fuel kernel: usbcore: registered new interface driver hub
- Nov 4 16:20:13 fuel kernel: usbcore: registered new device driver usb
- Nov 4 16:20:13 fuel kernel: PCI: Using ACPI for IRQ routing
- Nov 4 16:20:13 fuel kernel: NetLabel: Initializing
- Nov 4 16:20:13 fuel kernel: NetLabel: domain hash size = 128
- Nov 4 16:20:13 fuel kernel: NetLabel: protocols = UNLABELED CIPSOv4
- Nov 4 16:20:13 fuel kernel: NetLabel: unlabeled traffic allowed by default
- Nov 4 16:20:13 fuel kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
- Nov 4 16:20:13 fuel kernel: hpet0: 16 comparators, 64-bit 14.318180 MHz counter
- Nov 4 16:20:13 fuel kernel: Switching to clocksource hpet
- Nov 4 16:20:13 fuel kernel: pnp: PnP ACPI init
- Nov 4 16:20:13 fuel kernel: ACPI: bus type PNP registered
- Nov 4 16:20:13 fuel kernel: system 00:00: [io 0x1000-0x103f] could not be reserved
- Nov 4 16:20:13 fuel kernel: system 00:00: [io 0x1040-0x104f] has been reserved
- Nov 4 16:20:13 fuel kernel: system 00:00: [io 0x0cf0-0x0cf1] has been reserved
- Nov 4 16:20:13 fuel kernel: system 00:07: [mem 0xfed00000-0xfed003ff] has been reserved
- Nov 4 16:20:13 fuel kernel: system 00:08: [io 0xfce0-0xfcff] has been reserved
- Nov 4 16:20:13 fuel kernel: system 00:08: [mem 0xf0000000-0xf7ffffff] has been reserved
- Nov 4 16:20:13 fuel kernel: system 00:08: [mem 0xfe800000-0xfe9fffff] has been reserved
- Nov 4 16:20:13 fuel kernel: pnp: PnP ACPI: found 9 devices
- Nov 4 16:20:13 fuel kernel: ACPI: bus type PNP unregistered
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.0: BAR 15: assigned [mem 0xc0000000-0xc01fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.0: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0600000-0xc0607fff pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:11.0: PCI bridge to [bus 02]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:11.0: bridge window [io 0x2000-0x3fff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:11.0: bridge window [mem 0xfd600000-0xfdffffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:11.0: bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.0: bridge window [io 0x4000-0x4fff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.0: bridge window [mem 0xfd500000-0xfd5fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.0: bridge window [mem 0xc0000000-0xc01fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.1: bridge window [io 0x8000-0x8fff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.1: bridge window [mem 0xfd100000-0xfd1fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.1: bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.2: bridge window [io 0xc000-0xcfff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.2: bridge window [mem 0xfcd00000-0xfcdfffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.2: bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: bridge window [mem 0xfc900000-0xfc9fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: bridge window [mem 0xfc500000-0xfc5fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: bridge window [mem 0xfc100000-0xfc1fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: bridge window [mem 0xfbd00000-0xfbdfffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: bridge window [mem 0xfb900000-0xfb9fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:0b:00.0: BAR 6: assigned [mem 0xfd400000-0xfd40ffff pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.0: bridge window [io 0x5000-0x5fff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.0: bridge window [mem 0xfd400000-0xfd4fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.0: bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.1: bridge window [io 0x9000-0x9fff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.1: bridge window [mem 0xfd000000-0xfd0fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.1: bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.2: bridge window [io 0xd000-0xdfff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.2: bridge window [mem 0xfcc00000-0xfccfffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.2: bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: bridge window [mem 0xfc800000-0xfc8fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: bridge window [mem 0xfc400000-0xfc4fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: bridge window [mem 0xfc000000-0xfc0fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: bridge window [mem 0xfbc00000-0xfbcfffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: bridge window [mem 0xfb800000-0xfb8fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:13:00.0: BAR 6: assigned [mem 0xfd300000-0xfd30ffff pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.0: bridge window [io 0x6000-0x6fff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.0: bridge window [mem 0xfd300000-0xfd3fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.0: bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.1: bridge window [io 0xa000-0xafff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.1: bridge window [mem 0xfcf00000-0xfcffffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.1: bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.2: bridge window [io 0xe000-0xefff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.2: bridge window [mem 0xfcb00000-0xfcbfffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.2: bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: bridge window [mem 0xfc700000-0xfc7fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: bridge window [mem 0xfc300000-0xfc3fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: bridge window [mem 0xfbf00000-0xfbffffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: bridge window [mem 0xfbb00000-0xfbbfffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: bridge window [mem 0xfb700000-0xfb7fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.0: bridge window [io 0x7000-0x7fff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.0: bridge window [mem 0xfd200000-0xfd2fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.0: bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.1: bridge window [io 0xb000-0xbfff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.1: bridge window [mem 0xfce00000-0xfcefffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.1: bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: bridge window [mem 0xfca00000-0xfcafffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: bridge window [mem 0xfc600000-0xfc6fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: bridge window [mem 0xfc200000-0xfc2fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: bridge window [mem 0xfbe00000-0xfbefffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: bridge window [mem 0xfba00000-0xfbafffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: bridge window [mem 0xfb600000-0xfb6fffff]
- Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
- Nov 4 16:20:13 fuel kernel: NET: Registered protocol family 2
- Nov 4 16:20:13 fuel kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
- Nov 4 16:20:13 fuel kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
- Nov 4 16:20:13 fuel kernel: TCP: Hash tables configured (established 32768 bind 32768)
- Nov 4 16:20:13 fuel kernel: TCP: reno registered
- Nov 4 16:20:13 fuel kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
- Nov 4 16:20:13 fuel kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
- Nov 4 16:20:13 fuel kernel: NET: Registered protocol family 1
- Nov 4 16:20:13 fuel kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
- Nov 4 16:20:13 fuel kernel: Unpacking initramfs...
- Nov 4 16:20:13 fuel kernel: Freeing initrd memory: 21228k freed
- Nov 4 16:20:13 fuel kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
- Nov 4 16:20:13 fuel kernel: software IO TLB [mem 0xbbef0000-0xbfef0000] (64MB) mapped at [ffff8800bbef0000-ffff8800bfeeffff]
- Nov 4 16:20:13 fuel kernel: Simple Boot Flag at 0x36 set to 0x80
- Nov 4 16:20:13 fuel kernel: Switching to clocksource tsc
- Nov 4 16:20:13 fuel kernel: RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 10737418240 ms ovfl timer
- Nov 4 16:20:13 fuel kernel: hw unit of domain pp0-core 2^-0 Joules
- Nov 4 16:20:13 fuel kernel: hw unit of domain package 2^-0 Joules
- Nov 4 16:20:13 fuel kernel: hw unit of domain dram 2^-0 Joules
- Nov 4 16:20:13 fuel kernel: microcode: CPU0 sig=0x206d2, pf=0x1, revision=0x427
- Nov 4 16:20:13 fuel kernel: microcode: CPU1 sig=0x206d2, pf=0x1, revision=0x427
- Nov 4 16:20:13 fuel kernel: microcode: CPU2 sig=0x206d2, pf=0x1, revision=0x427
- Nov 4 16:20:13 fuel kernel: microcode: CPU3 sig=0x206d2, pf=0x1, revision=0x427
- Nov 4 16:20:13 fuel kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
- Nov 4 16:20:13 fuel kernel: sha1_ssse3: Using AVX optimized SHA-1 implementation
- Nov 4 16:20:13 fuel kernel: sha256_ssse3: Using AVX optimized SHA-256 implementation
- Nov 4 16:20:13 fuel kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
- Nov 4 16:20:13 fuel kernel: Initialise system trusted keyring
- Nov 4 16:20:13 fuel kernel: audit: initializing netlink socket (disabled)
- Nov 4 16:20:13 fuel kernel: type=2000 audit(1478276412.573:1): initialized
- Nov 4 16:20:13 fuel kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
- Nov 4 16:20:13 fuel kernel: zpool: loaded
- Nov 4 16:20:13 fuel kernel: zbud: loaded
- Nov 4 16:20:13 fuel kernel: VFS: Disk quotas dquot_6.5.2
- Nov 4 16:20:13 fuel kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
- Nov 4 16:20:13 fuel kernel: msgmni has been set to 7579
- Nov 4 16:20:13 fuel kernel: Key type big_key registered
- Nov 4 16:20:13 fuel kernel: NET: Registered protocol family 38
- Nov 4 16:20:13 fuel kernel: Key type asymmetric registered
- Nov 4 16:20:13 fuel kernel: Asymmetric key parser 'x509' registered
- Nov 4 16:20:13 fuel kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
- Nov 4 16:20:13 fuel kernel: io scheduler noop registered
- Nov 4 16:20:13 fuel kernel: io scheduler deadline registered (default)
- Nov 4 16:20:13 fuel kernel: io scheduler cfq registered
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.4: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.5: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.6: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.7: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.0: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pci 0000:0b:00.0: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.1: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.2: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.3: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.4: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.5: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.6: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.7: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.0: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pci 0000:13:00.0: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.1: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.2: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.3: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.4: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.5: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.6: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.7: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.0: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.1: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.2: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.3: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.4: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.5: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.6: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.7: Signaling PME through PCIe PME interrupt
- Nov 4 16:20:13 fuel kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.0:pcie04: Slot #160 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.1:pcie04: Slot #161 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.2:pcie04: Slot #162 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.3:pcie04: Slot #163 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.4:pcie04: Slot #164 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.5:pcie04: Slot #165 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.6:pcie04: Slot #166 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.7:pcie04: Slot #167 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.0:pcie04: Slot #192 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.1:pcie04: Slot #193 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.2:pcie04: Slot #194 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.3:pcie04: Slot #195 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.4:pcie04: Slot #196 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.5:pcie04: Slot #197 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.6:pcie04: Slot #198 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.7:pcie04: Slot #199 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.0:pcie04: Slot #224 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.1:pcie04: Slot #225 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.2:pcie04: Slot #226 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.3:pcie04: Slot #227 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.4:pcie04: Slot #228 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.5:pcie04: Slot #229 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.6:pcie04: Slot #230 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.7:pcie04: Slot #231 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.0:pcie04: Slot #256 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.1:pcie04: Slot #257 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.2:pcie04: Slot #258 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.3:pcie04: Slot #259 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.4:pcie04: Slot #260 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.5:pcie04: Slot #261 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.6:pcie04: Slot #262 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.7:pcie04: Slot #263 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
- Nov 4 16:20:13 fuel kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
- Nov 4 16:20:13 fuel kernel: ACPI: AC Adapter [ACAD] (on-line)
- Nov 4 16:20:13 fuel kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
- Nov 4 16:20:13 fuel kernel: ACPI: Power Button [PWRF]
- Nov 4 16:20:13 fuel kernel: GHES: HEST is not enabled!
- Nov 4 16:20:13 fuel kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
- Nov 4 16:20:13 fuel kernel: Non-volatile memory driver v1.3
- Nov 4 16:20:13 fuel kernel: Linux agpgart interface v0.103
- Nov 4 16:20:13 fuel kernel: agpgart-intel 0000:00:00.0: Intel 440BX Chipset
- Nov 4 16:20:13 fuel kernel: agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0
- Nov 4 16:20:13 fuel kernel: crash memory driver: version 1.1
- Nov 4 16:20:13 fuel kernel: rdac: device handler registered
- Nov 4 16:20:13 fuel kernel: hp_sw: device handler registered
- Nov 4 16:20:13 fuel kernel: emc: device handler registered
- Nov 4 16:20:13 fuel kernel: alua: device handler registered
- Nov 4 16:20:13 fuel kernel: libphy: Fixed MDIO Bus: probed
- Nov 4 16:20:13 fuel kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
- Nov 4 16:20:13 fuel kernel: ehci-pci: EHCI PCI platform driver
- Nov 4 16:20:13 fuel kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
- Nov 4 16:20:13 fuel kernel: ohci-pci: OHCI PCI platform driver
- Nov 4 16:20:13 fuel kernel: uhci_hcd: USB Universal Host Controller Interface driver
- Nov 4 16:20:13 fuel kernel: usbcore: registered new interface driver usbserial
- Nov 4 16:20:13 fuel kernel: usbcore: registered new interface driver usbserial_generic
- Nov 4 16:20:13 fuel kernel: usbserial: USB Serial support registered for generic
- Nov 4 16:20:13 fuel kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
- Nov 4 16:20:13 fuel kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
- Nov 4 16:20:13 fuel kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
- Nov 4 16:20:13 fuel kernel: mousedev: PS/2 mouse device common for all mice
- Nov 4 16:20:13 fuel kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
- Nov 4 16:20:13 fuel kernel: rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
- Nov 4 16:20:13 fuel kernel: cpuidle: using governor menu
- Nov 4 16:20:13 fuel kernel: hidraw: raw HID events driver (C) Jiri Kosina
- Nov 4 16:20:13 fuel kernel: usbcore: registered new interface driver usbhid
- Nov 4 16:20:13 fuel kernel: usbhid: USB HID core driver
- Nov 4 16:20:13 fuel kernel: drop_monitor: Initializing network drop monitor service
- Nov 4 16:20:13 fuel kernel: TCP: cubic registered
- Nov 4 16:20:13 fuel kernel: Initializing XFRM netlink socket
- Nov 4 16:20:13 fuel kernel: NET: Registered protocol family 10
- Nov 4 16:20:13 fuel kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
- Nov 4 16:20:13 fuel kernel: NET: Registered protocol family 17
- Nov 4 16:20:13 fuel kernel: Loading compiled-in X.509 certificates
- Nov 4 16:20:13 fuel kernel: Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'
- Nov 4 16:20:13 fuel kernel: Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'
- Nov 4 16:20:13 fuel kernel: Loaded X.509 cert 'CentOS Linux kernel signing key: 6f3378187d83cd18a43b2e0ac49aed8aeffc3ac7'
- Nov 4 16:20:13 fuel kernel: registered taskstats version 1
- Nov 4 16:20:13 fuel kernel: Key type trusted registered
- Nov 4 16:20:13 fuel kernel: Key type encrypted registered
- Nov 4 16:20:13 fuel kernel: IMA: No TPM chip found, activating TPM-bypass!
- Nov 4 16:20:13 fuel kernel: rtc_cmos 00:03: setting system clock to 2016-11-04 16:20:13 UTC (1478276413)
- Nov 4 16:20:13 fuel kernel: Freeing unused kernel memory: 1620k freed
- Nov 4 16:20:13 fuel 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)
- Nov 4 16:20:13 fuel systemd[1]: Detected virtualization vmware.
- Nov 4 16:20:13 fuel systemd[1]: Detected architecture x86-64.
- Nov 4 16:20:13 fuel systemd[1]: Running in initial RAM disk.
- Nov 4 16:20:13 fuel systemd[1]: Set hostname to <fuel.domain.tld>.
- Nov 4 16:20:13 fuel systemd[1]: Reached target Local File Systems.
- Nov 4 16:20:13 fuel systemd[1]: Starting Local File Systems.
- Nov 4 16:20:13 fuel systemd[1]: Reached target Swap.
- Nov 4 16:20:13 fuel systemd[1]: Starting Swap.
- Nov 4 16:20:13 fuel systemd[1]: Created slice -.slice.
- Nov 4 16:20:13 fuel systemd[1]: Starting -.slice.
- Nov 4 16:20:13 fuel systemd[1]: Created slice System Slice.
- Nov 4 16:20:13 fuel systemd[1]: Starting System Slice.
- Nov 4 16:20:13 fuel systemd[1]: Listening on udev Kernel Socket.
- Nov 4 16:20:13 fuel systemd[1]: Starting udev Kernel Socket.
- Nov 4 16:20:13 fuel systemd[1]: Reached target Slices.
- Nov 4 16:20:13 fuel systemd[1]: Starting Slices.
- Nov 4 16:20:13 fuel systemd[1]: Listening on udev Control Socket.
- Nov 4 16:20:13 fuel systemd[1]: Starting udev Control Socket.
- Nov 4 16:20:13 fuel systemd[1]: Reached target Timers.
- Nov 4 16:20:13 fuel systemd[1]: Starting Timers.
- Nov 4 16:20:13 fuel systemd[1]: Listening on Journal Socket.
- Nov 4 16:20:13 fuel systemd[1]: Starting Journal Socket.
- Nov 4 16:20:13 fuel systemd[1]: Starting Setup Virtual Console...
- Nov 4 16:20:13 fuel systemd[1]: Started Load Kernel Modules.
- Nov 4 16:20:13 fuel systemd[1]: Starting Create list of required static device nodes for the current kernel...
- Nov 4 16:20:13 fuel systemd[1]: Starting Journal Service...
- Nov 4 16:20:13 fuel systemd[1]: Starting Apply Kernel Variables...
- Nov 4 16:20:13 fuel systemd[1]: Started dracut ask for additional cmdline parameters.
- Nov 4 16:20:13 fuel systemd[1]: Starting dracut cmdline hook...
- Nov 4 16:20:13 fuel systemd[1]: Reached target Sockets.
- Nov 4 16:20:13 fuel systemd[1]: Starting Sockets.
- Nov 4 16:20:13 fuel systemd[1]: Started Create list of required static device nodes for the current kernel.
- Nov 4 16:20:13 fuel systemd[1]: Starting Create Static Device Nodes in /dev...
- Nov 4 16:20:13 fuel systemd[1]: Started Apply Kernel Variables.
- Nov 4 16:20:13 fuel systemd[1]: Started Create Static Device Nodes in /dev.
- Nov 4 16:20:13 fuel journal: Journal started
- Nov 4 16:20:13 fuel systemd-tmpfiles: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x": Invalid argument. Ignoring
- Nov 4 16:20:13 fuel systemd-tmpfiles: Failed to parse ACL "group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
- Nov 4 16:20:13 fuel systemd-tmpfiles: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x": Invalid argument. Ignoring
- Nov 4 16:20:13 fuel systemd-tmpfiles: Failed to parse ACL "group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
- Nov 4 16:20:13 fuel systemd[1]: Started Journal Service.
- Nov 4 16:20:13 fuel systemd: Started Setup Virtual Console.
- Nov 4 16:20:13 fuel systemd: Started dracut cmdline hook.
- Nov 4 16:20:13 fuel systemd: Starting dracut pre-udev hook...
- Nov 4 16:20:13 fuel kernel: device-mapper: uevent: version 1.0.3
- Nov 4 16:20:13 fuel kernel: device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com
- Nov 4 16:20:13 fuel systemd: Started dracut pre-udev hook.
- Nov 4 16:20:13 fuel systemd: Starting udev Kernel Device Manager...
- Nov 4 16:20:13 fuel systemd-udevd: starting version 219
- Nov 4 16:20:13 fuel systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring.
- Nov 4 16:20:13 fuel systemd: Started udev Kernel Device Manager.
- Nov 4 16:20:13 fuel systemd: Started dracut pre-trigger hook.
- Nov 4 16:20:13 fuel systemd: Starting udev Coldplug all Devices...
- Nov 4 16:20:13 fuel systemd: Mounting Configuration File System...
- Nov 4 16:20:13 fuel systemd: Mounted Configuration File System.
- Nov 4 16:20:13 fuel kernel: Floppy drive(s): fd0 is 1.44M
- Nov 4 16:20:13 fuel kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input2
- Nov 4 16:20:13 fuel systemd: Started udev Coldplug all Devices.
- Nov 4 16:20:13 fuel systemd: Starting Show Plymouth Boot Screen...
- Nov 4 16:20:13 fuel systemd: Reached target System Initialization.
- Nov 4 16:20:13 fuel systemd: Starting System Initialization.
- Nov 4 16:20:13 fuel systemd: Starting dracut initqueue hook...
- Nov 4 16:20:13 fuel kernel: scsi host0: ata_piix
- Nov 4 16:20:13 fuel kernel: scsi host1: ata_piix
- Nov 4 16:20:13 fuel kernel: ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
- Nov 4 16:20:13 fuel kernel: ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
- Nov 4 16:20:13 fuel kernel: VMware PVSCSI driver - version 1.0.5.0-k
- Nov 4 16:20:13 fuel kernel: [drm] Initialized drm 1.1.0 20060810
- Nov 4 16:20:13 fuel kernel: vmw_pvscsi: using 64bit dma
- Nov 4 16:20:13 fuel kernel: vmw_pvscsi: max_id: 16
- Nov 4 16:20:13 fuel kernel: vmw_pvscsi: setting ring_pages to 8
- Nov 4 16:20:13 fuel kernel: vmw_pvscsi: using MSI-X
- Nov 4 16:20:13 fuel kernel: pvscsi: enabling reqCallThreshold
- Nov 4 16:20:13 fuel kernel: scsi host2: VMware PVSCSI storage adapter rev 2, req/cmp/msg rings: 8/8/1 pages, cmd_per_lun=254
- Nov 4 16:20:13 fuel kernel: vmw_pvscsi 0000:03:00.0: VMware PVSCSI rev 2 host #2
- Nov 4 16:20:13 fuel kernel: scsi 2:0:0:0: Direct-Access VMware Virtual disk 1.0 PQ: 0 ANSI: 2
- Nov 4 16:20:13 fuel kernel: VMware vmxnet3 virtual NIC driver - version 1.3.5.0-k-NAPI
- Nov 4 16:20:13 fuel kernel: vmxnet3 0000:0b:00.0: # of Tx queues : 4, # of Rx queues : 4
- Nov 4 16:20:13 fuel kernel: vmxnet3 0000:0b:00.0 eth0: NIC Link is Up 10000 Mbps
- Nov 4 16:20:13 fuel kernel: [drm] DMA map mode: Using physical TTM page addresses.
- Nov 4 16:20:13 fuel kernel: vmxnet3 0000:13:00.0: # of Tx queues : 4, # of Rx queues : 4
- Nov 4 16:20:13 fuel kernel: [drm] Capabilities:
- Nov 4 16:20:13 fuel kernel: [drm] Rect copy.
- Nov 4 16:20:13 fuel kernel: [drm] Cursor.
- Nov 4 16:20:13 fuel kernel: [drm] Cursor bypass.
- Nov 4 16:20:13 fuel kernel: [drm] Cursor bypass 2.
- Nov 4 16:20:13 fuel kernel: [drm] 8bit emulation.
- Nov 4 16:20:13 fuel kernel: [drm] Alpha cursor.
- Nov 4 16:20:13 fuel kernel: [drm] Extended Fifo.
- Nov 4 16:20:13 fuel kernel: [drm] Multimon.
- Nov 4 16:20:13 fuel kernel: [drm] Pitchlock.
- Nov 4 16:20:13 fuel kernel: [drm] Irq mask.
- Nov 4 16:20:13 fuel kernel: [drm] Display Topology.
- Nov 4 16:20:13 fuel kernel: [drm] GMR.
- Nov 4 16:20:13 fuel kernel: [drm] Traces.
- Nov 4 16:20:13 fuel kernel: [drm] GMR2.
- Nov 4 16:20:13 fuel kernel: [drm] Screen Object 2.
- Nov 4 16:20:13 fuel kernel: [drm] Command Buffers.
- Nov 4 16:20:13 fuel kernel: [drm] Command Buffers 2.
- Nov 4 16:20:13 fuel kernel: [drm] Guest Backed Resources.
- Nov 4 16:20:13 fuel kernel: [drm] Max GMR ids is 64
- Nov 4 16:20:13 fuel kernel: [drm] Max number of GMR pages is 65536
- Nov 4 16:20:13 fuel kernel: [drm] Max dedicated hypervisor surface memory is 0 kiB
- Nov 4 16:20:13 fuel kernel: [drm] Maximum display memory size is 16384 kiB
- Nov 4 16:20:13 fuel kernel: [drm] VRAM at 0xe8000000 size is 16384 kiB
- Nov 4 16:20:13 fuel kernel: [drm] MMIO at 0xfe000000 size is 256 kiB
- Nov 4 16:20:13 fuel kernel: [drm] global init.
- Nov 4 16:20:13 fuel systemd: Started Show Plymouth Boot Screen.
- Nov 4 16:20:13 fuel systemd: Started Dispatch Password Requests to Console Directory Watch.
- Nov 4 16:20:13 fuel systemd: Reached target Paths.
- Nov 4 16:20:13 fuel systemd: Starting Paths.
- Nov 4 16:20:13 fuel systemd: Started Forward Password Requests to Plymouth Directory Watch.
- Nov 4 16:20:13 fuel systemd: Starting Forward Password Requests to Plymouth Directory Watch.
- Nov 4 16:20:13 fuel systemd: Reached target Basic System.
- Nov 4 16:20:13 fuel systemd: Starting Basic System.
- Nov 4 16:20:13 fuel kernel: [TTM] Zone kernel: Available graphics memory: 1941230 kiB
- Nov 4 16:20:13 fuel kernel: [TTM] Initializing pool allocator
- Nov 4 16:20:13 fuel kernel: [TTM] Initializing DMA pool allocator
- Nov 4 16:20:13 fuel kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
- Nov 4 16:20:13 fuel kernel: [drm] No driver support for vblank timestamp query.
- Nov 4 16:20:13 fuel kernel: [drm] Screen objects system initialized
- Nov 4 16:20:13 fuel kernel: [drm] width 1280
- Nov 4 16:20:13 fuel kernel: [drm] height 768
- Nov 4 16:20:13 fuel kernel: [drm] bpp 32
- Nov 4 16:20:13 fuel kernel: vmxnet3 0000:13:00.0 eth1: NIC Link is Up 10000 Mbps
- Nov 4 16:20:13 fuel kernel: [drm] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f
- Nov 4 16:20:13 fuel kernel: fbcon: svgadrmfb (fb0) is primary device
- Nov 4 16:20:13 fuel kernel: Console: switching to colour frame buffer device 160x48
- Nov 4 16:20:13 fuel kernel: [drm] Initialized vmwgfx 2.6.1 20140704 for 0000:00:0f.0 on minor 0
- Nov 4 16:20:13 fuel kernel: ata2.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33
- Nov 4 16:20:13 fuel kernel: ata2.00: configured for UDMA/33
- Nov 4 16:20:13 fuel kernel: scsi 1:0:0:0: CD-ROM NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5
- Nov 4 16:20:13 fuel kernel: sd 2:0:0:0: [sda] 1048576000 512-byte logical blocks: (536 GB/500 GiB)
- Nov 4 16:20:13 fuel kernel: sd 2:0:0:0: [sda] Write Protect is off
- Nov 4 16:20:13 fuel kernel: sd 2:0:0:0: [sda] Cache data unavailable
- Nov 4 16:20:13 fuel kernel: sd 2:0:0:0: [sda] Assuming drive cache: write through
- Nov 4 16:20:13 fuel kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
- Nov 4 16:20:13 fuel kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
- Nov 4 16:20:13 fuel kernel: sda: sda1 sda2 sda3 sda4 sda5
- Nov 4 16:20:13 fuel kernel: sd 2:0:0:0: [sda] Attached SCSI disk
- Nov 4 16:20:13 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1
- Nov 4 16:20:13 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 16:20:16 fuel kernel: floppy0: no floppy controllers found
- Nov 4 16:20:16 fuel kernel: work still pending
- Nov 4 16:20:16 fuel systemd: Found device /dev/mapper/os-root.
- Nov 4 16:20:16 fuel systemd: Starting File System Check on /dev/mapper/os-root...
- Nov 4 16:20:16 fuel systemd-fsck: /dev/mapper/os-root: clean, 21256/640848 files, 276953/2560000 blocks
- Nov 4 16:20:16 fuel systemd: Started File System Check on /dev/mapper/os-root.
- Nov 4 16:20:16 fuel systemd: Started dracut initqueue hook.
- Nov 4 16:20:16 fuel systemd: Started dracut pre-mount hook.
- Nov 4 16:20:16 fuel systemd: Mounting /sysroot...
- Nov 4 16:20:16 fuel systemd: Reached target Remote File Systems (Pre).
- Nov 4 16:20:16 fuel systemd: Starting Remote File Systems (Pre).
- Nov 4 16:20:16 fuel systemd: Reached target Remote File Systems.
- Nov 4 16:20:16 fuel systemd: Starting Remote File Systems.
- Nov 4 16:20:16 fuel kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
- Nov 4 16:20:16 fuel systemd: Mounted /sysroot.
- Nov 4 16:20:16 fuel systemd: Reached target Initrd Root File System.
- Nov 4 16:20:16 fuel systemd: Starting Initrd Root File System.
- Nov 4 16:20:16 fuel systemd: Starting Reload Configuration from the Real Root...
- Nov 4 16:20:16 fuel systemd: Reloading.
- Nov 4 16:20:16 fuel systemd: Started Reload Configuration from the Real Root.
- Nov 4 16:20:16 fuel systemd: Reached target Initrd File Systems.
- Nov 4 16:20:16 fuel systemd: Starting Initrd File Systems.
- Nov 4 16:20:16 fuel systemd: Started dracut mount hook.
- Nov 4 16:20:16 fuel systemd: Reached target Initrd Default Target.
- Nov 4 16:20:16 fuel systemd: Starting Initrd Default Target.
- Nov 4 16:20:16 fuel systemd: Starting dracut pre-pivot and cleanup hook...
- Nov 4 16:20:17 fuel systemd: Started dracut pre-pivot and cleanup hook.
- Nov 4 16:20:17 fuel systemd: Starting Cleaning Up and Shutting Down Daemons...
- Nov 4 16:20:17 fuel systemd: Starting Plymouth switch root service...
- Nov 4 16:20:17 fuel systemd: Stopped target Timers.
- Nov 4 16:20:17 fuel systemd: Stopping Timers.
- Nov 4 16:20:17 fuel systemd: Stopped Cleaning Up and Shutting Down Daemons.
- Nov 4 16:20:17 fuel systemd: Stopped dracut pre-pivot and cleanup hook.
- Nov 4 16:20:17 fuel systemd: Stopping dracut pre-pivot and cleanup hook...
- Nov 4 16:20:17 fuel systemd: Stopped target Remote File Systems.
- Nov 4 16:20:17 fuel systemd: Stopping Remote File Systems.
- Nov 4 16:20:17 fuel systemd: Stopped target Remote File Systems (Pre).
- Nov 4 16:20:17 fuel systemd: Stopping Remote File Systems (Pre).
- Nov 4 16:20:17 fuel systemd: Stopped dracut initqueue hook.
- Nov 4 16:20:17 fuel systemd: Stopping dracut initqueue hook...
- Nov 4 16:20:17 fuel systemd: Stopped target Initrd Default Target.
- Nov 4 16:20:17 fuel systemd: Stopping Initrd Default Target.
- Nov 4 16:20:17 fuel systemd: Stopped target Basic System.
- Nov 4 16:20:17 fuel systemd: Stopping Basic System.
- Nov 4 16:20:17 fuel systemd: Stopped target Slices.
- Nov 4 16:20:17 fuel systemd: Stopping Slices.
- Nov 4 16:20:17 fuel systemd: Stopped target Paths.
- Nov 4 16:20:17 fuel systemd: Stopping Paths.
- Nov 4 16:20:17 fuel systemd: Stopped target System Initialization.
- Nov 4 16:20:17 fuel systemd: Stopping System Initialization.
- Nov 4 16:20:17 fuel systemd: Stopping udev Kernel Device Manager...
- Nov 4 16:20:17 fuel systemd: Stopped target Swap.
- Nov 4 16:20:17 fuel systemd: Stopping Swap.
- Nov 4 16:20:17 fuel systemd: Stopped udev Coldplug all Devices.
- Nov 4 16:20:17 fuel systemd: Stopping udev Coldplug all Devices...
- Nov 4 16:20:17 fuel systemd: Stopped Apply Kernel Variables.
- Nov 4 16:20:17 fuel systemd: Stopping Apply Kernel Variables...
- Nov 4 16:20:17 fuel systemd: Stopped target Local File Systems.
- Nov 4 16:20:17 fuel systemd: Stopping Local File Systems.
- Nov 4 16:20:17 fuel systemd: Stopped target Sockets.
- Nov 4 16:20:17 fuel systemd: Stopping Sockets.
- Nov 4 16:20:17 fuel systemd: Stopped udev Kernel Device Manager.
- Nov 4 16:20:17 fuel systemd: Stopped dracut pre-udev hook.
- Nov 4 16:20:17 fuel systemd: Stopping dracut pre-udev hook...
- Nov 4 16:20:17 fuel systemd: Stopped dracut cmdline hook.
- Nov 4 16:20:17 fuel systemd: Stopping dracut cmdline hook...
- Nov 4 16:20:17 fuel systemd: Stopped Create Static Device Nodes in /dev.
- Nov 4 16:20:17 fuel systemd: Stopping Create Static Device Nodes in /dev...
- Nov 4 16:20:17 fuel systemd: Stopped Create list of required static device nodes for the current kernel.
- Nov 4 16:20:17 fuel systemd: Stopping Create list of required static device nodes for the current kernel...
- Nov 4 16:20:17 fuel systemd: Closed udev Kernel Socket.
- Nov 4 16:20:17 fuel systemd: Stopping udev Kernel Socket.
- Nov 4 16:20:17 fuel systemd: Closed udev Control Socket.
- Nov 4 16:20:17 fuel systemd: Stopping udev Control Socket.
- Nov 4 16:20:17 fuel systemd: Starting Cleanup udevd DB...
- Nov 4 16:20:17 fuel systemd: Started Cleanup udevd DB.
- Nov 4 16:20:17 fuel systemd: Reached target Switch Root.
- Nov 4 16:20:17 fuel systemd: Starting Switch Root.
- Nov 4 16:20:17 fuel systemd: Started Plymouth switch root service.
- Nov 4 16:20:17 fuel systemd: Starting Switch Root...
- Nov 4 16:20:17 fuel systemd: Switching root.
- Nov 4 16:20:17 fuel journal: Journal stopped
- Nov 4 16:20:18 fuel journal: Runtime journal is using 8.0M (max allowed 189.5M, trying to leave 284.3M free of 1.8G available → current limit 189.5M).
- Nov 4 16:20:18 fuel journal: Runtime journal is using 8.0M (max allowed 189.5M, trying to leave 284.3M free of 1.8G available → current limit 189.5M).
- Nov 4 16:20:18 fuel systemd-journald[111]: Received SIGTERM from PID 1 (systemd).
- Nov 4 16:20:18 fuel kernel: type=1403 audit(1478276417.717:2): policy loaded auid=4294967295 ses=4294967295
- Nov 4 16:20:18 fuel systemd[1]: Successfully loaded SELinux policy in 204.179ms.
- Nov 4 16:20:18 fuel kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
- Nov 4 16:20:18 fuel systemd[1]: Inserted module 'ip_tables'
- Nov 4 16:20:18 fuel systemd[1]: Relabelled /dev and /run in 17.358ms.
- Nov 4 16:20:18 fuel kernel: EXT4-fs (dm-0): re-mounted. Opts: (null)
- Nov 4 16:20:18 fuel journal: Journal started
- Nov 4 16:20:18 fuel systemd: 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)
- Nov 4 16:20:18 fuel systemd: Detected virtualization vmware.
- Nov 4 16:20:18 fuel systemd: Detected architecture x86-64.
- Nov 4 16:20:18 fuel systemd: Set hostname to <fuel.domain.tld>.
- Nov 4 16:20:18 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 16:20:18 fuel systemd: Started LVM2 metadata daemon.
- Nov 4 16:20:18 fuel systemd: Starting LVM2 metadata daemon...
- Nov 4 16:20:18 fuel systemd: Started Create Static Device Nodes in /dev.
- Nov 4 16:20:18 fuel systemd: Starting udev Kernel Device Manager...
- Nov 4 16:20:18 fuel systemd: Reached target Local File Systems (Pre).
- Nov 4 16:20:18 fuel systemd: Starting Local File Systems (Pre).
- Nov 4 16:20:18 fuel systemd: Received SIGRTMIN+20 from PID 289 (plymouthd).
- Nov 4 16:20:18 fuel systemd-udevd: starting version 219
- Nov 4 16:20:18 fuel systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring.
- Nov 4 16:20:18 fuel systemd: Started Configure read-only root support.
- Nov 4 16:20:18 fuel systemd: Started udev Kernel Device Manager.
- Nov 4 16:20:19 fuel systemd: Started Rebuild Hardware Database.
- Nov 4 16:20:19 fuel systemd: Starting udev Coldplug all Devices...
- Nov 4 16:20:19 fuel systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring.
- Nov 4 16:20:19 fuel systemd: Started udev Coldplug all Devices.
- Nov 4 16:20:19 fuel lvm: 2 logical volume(s) in volume group "os" monitored
- Nov 4 16:20:19 fuel systemd: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
- Nov 4 16:20:19 fuel kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
- Nov 4 16:20:19 fuel kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
- Nov 4 16:20:19 fuel kernel: sr 1:0:0:0: Attached scsi generic sg1 type 5
- Nov 4 16:20:19 fuel kernel: piix4_smbus 0000:00:07.3: Host SMBus controller not enabled!
- Nov 4 16:20:19 fuel kernel: vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x11080, irq 16
- Nov 4 16:20:19 fuel kernel: vmw_vmci 0000:00:07.7: Using capabilities 0xc
- Nov 4 16:20:19 fuel kernel: Guest personality initialized and is active
- Nov 4 16:20:19 fuel kernel: VMCI host device registered (name=vmci, major=10, minor=58)
- Nov 4 16:20:19 fuel kernel: Initialized host personality
- Nov 4 16:20:19 fuel kernel: input: PC Speaker as /devices/platform/pcspkr/input/input3
- Nov 4 16:20:19 fuel kernel: ppdev: user-space parallel port driver
- Nov 4 16:20:19 fuel kernel: Floppy drive(s): fd0 is 1.44M
- Nov 4 16:20:19 fuel systemd: Found device /dev/mapper/os-swap.
- Nov 4 16:20:19 fuel systemd: Activating swap /dev/mapper/os-swap...
- Nov 4 16:20:19 fuel systemd: Created slice system-lvm2\x2dpvscan.slice.
- Nov 4 16:20:19 fuel systemd: Starting system-lvm2\x2dpvscan.slice.
- Nov 4 16:20:19 fuel systemd: Starting LVM2 PV scan on device 8:4...
- Nov 4 16:20:19 fuel systemd: Starting LVM2 PV scan on device 8:5...
- Nov 4 16:20:19 fuel kernel: Adding 4063228k swap on /dev/mapper/os-swap. Priority:-1 extents:1 across:4063228k FS
- Nov 4 16:20:19 fuel systemd: Activated swap /dev/mapper/os-swap.
- Nov 4 16:20:19 fuel systemd: Reached target Swap.
- Nov 4 16:20:19 fuel systemd: Starting Swap.
- Nov 4 16:20:19 fuel lvm: 0 logical volume(s) in volume group "docker" now active
- Nov 4 16:20:19 fuel systemd: Started LVM2 PV scan on device 8:4.
- Nov 4 16:20:19 fuel systemd: Found device Virtual_disk primary.
- Nov 4 16:20:19 fuel kernel: AES CTR mode by8 optimization enabled
- Nov 4 16:20:19 fuel kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
- Nov 4 16:20:19 fuel kernel: alg: No test for crc32 (crc32-pclmul)
- Nov 4 16:20:19 fuel kernel: intel_rapl: no valid rapl domains found in package 0
- Nov 4 16:20:19 fuel kernel: intel_rapl: no valid rapl domains found in package 0
- Nov 4 16:20:19 fuel kernel: intel_rapl: no valid rapl domains found in package 0
- Nov 4 16:20:19 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 16:20:19 fuel systemd: Found device Virtual_disk primary.
- Nov 4 16:20:19 fuel systemd: Mounting /boot...
- Nov 4 16:20:19 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1
- Nov 4 16:20:19 fuel systemd: Found device /dev/mapper/os-varlog.
- Nov 4 16:20:19 fuel systemd: Starting File System Check on /dev/mapper/os-varlog...
- Nov 4 16:20:20 fuel lvm: 4 logical volume(s) in volume group "os" now active
- Nov 4 16:20:20 fuel systemd: Found device /dev/mapper/os-var.
- Nov 4 16:20:20 fuel systemd: Starting File System Check on /dev/mapper/os-var...
- Nov 4 16:20:20 fuel systemd: Started LVM2 PV scan on device 8:5.
- Nov 4 16:20:20 fuel kernel: SGI XFS with ACLs, security attributes, no debug enabled
- Nov 4 16:20:20 fuel kernel: XFS (sda3): Mounting V4 Filesystem
- Nov 4 16:20:20 fuel systemd-fsck: /dev/mapper/os-var: clean, 4635/12484608 files, 1473534/49922048 blocks
- Nov 4 16:20:20 fuel systemd: Started File System Check on /dev/mapper/os-var.
- Nov 4 16:20:20 fuel systemd-fsck: /dev/mapper/os-varlog: clean, 31/18726912 files, 1225165/74883072 blocks
- Nov 4 16:20:20 fuel systemd: Mounting /var...
- Nov 4 16:20:20 fuel systemd: Started File System Check on /dev/mapper/os-varlog.
- Nov 4 16:20:20 fuel kernel: EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
- Nov 4 16:20:20 fuel systemd: Mounted /var.
- Nov 4 16:20:20 fuel systemd: Mounting /var/log...
- Nov 4 16:20:20 fuel systemd: Starting Load/Save Random Seed...
- Nov 4 16:20:20 fuel systemd: Mounted /var/log.
- Nov 4 16:20:20 fuel kernel: EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
- Nov 4 16:20:20 fuel systemd: Starting Flush Journal to Persistent Storage...
- Nov 4 16:20:20 fuel systemd: Started Load/Save Random Seed.
- Nov 4 16:20:20 fuel journal: Runtime journal is using 8.0M (max allowed 189.5M, trying to leave 284.3M free of 1.8G available → current limit 189.5M).
- Nov 4 16:20:20 fuel systemd: Started Flush Journal to Persistent Storage.
- Nov 4 16:20:20 fuel systemd: Mounted /boot.
- Nov 4 16:20:20 fuel kernel: XFS (sda3): Ending clean mount
- Nov 4 16:20:20 fuel systemd: Mounting /boot/efi...
- Nov 4 16:20:20 fuel systemd: Mounted /boot/efi.
- Nov 4 16:20:20 fuel systemd: Reached target Local File Systems.
- Nov 4 16:20:20 fuel systemd: Starting Local File Systems.
- Nov 4 16:20:20 fuel systemd: Starting Rebuild Journal Catalog...
- Nov 4 16:20:20 fuel systemd: Started Commit a transient machine-id on disk.
- Nov 4 16:20:20 fuel systemd: Started Reconfigure the system on administrator request.
- Nov 4 16:20:20 fuel systemd: Started Relabel all filesystems, if necessary.
- Nov 4 16:20:20 fuel systemd: Starting Tell Plymouth To Write Out Runtime Data...
- Nov 4 16:20:20 fuel systemd: Started Mark the need to relabel after reboot.
- Nov 4 16:20:20 fuel systemd: Starting Import network configuration from initramfs...
- Nov 4 16:20:20 fuel systemd: Started Tell Plymouth To Write Out Runtime Data.
- Nov 4 16:20:20 fuel systemd: Started Rebuild Journal Catalog.
- Nov 4 16:20:20 fuel kernel: dm-3: WRITE SAME failed. Manually zeroing.
- Nov 4 16:20:20 fuel systemd: Started Import network configuration from initramfs.
- Nov 4 16:20:20 fuel systemd: Starting Create Volatile Files and Directories...
- Nov 4 16:20:21 fuel systemd: Started Create Volatile Files and Directories.
- Nov 4 16:20:21 fuel systemd: Starting Security Auditing Service...
- Nov 4 16:20:21 fuel auditd[695]: Started dispatcher: /sbin/audispd pid: 710
- Nov 4 16:20:21 fuel kernel: type=1305 audit(1478276421.469:3): audit_pid=695 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
- Nov 4 16:20:21 fuel auditd[695]: Init complete, auditd 2.4.1 listening for events (startup state enable)
- Nov 4 16:20:21 fuel augenrules: No rules
- Nov 4 16:20:21 fuel augenrules: enabled 1
- Nov 4 16:20:21 fuel augenrules: flag 1
- Nov 4 16:20:21 fuel augenrules: pid 695
- Nov 4 16:20:21 fuel augenrules: rate_limit 0
- Nov 4 16:20:21 fuel augenrules: backlog_limit 320
- Nov 4 16:20:21 fuel augenrules: lost 0
- Nov 4 16:20:21 fuel augenrules: backlog 1
- Nov 4 16:20:21 fuel systemd: Started Security Auditing Service.
- Nov 4 16:20:21 fuel systemd: Starting Update UTMP about System Boot/Shutdown...
- Nov 4 16:20:21 fuel audispd: No plugins found, exiting
- Nov 4 16:20:21 fuel systemd: Started Update UTMP about System Boot/Shutdown.
- Nov 4 16:20:22 fuel kernel: floppy0: no floppy controllers found
- Nov 4 16:20:22 fuel kernel: work still pending
- Nov 4 16:20:25 fuel systemd: Started Rebuild Dynamic Linker Cache.
- Nov 4 16:20:25 fuel systemd: Starting Update is Completed...
- Nov 4 16:20:25 fuel systemd: Started Update is Completed.
- Nov 4 16:20:25 fuel systemd: Reached target System Initialization.
- Nov 4 16:20:25 fuel systemd: Starting System Initialization.
- Nov 4 16:20:25 fuel systemd: Started Flexible branding.
- Nov 4 16:20:25 fuel systemd: Starting Flexible branding.
- Nov 4 16:20:25 fuel systemd: Reached target Paths.
- Nov 4 16:20:25 fuel systemd: Starting Paths.
- Nov 4 16:20:25 fuel systemd: Started Daily Cleanup of Temporary Directories.
- Nov 4 16:20:25 fuel systemd: Starting Daily Cleanup of Temporary Directories.
- Nov 4 16:20:25 fuel systemd: Reached target Timers.
- Nov 4 16:20:25 fuel systemd: Starting Timers.
- Nov 4 16:20:25 fuel systemd: Listening on D-Bus System Message Bus Socket.
- Nov 4 16:20:25 fuel systemd: Starting D-Bus System Message Bus Socket.
- Nov 4 16:20:25 fuel systemd: Reached target Sockets.
- Nov 4 16:20:25 fuel systemd: Starting Sockets.
- Nov 4 16:20:25 fuel systemd: Reached target Basic System.
- Nov 4 16:20:25 fuel systemd: Starting Basic System.
- Nov 4 16:20:25 fuel systemd: Started irqbalance daemon.
- Nov 4 16:20:25 fuel systemd: Starting irqbalance daemon...
- Nov 4 16:20:25 fuel systemd: Starting Permit User Sessions...
- Nov 4 16:20:25 fuel systemd: Started Load CPU microcode update.
- Nov 4 16:20:25 fuel systemd: Starting Network Manager...
- Nov 4 16:20:25 fuel systemd: Starting Dump dmesg to /var/log/dmesg...
- Nov 4 16:20:26 fuel systemd: Starting System Logging Service...
- Nov 4 16:20:26 fuel systemd: Starting Login Service...
- Nov 4 16:20:26 fuel systemd: Started D-Bus System Message Bus.
- Nov 4 16:20:26 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'org.freedesktop.systemd1'
- Nov 4 16:20:26 fuel dbus[730]: [system] Successfully activated service 'org.freedesktop.systemd1'
- Nov 4 16:20:26 fuel systemd: Starting D-Bus System Message Bus...
- Nov 4 16:20:26 fuel systemd: Started System Logging Service.
- Nov 4 16:20:26 fuel systemd: Started Permit User Sessions.
- Nov 4 16:20:26 fuel systemd: Started Dump dmesg to /var/log/dmesg.
- Nov 4 16:20:26 fuel systemd-logind: New seat seat0.
- Nov 4 16:20:26 fuel systemd-logind: Watching system buttons on /dev/input/event0 (Power Button)
- Nov 4 16:20:26 fuel systemd: Started Command Scheduler.
- Nov 4 16:20:26 fuel systemd: Starting Command Scheduler...
- Nov 4 16:20:26 fuel systemd: Starting Wait for Plymouth Boot Screen to Quit...
- Nov 4 16:20:26 fuel systemd: Starting Terminate Plymouth Boot Screen...
- Nov 4 16:20:26 fuel systemd: Started Login Service.
- Nov 4 16:20:26 fuel systemd: Received SIGRTMIN+21 from PID 289 (plymouthd).
- Nov 4 16:20:26 fuel systemd: Started Wait for Plymouth Boot Screen to Quit.
- Nov 4 16:20:26 fuel systemd: Started Terminate Plymouth Boot Screen.
- Nov 4 16:20:26 fuel systemd: Started Getty on tty1.
- Nov 4 16:20:26 fuel systemd: Starting Getty on tty1...
- Nov 4 16:20:26 fuel systemd: Reached target Login Prompts.
- Nov 4 16:20:26 fuel systemd: Starting Login Prompts.
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> NetworkManager (version 1.0.6-29.el7_2) is starting...
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Read config: /etc/NetworkManager/NetworkManager.conf and conf.d: 10-ibft-plugin.conf
- Nov 4 16:20:26 fuel systemd: Started Network Manager.
- Nov 4 16:20:26 fuel systemd: Starting Network Manager Wait Online...
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded settings plugin ifcfg-rh: (c) 2007 - 2015 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. (/usr/lib64/NetworkManager/libnm-settings-plugin-ifcfg-rh.so)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded settings plugin iBFT: (c) 2014 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. (/usr/lib64/NetworkManager/libnm-settings-plugin-ibft.so)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded settings plugin keyfile: (c) 2007 - 2015 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> ifcfg-rh: new connection /etc/sysconfig/network-scripts/ifcfg-eth0 (99a9eae7-c924-4411-bf31-b62b1697357e,"eth0")
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> ifcfg-rh: new connection /etc/sysconfig/network-scripts/ifcfg-eth1 (60ef7eea-104f-4bb5-979f-ce652ff97431,"eth1")
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> monitoring kernel firmware directory '/lib/firmware'.
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMVxlanFactory (internal)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMVlanFactory (internal)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMVethFactory (internal)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMTunFactory (internal)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMMacvlanFactory (internal)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMInfinibandFactory (internal)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMGreFactory (internal)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMEthernetFactory (internal)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMBridgeFactory (internal)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMBondFactory (internal)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/libnm-device-plugin-team.so)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> WiFi enabled by radio killswitch; enabled by state file
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> WWAN enabled by radio killswitch; enabled by state file
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> WiMAX enabled by radio killswitch; enabled by state file
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Networking is enabled by state file
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth1): new Ethernet device (carrier: OFF, driver: 'vmxnet3', ifindex: 3)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
- Nov 4 16:20:26 fuel kernel: IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
- Nov 4 16:20:26 fuel kernel: vmxnet3 0000:13:00.0 eth1: intr type 3, mode 0, 5 vectors allocated
- Nov 4 16:20:26 fuel kernel: vmxnet3 0000:13:00.0 eth1: NIC Link is Up 10000 Mbps
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth1): link connected
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): new Ethernet device (carrier: OFF, driver: 'vmxnet3', ifindex: 2)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
- Nov 4 16:20:26 fuel kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
- Nov 4 16:20:26 fuel kernel: vmxnet3 0000:0b:00.0 eth0: intr type 3, mode 0, 5 vectors allocated
- Nov 4 16:20:26 fuel kernel: vmxnet3 0000:0b:00.0 eth0: NIC Link is Up 10000 Mbps
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): link connected
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (lo): link connected
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (lo): new Generic device (carrier: ON, driver: 'unknown', ifindex: 1)
- Nov 4 16:20:26 fuel dbus-daemon: dbus[730]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
- Nov 4 16:20:26 fuel dbus[730]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
- Nov 4 16:20:26 fuel dbus[730]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
- Nov 4 16:20:26 fuel dbus-daemon: dbus[730]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth1): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Auto-activating connection 'eth0'.
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): Activation: starting connection 'eth0' (99a9eae7-c924-4411-bf31-b62b1697357e)
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> NetworkManager state is now CONNECTING
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
- Nov 4 16:20:26 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0]
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> NetworkManager state is now CONNECTED_LOCAL
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> NetworkManager state is now CONNECTED_GLOBAL
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> Policy set 'eth0' (eth0) as default for IPv4 routing and DNS.
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): Activation: successful, device activated.
- Nov 4 16:20:26 fuel dbus[730]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
- Nov 4 16:20:26 fuel dbus-daemon: dbus[730]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
- Nov 4 16:20:26 fuel systemd: Starting WPA Supplicant daemon...
- Nov 4 16:20:26 fuel systemd: Starting Authorization Manager...
- Nov 4 16:20:26 fuel systemd: Starting Network Manager Script Dispatcher Service...
- Nov 4 16:20:26 fuel dbus[730]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
- Nov 4 16:20:26 fuel systemd: Started Network Manager Script Dispatcher Service.
- Nov 4 16:20:26 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
- Nov 4 16:20:26 fuel nm-dispatcher: Dispatching action 'up' for eth0
- Nov 4 16:20:26 fuel polkitd[758]: Started polkitd version 0.112
- Nov 4 16:20:26 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
- Nov 4 16:20:26 fuel dbus[730]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
- Nov 4 16:20:26 fuel systemd: Started WPA Supplicant daemon.
- Nov 4 16:20:26 fuel NetworkManager[723]: <info> wpa_supplicant running
- Nov 4 16:20:26 fuel dbus[730]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
- Nov 4 16:20:26 fuel systemd: Started Authorization Manager.
- Nov 4 16:20:26 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
- Nov 4 16:20:31 fuel systemd: Created slice user-0.slice.
- Nov 4 16:20:31 fuel systemd: Starting user-0.slice.
- Nov 4 16:20:31 fuel systemd-logind: New session 1 of user root.
- Nov 4 16:20:31 fuel systemd: Started Session 1 of user root.
- Nov 4 16:20:31 fuel systemd: Starting Session 1 of user root.
- Nov 4 16:20:31 fuel systemd: Reloading.
- Nov 4 16:20:31 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 16:20:31 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 16:20:31 fuel NetworkManager[723]: <info> startup complete
- Nov 4 16:20:31 fuel systemd: Started Network Manager Wait Online.
- Nov 4 16:20:31 fuel systemd: Starting LSB: Bring up/down networking...
- Nov 4 16:20:32 fuel network: Bringing up loopback interface: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
- Nov 4 16:20:32 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
- Nov 4 16:20:32 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
- Nov 4 16:20:32 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
- Nov 4 16:20:32 fuel network: [ OK ]
- Nov 4 16:20:32 fuel network: Bringing up interface eth0: [ OK ]
- Nov 4 16:20:32 fuel systemd: Started LSB: Bring up/down networking.
- Nov 4 16:20:32 fuel systemd: Reached target Multi-User System.
- Nov 4 16:20:32 fuel systemd: Starting Multi-User System.
- Nov 4 16:20:32 fuel systemd: Starting Update UTMP about System Runlevel Changes...
- Nov 4 16:20:32 fuel systemd: Started Stop Read-Ahead Data Collection 10s After Completed Startup.
- Nov 4 16:20:32 fuel systemd: Reached target Network.
- Nov 4 16:20:32 fuel systemd: Starting Network.
- Nov 4 16:20:32 fuel systemd: Reached target Network is Online.
- Nov 4 16:20:32 fuel systemd: Starting Network is Online.
- Nov 4 16:20:32 fuel systemd: Starting Crash recovery kernel arming...
- Nov 4 16:20:32 fuel systemd: Started Update UTMP about System Runlevel Changes.
- Nov 4 16:20:33 fuel kdumpctl: No kdump initial ramdisk found.
- Nov 4 16:20:33 fuel kdumpctl: Rebuilding /boot/initramfs-3.10.0-327.13.1.el7.x86_64kdump.img
- Nov 4 16:20:34 fuel dracut: dracut-
- Nov 4 16:20:34 fuel dracut: Executing: /usr/sbin/dracut --hostonly --hostonly-cmdline --hostonly-i18n -o "plymouth dash resume ifcfg" --mount "/dev/mapper/os-var /kdumproot//var ext4 defaults,x-initrd.mount" -f /boot/initramfs-3.10.0-327.13.1.el7.x86_64kdump.img 3.10.0-327.13.1.el7.x86_64
- Nov 4 16:20:34 fuel dracut: dracut module 'modsign' will not be installed, because command 'keyctl' could not be found!
- Nov 4 16:20:34 fuel dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted!
- Nov 4 16:20:35 fuel dracut: dracut module 'plymouth' will not be installed, because it's in the list to be omitted!
- Nov 4 16:20:35 fuel dracut: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found!
- Nov 4 16:20:35 fuel dracut: 95nfs: Could not find any command of 'rpcbind portmap'!
- Nov 4 16:20:35 fuel dracut: dracut module 'resume' will not be installed, because it's in the list to be omitted!
- Nov 4 16:20:35 fuel dracut: dracut module 'modsign' will not be installed, because command 'keyctl' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
- Nov 4 16:20:35 fuel dracut: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found!
- Nov 4 16:20:35 fuel dracut: 95nfs: Could not find any command of 'rpcbind portmap'!
- Nov 4 16:20:35 fuel dracut: *** Including module: bash ***
- Nov 4 16:20:35 fuel dracut: *** Including module: nss-softokn ***
- Nov 4 16:20:35 fuel dracut: *** Including module: i18n ***
- Nov 4 16:20:35 fuel dracut: *** Including module: network ***
- Nov 4 16:20:36 fuel dracut: *** Including module: drm ***
- Nov 4 16:20:36 fuel dracut: *** Including module: dm ***
- Nov 4 16:20:36 fuel dracut: Skipping udev rule: 64-device-mapper.rules
- Nov 4 16:20:36 fuel dracut: Skipping udev rule: 60-persistent-storage-dm.rules
- Nov 4 16:20:36 fuel dracut: Skipping udev rule: 55-dm.rules
- Nov 4 16:20:36 fuel dracut: *** Including module: kernel-modules ***
- Nov 4 16:20:37 fuel yum[4417]: Installed: fuel-setup-9.0.0-1.mos6340.noarch
- Nov 4 16:20:37 fuel yum[5042]: Installed: yum-plugin-priorities-1.1.31-34.el7.noarch
- Nov 4 16:20:38 fuel yum[5209]: Installed: python-chardet-2.2.1-1.el7_1.noarch
- Nov 4 16:20:38 fuel yum[5209]: Installed: python-kitchen-1.1.1-5.el7.noarch
- Nov 4 16:20:38 fuel yum[5209]: Installed: yum-utils-1.1.31-34.el7.noarch
- Nov 4 16:20:39 fuel yum[5577]: Installed: fuel-release-9.0.0-1.mos6340.noarch
- Nov 4 16:20:41 fuel yum[5941]: Installed: 1:make-3.82-21.el7.x86_64
- Nov 4 16:20:41 fuel yum[5941]: Installed: 1:openssl-1.0.1e-51.el7_2.4.x86_64
- Nov 4 16:20:41 fuel yum[5941]: Installed: newt-python-0.52.15-4.el7.x86_64
- Nov 4 16:20:41 fuel yum[5941]: Installed: authconfig-6.2.8-10.el7.x86_64
- Nov 4 16:20:41 fuel dracut: *** Including module: lvm ***
- Nov 4 16:20:41 fuel dracut: Skipping udev rule: 64-device-mapper.rules
- Nov 4 16:20:41 fuel dracut: Skipping udev rule: 56-lvm.rules
- Nov 4 16:20:41 fuel dracut: Skipping udev rule: 60-persistent-storage-lvm.rules
- Nov 4 16:20:41 fuel dracut: *** Including module: fstab-sys ***
- Nov 4 16:20:41 fuel dracut: *** Including module: rootfs-block ***
- Nov 4 16:20:41 fuel dracut: *** Including module: terminfo ***
- Nov 4 16:20:42 fuel dracut: *** Including module: udev-rules ***
- Nov 4 16:20:42 fuel dracut: Skipping udev rule: 91-permissions.rules
- Nov 4 16:20:42 fuel dracut: *** Including module: biosdevname ***
- Nov 4 16:20:42 fuel dracut: *** Including module: systemd ***
- Nov 4 16:20:42 fuel yum[6603]: Installed: 32:bind-libs-9.9.4-29.el7_2.3.x86_64
- Nov 4 16:20:42 fuel yum[6603]: Installed: 32:bind-utils-9.9.4-29.el7_2.3.x86_64
- Nov 4 16:20:42 fuel dracut: *** Including module: usrmount ***
- Nov 4 16:20:42 fuel dracut: *** Including module: base ***
- Nov 4 16:20:42 fuel dracut: *** Including module: fs-lib ***
- Nov 4 16:20:42 fuel dracut: *** Including module: kdumpbase ***
- Nov 4 16:20:43 fuel yum[7041]: Installed: bridge-utils-1.5-9.el7.x86_64
- Nov 4 16:20:43 fuel dracut: *** Including module: shutdown ***
- Nov 4 16:20:43 fuel dracut: *** Including modules done ***
- Nov 4 16:20:43 fuel dracut: *** Installing kernel module dependencies and firmware ***
- Nov 4 16:20:43 fuel dracut: *** Installing kernel module dependencies and firmware done ***
- Nov 4 16:20:43 fuel dracut: *** Resolving executable dependencies ***
- Nov 4 16:20:43 fuel yum[7659]: Installed: daemonize-1.7.3-8.el7~mos1.x86_64
- Nov 4 16:20:44 fuel systemd: Reloading.
- Nov 4 16:20:44 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 16:20:44 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 16:20:44 fuel yum[8154]: Installed: 12:dhcp-4.2.5-42.el7.centos.x86_64
- Nov 4 16:20:44 fuel dracut: *** Resolving executable dependencies done***
- Nov 4 16:20:44 fuel dracut: *** Hardlinking files ***
- Nov 4 16:20:44 fuel dracut: *** Hardlinking files done ***
- Nov 4 16:20:44 fuel dracut: *** Stripping files ***
- Nov 4 16:20:44 fuel dracut: *** Stripping files done ***
- Nov 4 16:20:44 fuel dracut: *** Generating early-microcode cpio image ***
- Nov 4 16:20:45 fuel dracut: *** Constructing GenuineIntel.bin ****
- Nov 4 16:20:45 fuel dracut: *** Store current command line parameters ***
- Nov 4 16:20:45 fuel dracut: *** Creating image file ***
- Nov 4 16:20:45 fuel yum[9075]: Installed: audit-libs-python-2.4.1-5.el7.x86_64
- Nov 4 16:20:45 fuel yum[9075]: Installed: docker-forward-journald-1.9.1-25.el7.centos.x86_64
- Nov 4 16:20:45 fuel yum[9075]: Installed: libsemanage-python-2.1.10-18.el7.x86_64
- Nov 4 16:20:45 fuel yum[9075]: Installed: libselinux-python-2.2.2-6.el7.x86_64
- Nov 4 16:20:45 fuel yum[9075]: Installed: checkpolicy-2.1.12-6.el7.x86_64
- Nov 4 16:20:45 fuel yum[9075]: Installed: python-IPy-0.75-6.el7.noarch
- Nov 4 16:20:45 fuel yum[9075]: Installed: libcgroup-0.41-8.el7.x86_64
- Nov 4 16:20:45 fuel yum[9075]: Installed: setools-libs-3.3.7-46.el7.x86_64
- Nov 4 16:20:45 fuel dbus[730]: Encountered error 'Failed to open "/etc/dbus-1/system.d/org.selinux.conf": Permission denied' while parsing '/etc/dbus-1/system.d/org.selinux.conf'
- Nov 4 16:20:45 fuel dbus-daemon: dbus[730]: Encountered error 'Failed to open "/etc/dbus-1/system.d/org.selinux.conf": Permission denied' while parsing '/etc/dbus-1/system.d/org.selinux.conf'
- Nov 4 16:20:45 fuel dbus[730]: [system] Reloaded configuration
- Nov 4 16:20:45 fuel dbus-daemon: dbus[730]: [system] Reloaded configuration
- Nov 4 16:20:45 fuel dbus[730]: [system] Reloaded configuration
- Nov 4 16:20:45 fuel dbus-daemon: dbus[730]: [system] Reloaded configuration
- Nov 4 16:20:46 fuel yum[9075]: Installed: policycoreutils-python-2.2.5-20.el7.x86_64
- Nov 4 16:20:56 fuel dracut: *** Creating image file done ***
- Nov 4 16:20:56 fuel kdumpctl: cat: write error: Broken pipe
- Nov 4 16:20:59 fuel kernel: SELinux: Context system_u:unconfined_r:sandbox_t:s0-s0:c0.c1023 became invalid (unmapped).
- Nov 4 16:20:59 fuel kdumpctl: /usr/bin/kdumpctl: line 466: /sbin/kexec: Cannot allocate memory
- Nov 4 16:20:59 fuel kdumpctl: kexec: failed to load kdump kernel
- Nov 4 16:20:59 fuel kdumpctl: Starting kdump: [FAILED]
- Nov 4 16:20:59 fuel systemd: kdump.service: main process exited, code=exited, status=1/FAILURE
- Nov 4 16:20:59 fuel systemd: Failed to start Crash recovery kernel arming.
- Nov 4 16:20:59 fuel systemd: Startup finished in 637ms (kernel) + 4.007s (initrd) + 41.821s (userspace) = 46.466s.
- Nov 4 16:20:59 fuel systemd: Unit kdump.service entered failed state.
- Nov 4 16:20:59 fuel systemd: kdump.service failed.
- Nov 4 16:20:59 fuel kernel: SELinux: Context unconfined_u:unconfined_r:sandbox_t:s0-s0:c0.c1023 became invalid (unmapped).
- Nov 4 16:20:59 fuel dbus-daemon: dbus[730]: avc: received policyload notice (seqno=2)
- Nov 4 16:20:59 fuel dbus[730]: avc: received policyload notice (seqno=2)
- Nov 4 16:20:59 fuel dbus[730]: [system] Reloaded configuration
- Nov 4 16:20:59 fuel dbus-daemon: dbus[730]: [system] Reloaded configuration
- Nov 4 16:20:59 fuel yum[9075]: Installed: docker-selinux-1.9.1-25.el7.centos.x86_64
- Nov 4 16:21:01 fuel systemd: Reloading.
- Nov 4 16:21:01 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 16:21:01 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 16:21:01 fuel yum[9075]: Installed: docker-1.9.1-25.el7.centos.x86_64
- Nov 4 16:21:04 fuel yum[10611]: Installed: python-six-1.10.0-2.el7~mos1.noarch
- Nov 4 16:21:04 fuel yum[10611]: Installed: python-setuptools-17.1.1-3.el7~mos1.noarch
- Nov 4 16:21:04 fuel yum[10611]: Installed: python-pbr-1.8.0-1.el7~mos4.noarch
- Nov 4 16:21:04 fuel yum[10611]: Installed: python-stevedore-1.8.0-1.el7~mos1.noarch
- Nov 4 16:21:04 fuel yum[10611]: Installed: pytz-2015.4-1.el7~mos2.noarch
- Nov 4 16:21:05 fuel yum[10611]: Installed: python-babel-1.3-6.el7~mos1.noarch
- Nov 4 16:21:05 fuel yum[10611]: Installed: python-iso8601-0.1.10-1.el7~mos1.noarch
- Nov 4 16:21:05 fuel yum[10611]: Installed: python-netaddr-0.7.14-1.el7~mos2.noarch
- Nov 4 16:21:05 fuel yum[10611]: Installed: python-netifaces-0.10.4-2.el7~mos2.x86_64
- Nov 4 16:21:05 fuel yum[10611]: Installed: pyflakes-0.8.1-4.el7~mos1.noarch
- Nov 4 16:21:06 fuel yum[10611]: Installed: libxslt-1.1.28-5.el7.x86_64
- Nov 4 16:21:06 fuel yum[10611]: Installed: python-funcsigs-0.4-1.el7~mos1.noarch
- Nov 4 16:21:06 fuel yum[10611]: Installed: python-prettytable-0.7.2-6.el7~mos1.noarch
- Nov 4 16:21:06 fuel yum[10611]: Installed: deltarpm-3.6-3.el7.x86_64
- Nov 4 16:21:06 fuel yum[10611]: Installed: python-deltarpm-3.6-3.el7.x86_64
- Nov 4 16:21:06 fuel yum[10611]: Installed: python-lxml-3.2.1-4.el7.x86_64
- Nov 4 16:21:06 fuel yum[10611]: Installed: xmlstarlet-1.6.1-1.el7~mos1.x86_64
- Nov 4 16:21:06 fuel yum[10611]: Installed: python2-positional-1.0.1-3.el7~mos1.noarch
- Nov 4 16:21:06 fuel yum[10611]: Installed: python-pep8-1.5.7-2.el7~mos1.noarch
- Nov 4 16:21:06 fuel yum[10611]: Installed: python-debian-0.1.27-2.el7~mos2.noarch
- Nov 4 16:21:06 fuel yum[10611]: Installed: python-ecdsa-0.11-5.el7~mos1.noarch
- Nov 4 16:21:06 fuel yum[10611]: Installed: 1:perl-parent-0.225-244.el7.noarch
- Nov 4 16:21:06 fuel yum[10611]: Installed: perl-HTTP-Tiny-0.033-3.el7.noarch
- Nov 4 16:21:06 fuel yum[10611]: Installed: perl-podlators-2.5.1-3.el7.noarch
- Nov 4 16:21:06 fuel yum[10611]: Installed: perl-Pod-Perldoc-3.20-4.el7.noarch
- Nov 4 16:21:06 fuel yum[10611]: Installed: 1:perl-Pod-Escapes-1.04-286.el7.noarch
- Nov 4 16:21:06 fuel yum[10611]: Installed: perl-Text-ParseWords-3.29-4.el7.noarch
- Nov 4 16:21:06 fuel yum[10611]: Installed: perl-Encode-2.51-7.el7.x86_64
- Nov 4 16:21:06 fuel yum[10611]: Installed: perl-Pod-Usage-1.63-3.el7.noarch
- Nov 4 16:21:06 fuel yum[10611]: Installed: 4:perl-libs-5.16.3-286.el7.x86_64
- Nov 4 16:21:06 fuel yum[10611]: Installed: perl-Storable-2.45-3.el7.x86_64
- Nov 4 16:21:06 fuel yum[10611]: Installed: perl-threads-1.87-4.el7.x86_64
- Nov 4 16:21:06 fuel yum[10611]: Installed: perl-Carp-1.26-244.el7.noarch
- Nov 4 16:21:07 fuel yum[10611]: Installed: 4:perl-Time-HiRes-1.9725-3.el7.x86_64
- Nov 4 16:21:07 fuel yum[10611]: Installed: perl-Filter-1.49-3.el7.x86_64
- Nov 4 16:21:07 fuel yum[10611]: Installed: perl-Exporter-5.68-3.el7.noarch
- Nov 4 16:21:07 fuel yum[10611]: Installed: perl-constant-1.27-2.el7.noarch
- Nov 4 16:21:07 fuel yum[10611]: Installed: 4:perl-macros-5.16.3-286.el7.x86_64
- Nov 4 16:21:07 fuel yum[10611]: Installed: perl-Time-Local-1.2300-2.el7.noarch
- Nov 4 16:21:07 fuel yum[10611]: Installed: perl-Socket-2.010-3.el7.x86_64
- Nov 4 16:21:07 fuel yum[10611]: Installed: perl-threads-shared-1.43-6.el7.x86_64
- Nov 4 16:21:07 fuel yum[10611]: Installed: perl-File-Temp-0.23.01-3.el7.noarch
- Nov 4 16:21:07 fuel yum[10611]: Installed: perl-File-Path-2.09-2.el7.noarch
- Nov 4 16:21:07 fuel yum[10611]: Installed: perl-PathTools-3.40-5.el7.x86_64
- Nov 4 16:21:07 fuel yum[10611]: Installed: perl-Scalar-List-Utils-1.27-248.el7.x86_64
- Nov 4 16:21:07 fuel yum[10611]: Installed: 1:perl-Pod-Simple-3.28-4.el7.noarch
- Nov 4 16:21:07 fuel yum[10611]: Installed: perl-Getopt-Long-2.40-2.el7.noarch
- Nov 4 16:21:08 fuel yum[10611]: Installed: 4:perl-5.16.3-286.el7.x86_64
- Nov 4 16:21:08 fuel yum[10611]: Installed: python-wrapt-1.10.4-5.el7~mos1.x86_64
- Nov 4 16:21:08 fuel yum[10611]: Installed: python2-debtcollector-1.2.0-1.el7~mos1.noarch
- Nov 4 16:21:09 fuel yum[10611]: Installed: 2:python2-oslo-config-3.9.0-2.el7~mos1.noarch
- Nov 4 16:21:09 fuel yum[10611]: Installed: python2-greenlet-0.4.9-2.el7~mos1.x86_64
- Nov 4 16:21:09 fuel yum[10611]: Installed: python-eventlet-0.18.2-1.el7~mos1.noarch
- Nov 4 16:21:09 fuel yum[10611]: Installed: python-backports-1.0-8.el7.x86_64
- Nov 4 16:21:09 fuel yum[10611]: Installed: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch
- Nov 4 16:21:09 fuel yum[10611]: Installed: python-urllib3-1.12-3.el7~mos3.noarch
- Nov 4 16:21:09 fuel yum[10611]: Installed: python-requests-2.8.1-1.el7.noarch
- Nov 4 16:21:09 fuel yum[10611]: Installed: python-keystoneauth1-2.2.0-1.el7~mos13.noarch
- Nov 4 16:21:09 fuel yum[10611]: Installed: python-daemonize-2.2.1-0.el7~mos1.noarch
- Nov 4 16:21:09 fuel systemd: Reloading.
- Nov 4 16:21:09 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 16:21:09 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 16:21:09 fuel yum[10611]: Installed: ntpdate-4.2.6p5-22.el7.centos.1.x86_64
- Nov 4 16:21:09 fuel yum[10611]: Installed: scapy-2.2.0-2.el7~mos1.noarch
- Nov 4 16:21:09 fuel yum[10611]: Installed: python-mimeparse-0.1.4-1.el7~mos2.noarch
- Nov 4 16:21:10 fuel yum[10611]: Installed: python-urwid-1.1.1-3.el7.x86_64
- Nov 4 16:21:10 fuel yum[10611]: Installed: python-linecache2-1.0.0-1.el7~mos2.noarch
- Nov 4 16:21:10 fuel yum[10611]: Installed: python-traceback2-1.4.0-2.el7~mos2.noarch
- Nov 4 16:21:10 fuel yum[10611]: Installed: python-unittest2-1.0.0-1.el7~mos1.noarch
- Nov 4 16:21:10 fuel yum[10611]: Installed: socat-1.7.2.2-5.el7.x86_64
- Nov 4 16:21:10 fuel yum[10611]: Installed: fuel-misc-9.0.0-1.mos8312.noarch
- Nov 4 16:21:10 fuel yum[10611]: Installed: python-crypto-2.6.1-1.el7.centos.x86_64
- Nov 4 16:21:10 fuel yum[10611]: Installed: python-paramiko-1.16.0-1.el7.noarch
- Nov 4 16:21:10 fuel yum[10611]: Installed: fabric-1.10.2-1.el7~mos1.noarch
- Nov 4 16:21:10 fuel yum[10611]: Installed: wget-1.14-10.el7_0.1.x86_64
- Nov 4 16:21:10 fuel yum[10611]: Installed: fuel-provisioning-scripts-9.0.0-1.mos8663.noarch
- Nov 4 16:21:10 fuel yum[10611]: Installed: python-mccabe-0.2.1-4.el7.noarch
- Nov 4 16:21:10 fuel yum[10611]: Installed: python-flake8-2.4.1-2.el7~mos9.noarch
- Nov 4 16:21:10 fuel yum[10611]: Installed: python2-hacking-0.10.2-1.el7~mos1.noarch
- Nov 4 16:21:10 fuel yum[10611]: Installed: python-pypcap-1.1-15.1.el7~mos1.x86_64
- Nov 4 16:21:10 fuel yum[10611]: Installed: postgresql-libs-9.3.10-1.el7~mos2.x86_64
- Nov 4 16:21:11 fuel yum[10611]: Installed: postgresql-9.3.10-1.el7~mos2.x86_64
- Nov 4 16:21:11 fuel yum[10611]: Installed: screen-4.1.0-0.23.20120314git3c2946.el7_2.x86_64
- Nov 4 16:21:11 fuel yum[10611]: Installed: python-unicodecsv-0.9.4-1.el7~mos1.noarch
- Nov 4 16:21:11 fuel yum[10611]: Installed: bzip2-1.0.6-13.el7.x86_64
- Nov 4 16:21:11 fuel yum[10611]: Installed: 1:bash-completion-2.1-6.el7.noarch
- Nov 4 16:21:11 fuel yum[10611]: Installed: autogen-libopts-5.18-5.el7.x86_64
- Nov 4 16:21:11 fuel systemd: Reloading.
- Nov 4 16:21:11 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 16:21:11 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 16:21:11 fuel yum[10611]: Installed: ntp-4.2.6p5-22.el7.centos.1.x86_64
- Nov 4 16:21:11 fuel yum[10611]: Installed: python-msgpack-0.4.6-1.el7~mos2.x86_64
- Nov 4 16:21:11 fuel yum[10611]: Installed: python-extras-0.0.3-2.el7~mos2.noarch
- Nov 4 16:21:11 fuel yum[10611]: Installed: python-testtools-1.8.0-1.el7~mos1.noarch
- Nov 4 16:21:11 fuel yum[10611]: Installed: python-fixtures-1.3.1-1.el7~mos2.noarch
- Nov 4 16:21:11 fuel yum[10611]: Installed: python-oslo-i18n-3.5.0-2.el7~mos0.noarch
- Nov 4 16:21:12 fuel yum[10611]: Installed: libyaml-0.1.4-11.el7_0.x86_64
- Nov 4 16:21:12 fuel yum[10611]: Installed: PyYAML-3.11-9.el7~mos1.x86_64
- Nov 4 16:21:12 fuel yum[10611]: Installed: python-tablib-0.9.11.20120702git752443f-5.el7~mos1.noarch
- Nov 4 16:21:12 fuel yum[10611]: Installed: python-bintrees-2.0.2-1.el7~mos1.x86_64
- Nov 4 16:21:12 fuel yum[10611]: Installed: python-monotonic-0.6-1.el7~mos1.noarch
- Nov 4 16:21:12 fuel yum[10611]: Installed: python-oslo-utils-3.8.0-2.el7~mos0.noarch
- Nov 4 16:21:12 fuel yum[10611]: Installed: python-oslo-serialization-2.4.0-1.el7~mos1.noarch
- Nov 4 16:21:12 fuel yum[10611]: Installed: 1:python-keystoneclient-2.1.2-3.el7~mos26.noarch
- Nov 4 16:21:13 fuel yum[10611]: Installed: libxml2-python-2.9.1-6.el7_2.2.x86_64
- Nov 4 16:21:13 fuel yum[10611]: Installed: createrepo-0.9.9-25.el7_2.noarch
- Nov 4 16:21:13 fuel yum[10611]: Installed: 14:tcpdump-4.5.1-3.el7.x86_64
- Nov 4 16:21:13 fuel yum[10611]: Installed: pyparsing-2.0.3-1.el7~mos2.noarch
- Nov 4 16:21:13 fuel yum[10611]: Installed: python-cmd2-0.6.7-5.el7~mos3.noarch
- Nov 4 16:21:13 fuel yum[10611]: Installed: python-cliff-1.15.0-3.el7~mos1.noarch
- Nov 4 16:21:14 fuel yum[10611]: Installed: python-fuelclient-9.0.0-1.mos312.noarch
- Nov 4 16:21:15 fuel yum[10611]: Installed: fuel-library9.0-9.0.0-1.mos8312.noarch
- Nov 4 16:21:15 fuel yum[10611]: Installed: python-packetary-9.0.0-1.mos131.noarch
- Nov 4 16:21:15 fuel yum[10611]: Installed: fuel-mirror-9.0.0-1.mos131.noarch
- Nov 4 16:21:15 fuel yum[10611]: Installed: python-cliff-tablib-1.1-4.el7~mos1.noarch
- Nov 4 16:21:15 fuel yum[10611]: Installed: network-checker-9.0.0-1.mos72.x86_64
- Nov 4 16:21:15 fuel yum[10611]: Installed: fuelmenu-9.0.0-1.mos269.noarch
- Nov 4 16:21:15 fuel yum[10611]: Installed: shotgun-9.0.0-1.mos88.noarch
- Nov 4 16:21:15 fuel yum[10611]: Installed: fuel-9.0.0-1.mos6340.noarch
- Nov 4 16:21:17 fuel yum[10690]: Installed: boost-system-1.53.0-25.el7.x86_64
- Nov 4 16:21:17 fuel yum[10690]: Installed: boost-thread-1.53.0-25.el7.x86_64
- Nov 4 16:21:17 fuel yum[10690]: Installed: 1:librados2-0.94.5-0.el7~mos1.x86_64
- Nov 4 16:21:18 fuel yum[10690]: Installed: 1:librbd1-0.94.5-0.el7~mos1.x86_64
- Nov 4 16:21:18 fuel systemd: Reloading.
- Nov 4 16:21:18 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 16:21:18 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 16:21:18 fuel yum[10690]: Installed: rsync-3.0.9-17.el7.x86_64
- Nov 4 16:21:18 fuel yum[10690]: Installed: psmisc-22.20-9.el7.x86_64
- Nov 4 16:21:18 fuel yum[10690]: Installed: 1:dmidecode-2.12-9.el7.x86_64
- Nov 4 16:21:19 fuel yum[10690]: Installed: libicu-50.1.2-15.el7.x86_64
- Nov 4 16:21:19 fuel yum[10690]: Installed: gdisk-0.8.6-5.el7.x86_64
- Nov 4 16:21:19 fuel yum[10690]: Installed: rsyslog-mmjsonparse-7.4.7-12.el7.x86_64
- Nov 4 16:21:19 fuel yum[10690]: Installed: glusterfs-libs-3.7.1-16.0.1.el7.centos.x86_64
- Nov 4 16:21:19 fuel yum[10690]: Installed: glusterfs-client-xlators-3.7.1-16.0.1.el7.centos.x86_64
- Nov 4 16:21:19 fuel rsyslogd: [origin software="rsyslogd" swVersion="7.4.7" x-pid="728" x-info="http://www.rsyslog.com"] exiting on signal 15.
- Nov 4 16:21:19 fuel rsyslogd: [origin software="rsyslogd" swVersion="7.4.7" x-pid="10719" x-info="http://www.rsyslog.com"] start
- Nov 4 16:21:19 fuel systemd: Stopping System Logging Service...
- Nov 4 16:21:19 fuel systemd: Starting System Logging Service...
- Nov 4 16:21:19 fuel systemd: Started System Logging Service.
- Nov 4 16:21:19 fuel yum[10690]: Installed: glusterfs-3.7.1-16.0.1.el7.centos.x86_64
- Nov 4 16:21:19 fuel yum[10690]: Installed: glusterfs-api-3.7.1-16.0.1.el7.centos.x86_64
- Nov 4 16:21:19 fuel yum[10690]: Installed: cloud-utils-growpart-0.27-20.el7.centos.x86_64
- Nov 4 16:21:19 fuel yum[10690]: Installed: python-markupsafe-0.23-7.el7~mos1.x86_64
- Nov 4 16:21:19 fuel yum[10690]: Installed: python-jinja2-2.8-2.el7~mos1.noarch
- Nov 4 16:21:19 fuel yum[10690]: Installed: libusal-1.1.11-23.el7.x86_64
- Nov 4 16:21:19 fuel yum[10690]: Installed: genisoimage-1.1.11-23.el7.x86_64
- Nov 4 16:21:20 fuel yum[10690]: Installed: python-requestbuilder-0.4.0-1.el7~mos1.noarch
- Nov 4 16:21:20 fuel yum[10690]: Installed: debootstrap-1.0.66-1.el7~mos1.noarch
- Nov 4 16:21:20 fuel yum[10690]: Installed: 2:libunwind-1.1-5.el7_2.2.x86_64
- Nov 4 16:21:20 fuel yum[10690]: Installed: gperftools-libs-2.4-7.el7.x86_64
- Nov 4 16:21:20 fuel yum[10690]: Installed: pciutils-3.2.1-4.el7.x86_64
- Nov 4 16:21:20 fuel yum[10690]: Installed: libreport-filesystem-2.1.11-32.el7.centos.x86_64
- Nov 4 16:21:20 fuel systemd: Reloading.
- Nov 4 16:21:20 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 16:21:20 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 16:21:20 fuel systemd: Reloading.
- Nov 4 16:21:20 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 16:21:20 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 16:21:20 fuel yum[10690]: Installed: mdadm-3.3.2-7.el7.x86_64
- Nov 4 16:21:20 fuel yum[10690]: Installed: python-progressbar-2.3-5.el7~mos1.noarch
- Nov 4 16:21:21 fuel yum[10690]: Installed: euca2ools-3.3.0-1.el7~mos1.noarch
- Nov 4 16:21:21 fuel yum[10690]: Installed: libiscsi-1.9.0-6.el7.x86_64
- Nov 4 16:21:21 fuel yum[10690]: Installed: 10:qemu-img-1.5.3-105.el7_2.3.x86_64
- Nov 4 16:21:21 fuel yum[10690]: Installed: cloud-utils-0.27-20.el7.centos.x86_64
- Nov 4 16:21:21 fuel yum[10690]: Installed: python-jsonschema-2.3.0-1.el7~mos1.noarch
- Nov 4 16:21:21 fuel yum[10690]: Installed: fuel-agent-9.0.0-1.mos273.noarch
- Nov 4 16:21:21 fuel yum[10690]: Installed: fuel-bootstrap-cli-9.0.0-1.mos273.noarch
- Nov 4 16:21:22 fuel yum[10761]: Installed: fuel-openstack-metadata-9.0.0-1.mos8663.noarch
- Nov 4 16:21:22 fuel yum[10762]: Installed: fuel-utils-9.0.0-1.mos8312.noarch
- Nov 4 16:21:24 fuel yum[10763]: Installed: fuel-ui-9.0.0-1.mos2667.noarch
- Nov 4 16:21:24 fuel yum[10765]: Installed: lrzip-0.614-3.el7~mos1.x86_64
- Nov 4 16:21:25 fuel yum[10766]: Installed: lsof-4.87-4.el7.x86_64
- Nov 4 16:21:26 fuel yum[10767]: Installed: mlocate-0.26-5.el7.x86_64
- Nov 4 16:21:26 fuel yum[10776]: Installed: 2:nmap-ncat-6.40-7.el7.x86_64
- Nov 4 16:21:28 fuel yum[10779]: Installed: ruby-libs-2.0.0.598-26.el7~mos1.x86_64
- Nov 4 16:21:28 fuel yum[10779]: Installed: ruby-irb-2.0.0.598-26.el7~mos1.noarch
- Nov 4 16:21:28 fuel yum[10779]: Installed: ruby-2.0.0.598-26.el7~mos1.x86_64
- Nov 4 16:21:28 fuel yum[10779]: Installed: rubygem-bigdecimal-1.2.0-26.el7~mos1.x86_64
- Nov 4 16:21:28 fuel yum[10779]: Installed: rubygem-json-1.7.7-26.el7~mos1.x86_64
- Nov 4 16:21:29 fuel yum[10779]: Installed: rubygem-rdoc-4.0.0-26.el7~mos1.noarch
- Nov 4 16:21:29 fuel yum[10779]: Installed: rubygem-io-console-0.4.2-26.el7~mos1.x86_64
- Nov 4 16:21:29 fuel yum[10779]: Installed: rubygems-2.0.14-26.el7~mos1.noarch
- Nov 4 16:21:29 fuel yum[10779]: Installed: rubygem-psych-2.0.0-26.el7~mos1.x86_64
- Nov 4 16:21:29 fuel yum[10779]: Installed: ruby-shadow-1.4.1-27.el7~mos1.x86_64
- Nov 4 16:21:29 fuel yum[10779]: Installed: hiera-1.3.4-4.el7~mos2.noarch
- Nov 4 16:21:29 fuel yum[10779]: Installed: augeas-libs-1.4.0-2.el7.x86_64
- Nov 4 16:21:29 fuel yum[10779]: Installed: ruby-augeas-0.5.0-7.el7~mos1.x86_64
- Nov 4 16:21:29 fuel systemd: Reloading.
- Nov 4 16:21:29 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 16:21:29 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 16:21:29 fuel yum[10779]: Installed: net-tools-2.0-0.17.20131004git.el7.x86_64
- Nov 4 16:21:29 fuel yum[10779]: Installed: libselinux-ruby-2.2.2-6.el7.x86_64
- Nov 4 16:21:29 fuel yum[10779]: Installed: virt-what-1.13-6.el7.x86_64
- Nov 4 16:21:29 fuel yum[10779]: Installed: facter-2.4.4-2.el7~mos2.x86_64
- Nov 4 16:21:30 fuel systemd: Reloading.
- Nov 4 16:21:30 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 16:21:30 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 16:21:30 fuel yum[10779]: Installed: puppet-3.8.5-1.el7~mos1.noarch
- Nov 4 16:21:31 fuel yum[10826]: Installed: rubygem-netaddr-1.5.0-2.el7~mos9.noarch
- Nov 4 16:21:32 fuel yum[10827]: Installed: rubygem-openstack-1.1.1-5.el7~mos9.noarch
- Nov 4 16:21:33 fuel yum[10828]: Installed: send2syslog-0.1-2.el7~mos1.x86_64
- Nov 4 16:21:33 fuel yum[10829]: Installed: strace-4.8-11.el7.x86_64
- Nov 4 16:21:34 fuel yum[10830]: Installed: lm_sensors-libs-3.3.4-11.el7.x86_64
- Nov 4 16:21:35 fuel systemd: Reloading.
- Nov 4 16:21:35 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 16:21:36 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 16:21:36 fuel yum[10830]: Installed: sysstat-10.1.5-7.el7.x86_64
- Nov 4 16:21:36 fuel systemd: Reloading.
- Nov 4 16:21:36 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 16:21:36 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 16:21:36 fuel yum[10847]: Installed: iptables-services-1.4.21-16.el7.x86_64
- Nov 4 16:21:36 fuel yum[10847]: Installed: system-config-firewall-base-1.2.29-10.el7.noarch
- Nov 4 16:21:37 fuel yum[10864]: Installed: 1:telnet-0.17-59.el7.x86_64
- Nov 4 16:21:38 fuel yum[10865]: Installed: gpm-libs-1.20.7-5.el7.x86_64
- Nov 4 16:21:38 fuel yum[10865]: Installed: 2:vim-filesystem-7.4.160-1.el7.x86_64
- Nov 4 16:21:39 fuel yum[10865]: Installed: 2:vim-common-7.4.160-1.el7.x86_64
- Nov 4 16:21:40 fuel yum[10865]: Installed: 2:vim-enhanced-7.4.160-1.el7.x86_64
- Nov 4 16:21:40 fuel systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring.
- Nov 4 16:21:40 fuel systemd: Stopping LSB: Bring up/down networking...
- Nov 4 16:21:40 fuel NetworkManager[723]: <info> (eth0): device state change: activated -> deactivating (reason 'user-requested') [100 110 39]
- Nov 4 16:21:40 fuel NetworkManager[723]: <info> NetworkManager state is now DISCONNECTING
- Nov 4 16:21:40 fuel NetworkManager[723]: <info> (eth0): device state change: deactivating -> disconnected (reason 'user-requested') [110 30 39]
- Nov 4 16:21:40 fuel NetworkManager[723]: <info> NetworkManager state is now DISCONNECTED
- Nov 4 16:21:40 fuel dbus-daemon: dbus[730]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
- Nov 4 16:21:40 fuel dbus[730]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
- Nov 4 16:21:40 fuel network: Shutting down interface eth0: Device 'eth0' successfully disconnected.
- Nov 4 16:21:40 fuel systemd: Starting Network Manager Script Dispatcher Service...
- Nov 4 16:21:40 fuel network: [ OK ]
- Nov 4 16:21:40 fuel dbus[730]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
- Nov 4 16:21:40 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
- Nov 4 16:21:40 fuel systemd: Started Network Manager Script Dispatcher Service.
- Nov 4 16:21:40 fuel nm-dispatcher: Dispatching action 'down' for eth0
- Nov 4 16:21:40 fuel network: Shutting down interface eth1: [ OK ]
- Nov 4 16:21:40 fuel network: Shutting down loopback interface: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
- Nov 4 16:21:40 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
- Nov 4 16:21:41 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
- Nov 4 16:21:41 fuel NetworkManager[723]: <info> (lo): link disconnected
- Nov 4 16:21:41 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
- Nov 4 16:21:41 fuel network: [ OK ]
- Nov 4 16:21:41 fuel systemd: Starting LSB: Bring up/down networking...
- Nov 4 16:21:41 fuel network: Bringing up loopback interface: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
- Nov 4 16:21:41 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
- Nov 4 16:21:41 fuel NetworkManager[723]: <info> (lo): link connected
- Nov 4 16:21:41 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
- Nov 4 16:21:41 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
- Nov 4 16:21:41 fuel network: [ OK ]
- Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): Activation: starting connection 'eth0' (99a9eae7-c924-4411-bf31-b62b1697357e)
- Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
- Nov 4 16:21:41 fuel NetworkManager[723]: <info> NetworkManager state is now CONNECTING
- Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
- Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
- Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
- Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
- Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0]
- Nov 4 16:21:41 fuel NetworkManager[723]: <info> NetworkManager state is now CONNECTED_LOCAL
- Nov 4 16:21:41 fuel NetworkManager[723]: <info> NetworkManager state is now CONNECTED_GLOBAL
- Nov 4 16:21:41 fuel NetworkManager[723]: <info> Policy set 'eth0' (eth0) as default for IPv4 routing and DNS.
- Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): Activation: successful, device activated.
- Nov 4 16:21:41 fuel nm-dispatcher: Dispatching action 'up' for eth0
- Nov 4 16:21:41 fuel network: Bringing up interface eth0: Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/1)
- Nov 4 16:21:41 fuel network: [ OK ]
- Nov 4 16:21:41 fuel systemd: Started LSB: Bring up/down networking.
- Nov 4 16:21:41 fuel systemd: Starting Network Time Service...
- Nov 4 16:21:41 fuel ntpd[11331]: ntpd 4.2.6p5@1.2349-o Mon Jan 25 14:27:34 UTC 2016 (1)
- Nov 4 16:21:41 fuel ntpd[11332]: proto: precision = 0.045 usec
- Nov 4 16:21:41 fuel ntpd[11332]: 0.0.0.0 c01d 0d kern kernel time sync enabled
- Nov 4 16:21:41 fuel systemd: Started Network Time Service.
- Nov 4 16:21:41 fuel ntpd[11332]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
- Nov 4 16:21:41 fuel ntpd[11332]: Listen and drop on 1 v6wildcard :: UDP 123
- Nov 4 16:21:41 fuel ntpd[11332]: Listen normally on 2 lo 127.0.0.1 UDP 123
- Nov 4 16:21:41 fuel ntpd[11332]: Listen normally on 3 eth0 10.20.0.2 UDP 123
- Nov 4 16:21:41 fuel ntpd[11332]: Listen normally on 4 lo ::1 UDP 123
- Nov 4 16:21:41 fuel ntpd[11332]: Listening on routing socket on fd #21 for interface updates
- Nov 4 16:21:42 fuel kernel: device eth0 entered promiscuous mode
- Nov 4 16:21:52 fuel kernel: device eth0 left promiscuous mode
- Nov 4 16:22:01 fuel ntpd[11332]: Deferring DNS for 0.centos.pool.ntp.org 1
- Nov 4 16:22:21 fuel ntpd[11332]: Deferring DNS for 1.centos.pool.ntp.org 1
- Nov 4 16:22:41 fuel ntpd[11332]: Deferring DNS for 2.centos.pool.ntp.org 1
- Nov 4 16:23:01 fuel ntpd[11332]: Deferring DNS for 3.centos.pool.ntp.org 1
- Nov 4 16:23:01 fuel ntpd[11332]: 0.0.0.0 c016 06 restart
- Nov 4 16:23:01 fuel ntpd[11332]: 0.0.0.0 c012 02 freq_set kernel 0.000 PPM
- Nov 4 16:23:01 fuel ntpd[11332]: 0.0.0.0 c011 01 freq_not_set
- Nov 4 16:23:03 fuel ntpd[11332]: Listen normally on 5 eth0 fe80::250:56ff:febf:6ed6 UDP 123
- Nov 4 16:23:23 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
- Nov 4 16:23:43 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
- Nov 4 16:24:03 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
- Nov 4 16:24:23 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
- Nov 4 16:24:45 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
- Nov 4 16:25:05 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
- Nov 4 16:25:25 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
- Nov 4 16:25:45 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
- Nov 4 16:28:08 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
- Nov 4 16:28:28 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
- Nov 4 16:28:48 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
- Nov 4 16:29:08 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
- Nov 4 16:30:01 fuel systemd: Started Session 2 of user root.
- Nov 4 16:30:01 fuel systemd: Starting Session 2 of user root.
- Nov 4 16:33:30 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
- Nov 4 16:33:50 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
- Nov 4 16:34:10 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
- Nov 4 16:34:30 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
- Nov 4 16:35:26 fuel systemd: Starting Cleanup of Temporary Directories...
- Nov 4 16:35:26 fuel systemd: Started Cleanup of Temporary Directories.
- Nov 4 16:40:01 fuel systemd: Started Session 3 of user root.
- Nov 4 16:40:01 fuel systemd: Starting Session 3 of user root.
- Nov 4 16:42:52 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
- Nov 4 16:43:12 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
- Nov 4 16:43:32 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
- Nov 4 16:43:52 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
- Nov 4 16:50:01 fuel systemd: Started Session 4 of user root.
- Nov 4 16:50:01 fuel systemd: Starting Session 4 of user root.
- Nov 4 17:00:01 fuel systemd: Started Session 5 of user root.
- Nov 4 17:00:01 fuel systemd: Starting Session 5 of user root.
- Nov 4 17:00:15 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
- Nov 4 17:00:35 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
- Nov 4 17:00:55 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
- Nov 4 17:01:01 fuel systemd: Started Session 6 of user root.
- Nov 4 17:01:01 fuel systemd: Starting Session 6 of user root.
- Nov 4 17:01:15 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
- Nov 4 17:10:02 fuel systemd: Started Session 7 of user root.
- Nov 4 17:10:02 fuel systemd: Starting Session 7 of user root.
- Nov 4 17:17:38 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
- Nov 4 17:17:58 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
- Nov 4 17:18:18 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
- Nov 4 17:18:39 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
- Nov 4 17:20:01 fuel systemd: Started Session 8 of user root.
- Nov 4 17:20:01 fuel systemd: Starting Session 8 of user root.
- Nov 4 17:28:27 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:28:27 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:28:27 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:28:27 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:28:27 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:28:27 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:28:27 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:28:27 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:28:27 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:28:31 fuel yum[11669]: Erased: 1:NetworkManager-team-1.0.6-29.el7_2.x86_64
- Nov 4 17:28:31 fuel yum[11669]: Erased: 1:NetworkManager-tui-1.0.6-29.el7_2.x86_64
- Nov 4 17:28:31 fuel systemd: Stopped Network Manager Wait Online.
- Nov 4 17:28:31 fuel systemd: Stopped Network Manager Script Dispatcher Service.
- Nov 4 17:28:31 fuel dbus-daemon: dbus[730]: [system] Reloaded configuration
- Nov 4 17:28:31 fuel dbus[730]: [system] Reloaded configuration
- Nov 4 17:28:31 fuel dbus[730]: [system] Reloaded configuration
- Nov 4 17:28:31 fuel dbus-daemon: dbus[730]: [system] Reloaded configuration
- Nov 4 17:28:31 fuel dbus[730]: [system] Reloaded configuration
- Nov 4 17:28:31 fuel yum[11669]: Erased: 1:NetworkManager-1.0.6-29.el7_2.x86_64
- Nov 4 17:28:31 fuel dbus-daemon: dbus[730]: [system] Reloaded configuration
- Nov 4 17:28:31 fuel dbus[730]: [system] Reloaded configuration
- Nov 4 17:28:31 fuel dbus-daemon: dbus[730]: [system] Reloaded configuration
- Nov 4 17:28:31 fuel systemd: Reloading.
- Nov 4 17:28:31 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:28:31 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:28:31 fuel systemd: Stopping NetworkManager.service...
- Nov 4 17:28:31 fuel NetworkManager[723]: <info> caught SIGTERM, shutting down normally.
- Nov 4 17:28:31 fuel NetworkManager[723]: <info> (eth1): device state change: disconnected -> unmanaged (reason 'unmanaged') [30 10 3]
- Nov 4 17:28:31 fuel NetworkManager[723]: <info> exiting (success)
- Nov 4 17:28:31 fuel systemd: Stopped NetworkManager.service.
- Nov 4 17:28:31 fuel kernel: Bridge firewalling registered
- Nov 4 17:28:31 fuel kernel: 8021q: 802.1Q VLAN Support v1.8
- Nov 4 17:28:31 fuel kernel: 8021q: adding VLAN 0 to HW filter on device eth0
- Nov 4 17:28:33 fuel ntpd[11332]: Deleting interface #3 eth0, 10.20.0.2#123, interface stats: received=0, sent=0, dropped=0, active_time=3932 secs
- Nov 4 17:28:36 fuel ntpd[11332]: Listen normally on 6 eth0 172.16.160.100 UDP 123
- Nov 4 17:28:40 fuel systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring.
- Nov 4 17:28:58 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
- Nov 4 17:29:18 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
- Nov 4 17:29:38 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
- Nov 4 17:29:58 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
- Nov 4 17:30:01 fuel systemd: Started Session 9 of user root.
- Nov 4 17:30:01 fuel systemd: Starting Session 9 of user root.
- Nov 4 17:37:56 fuel kernel: vmxnet3 0000:13:00.0 eth1: intr type 3, mode 0, 5 vectors allocated
- Nov 4 17:37:56 fuel kernel: vmxnet3 0000:13:00.0 eth1: NIC Link is Up 10000 Mbps
- Nov 4 17:37:56 fuel kernel: 8021q: adding VLAN 0 to HW filter on device eth1
- Nov 4 17:37:59 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:37:59 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:37:59 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:37:59 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:37:59 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:37:59 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:37:59 fuel ntpd[11332]: Listen normally on 7 eth1 fe80::250:56ff:febf:4223 UDP 123
- Nov 4 17:38:06 fuel ntpd[11332]: Listen normally on 8 eth1 172.16.161.100 UDP 123
- Nov 4 17:38:11 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
- Nov 4 17:38:11 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
- Nov 4 17:38:11 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
- Nov 4 17:38:11 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
- Nov 4 17:38:13 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
- Nov 4 17:38:13 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
- Nov 4 17:38:13 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
- Nov 4 17:38:13 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
- Nov 4 17:38:46 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:38:46 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:38:46 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:38:46 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:38:46 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:39:57 fuel kernel: device eth1 entered promiscuous mode
- Nov 4 17:40:01 fuel systemd: Started Session 10 of user root.
- Nov 4 17:40:01 fuel systemd: Starting Session 10 of user root.
- Nov 4 17:40:07 fuel kernel: device eth1 left promiscuous mode
- Nov 4 17:41:03 fuel dbus-daemon: dbus[730]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
- Nov 4 17:41:03 fuel dbus[730]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
- Nov 4 17:41:03 fuel systemd: Starting Hostname Service...
- Nov 4 17:41:03 fuel dbus[730]: [system] Successfully activated service 'org.freedesktop.hostname1'
- Nov 4 17:41:03 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'org.freedesktop.hostname1'
- Nov 4 17:41:03 fuel systemd: Started Hostname Service.
- Nov 4 17:41:03 fuel systemd-hostnamed: Changed static host name to 'fuel01'
- Nov 4 17:41:03 fuel systemd-hostnamed: Changed host name to 'fuel01'
- Nov 4 17:41:37 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:41:37 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:41:37 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:41:37 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:41:41 fuel kernel: device eth1 entered promiscuous mode
- Nov 4 17:41:52 fuel kernel: device eth1 left promiscuous mode
- Nov 4 17:41:54 fuel dbus[730]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
- Nov 4 17:41:54 fuel dbus-daemon: dbus[730]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
- Nov 4 17:41:54 fuel systemd: Starting Hostname Service...
- Nov 4 17:41:54 fuel dbus[730]: [system] Successfully activated service 'org.freedesktop.hostname1'
- Nov 4 17:41:54 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'org.freedesktop.hostname1'
- Nov 4 17:41:54 fuel systemd: Started Hostname Service.
- Nov 4 17:42:16 fuel ntpd[11332]: ntpd exiting on signal 15
- Nov 4 17:42:16 fuel ntpd_intres[11392]: ntpd exiting on signal 15
- Nov 4 17:42:16 fuel systemd: Stopping Network Time Service...
- Nov 4 17:42:16 fuel systemd: Stopped Network Time Service.
- Nov 4 17:42:32 fuel systemd: Starting Network Time Service...
- Nov 4 17:42:32 fuel ntpd[12619]: ntpd 4.2.6p5@1.2349-o Mon Jan 25 14:27:34 UTC 2016 (1)
- Nov 4 17:42:32 fuel ntpd[12620]: proto: precision = 0.045 usec
- Nov 4 17:42:32 fuel ntpd[12620]: 0.0.0.0 c01d 0d kern kernel time sync enabled
- Nov 4 17:42:32 fuel ntpd[12620]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
- Nov 4 17:42:32 fuel ntpd[12620]: Listen and drop on 1 v6wildcard :: UDP 123
- Nov 4 17:42:32 fuel ntpd[12620]: Listen normally on 2 lo 127.0.0.1 UDP 123
- Nov 4 17:42:32 fuel ntpd[12620]: Listen normally on 3 eth0 172.16.160.100 UDP 123
- Nov 4 17:42:32 fuel ntpd[12620]: Listen normally on 4 eth1 172.16.161.100 UDP 123
- Nov 4 17:42:32 fuel ntpd[12620]: Listen normally on 5 lo ::1 UDP 123
- Nov 4 17:42:32 fuel ntpd[12620]: Listen normally on 6 eth0 fe80::250:56ff:febf:6ed6 UDP 123
- Nov 4 17:42:32 fuel ntpd[12620]: Listen normally on 7 eth1 fe80::250:56ff:febf:4223 UDP 123
- Nov 4 17:42:32 fuel ntpd[12620]: Listening on routing socket on fd #24 for interface updates
- Nov 4 17:42:32 fuel systemd: Started Network Time Service.
- Nov 4 17:42:32 fuel ntpd[12620]: 0.0.0.0 c016 06 restart
- Nov 4 17:42:32 fuel ntpd[12620]: 0.0.0.0 c012 02 freq_set kernel 0.000 PPM
- Nov 4 17:42:32 fuel ntpd[12620]: 0.0.0.0 c011 01 freq_not_set
- Nov 4 17:42:34 fuel ntpd[12620]: 0.0.0.0 0614 04 freq_mode
- Nov 4 17:42:44 fuel systemd: Reloading.
- Nov 4 17:42:44 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:42:44 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:42:44 fuel systemd: Starting OpenSSH Server Key Generation...
- Nov 4 17:42:45 fuel sshd-keygen: Generating SSH2 RSA host key: [ OK ]
- Nov 4 17:42:45 fuel sshd-keygen: Generating SSH2 ECDSA host key: [ OK ]
- Nov 4 17:42:45 fuel sshd-keygen: Generating SSH2 ED25519 host key: [ OK ]
- Nov 4 17:42:45 fuel systemd: Started OpenSSH Server Key Generation.
- Nov 4 17:42:45 fuel systemd: Started OpenSSH server daemon.
- Nov 4 17:42:45 fuel systemd: Starting OpenSSH server daemon...
- Nov 4 17:42:45 fuel systemd: Reloading.
- Nov 4 17:42:45 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:42:45 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:42:45 fuel systemd: Starting IPv4 firewall with iptables...
- Nov 4 17:42:45 fuel kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
- Nov 4 17:42:45 fuel iptables.init: iptables: Applying firewall rules: [ OK ]
- Nov 4 17:42:45 fuel systemd: Started IPv4 firewall with iptables.
- Nov 4 17:42:45 fuel systemd: Starting Docker Storage Setup...
- Nov 4 17:42:45 fuel docker-storage-setup: Rounding up size to full physical extent 12.00 MiB
- Nov 4 17:42:45 fuel docker-storage-setup: Logical volume "docker-poolmeta" created.
- Nov 4 17:42:45 fuel docker-storage-setup: Wiping xfs signature on /dev/docker/docker-pool.
- Nov 4 17:42:45 fuel docker-storage-setup: Logical volume "docker-pool" created.
- Nov 4 17:42:45 fuel docker-storage-setup: WARNING: Converting logical volume docker/docker-pool and docker/docker-poolmeta to pool's data and metadata volumes.
- Nov 4 17:42:45 fuel docker-storage-setup: THIS WILL DESTROY CONTENT OF LOGICAL VOLUME (filesystem etc.)
- Nov 4 17:42:45 fuel kernel: device-mapper: thin: Data device (dm-5) discard unsupported: Disabling discard passdown.
- Nov 4 17:42:45 fuel systemd: Started Device-mapper event daemon.
- Nov 4 17:42:45 fuel systemd: Starting Device-mapper event daemon...
- Nov 4 17:42:45 fuel dmeventd[12830]: dmeventd ready for processing.
- Nov 4 17:42:45 fuel lvm[12830]: Monitoring thin docker-docker--pool.
- Nov 4 17:42:45 fuel docker-storage-setup: Converted docker/docker-pool to thin pool.
- Nov 4 17:42:45 fuel docker-storage-setup: Logical volume "docker-pool" changed.
- Nov 4 17:42:45 fuel systemd: Started Docker Storage Setup.
- Nov 4 17:42:45 fuel systemd: Starting Docker Application Container Engine...
- Nov 4 17:42:45 fuel journal: Forwarding stdin to journald using Priority Informational and tag docker
- Nov 4 17:42:47 fuel journal: time="2016-11-04T17:42:47.736065264Z" level=info msg="Firewalld running: false"
- Nov 4 17:42:47 fuel journal: time="2016-11-04T17:42:47.799467047Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
- Nov 4 17:42:47 fuel kernel: IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
- Nov 4 17:42:47 fuel systemd: Scope libcontainer-12890-systemd-test-default-dependencies.scope has no PIDs. Refusing.
- Nov 4 17:42:47 fuel journal: time="2016-11-04T17:42:47.819653560Z" level=info msg="Loading containers: start."
- Nov 4 17:42:47 fuel journal:
- Nov 4 17:42:47 fuel journal: time="2016-11-04T17:42:47.819858956Z" level=info msg="Loading containers: done."
- Nov 4 17:42:47 fuel journal: time="2016-11-04T17:42:47.820043272Z" level=info msg="Daemon has completed initialization"
- Nov 4 17:42:47 fuel journal: time="2016-11-04T17:42:47.820069427Z" level=info msg="Docker daemon" commit="78ee77d/1.9.1" execdriver=native-0.2 graphdriver=devicemapper version=1.9.1
- Nov 4 17:42:47 fuel journal: time="2016-11-04T17:42:47.829554929Z" level=info msg="API listen on /var/run/docker.sock"
- Nov 4 17:42:47 fuel systemd: Started Docker Application Container Engine.
- Nov 4 17:42:49 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:42:49 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:42:49 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:42:49 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:42:49 fuel ntpd[12620]: Listen normally on 8 docker0 172.17.0.1 UDP 123
- Nov 4 17:42:53 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:42:53 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:42:53 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:42:53 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:42:53 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:42:53 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:42:53 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:42:53 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:43:08 fuel yum[13376]: Installed: yajl-2.0.4-4.el7.x86_64
- Nov 4 17:43:08 fuel yum[13376]: Installed: libevent-2.0.21-4.el7.x86_64
- Nov 4 17:43:08 fuel systemd: Reloading.
- Nov 4 17:43:08 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:43:08 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:43:08 fuel yum[13376]: Installed: cyrus-sasl-2.1.26-20.el7_2.x86_64
- Nov 4 17:43:08 fuel yum[13376]: Installed: ldns-1.6.16-7.el7.x86_64
- Nov 4 17:43:08 fuel systemd: Reloading.
- Nov 4 17:43:09 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:43:09 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:43:09 fuel systemd: Started daily update of the root trust anchor for DNSSEC.
- Nov 4 17:43:09 fuel systemd: Starting daily update of the root trust anchor for DNSSEC.
- Nov 4 17:43:09 fuel yum[13376]: Installed: unbound-libs-1.4.20-26.el7.x86_64
- Nov 4 17:43:09 fuel yum[13376]: Installed: gnutls-dane-3.3.8-14.el7_2.x86_64
- Nov 4 17:43:09 fuel yum[13376]: Installed: gnutls-utils-3.3.8-14.el7_2.x86_64
- Nov 4 17:43:09 fuel yum[13376]: Installed: cyrus-sasl-md5-2.1.26-20.el7_2.x86_64
- Nov 4 17:43:09 fuel systemd: Reloading.
- Nov 4 17:43:09 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:43:09 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:43:09 fuel yum[13376]: Installed: libvirt-client-1.2.17-13.el7_2.4.x86_64
- Nov 4 17:43:09 fuel yum[13376]: Installed: fuel-migrate-9.0.0-1.mos8607.noarch
- Nov 4 17:43:11 fuel systemd: Reloading.
- Nov 4 17:43:11 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:43:11 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:43:11 fuel yum[13494]: Installed: psacct-6.6.1-9.el7.x86_64
- Nov 4 17:43:12 fuel systemd: Reloading.
- Nov 4 17:43:12 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:43:12 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:43:12 fuel yum[13528]: Installed: acpid-2.0.19-6.el7.x86_64
- Nov 4 17:43:14 fuel yum[13561]: Installed: 1:python-lockfile-0.9.1-4.el7~mos1.noarch
- Nov 4 17:43:14 fuel yum[13561]: Installed: python-daemon-2.1.0-1.el7~mos1.noarch
- Nov 4 17:43:15 fuel yum[13578]: Installed: fuel-notify-9.0.0-1.mos8607.noarch
- Nov 4 17:43:18 fuel systemd: Reloading.
- Nov 4 17:43:18 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:43:18 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:43:18 fuel yum[13612]: Installed: atop-2.1-1.el7~mos1.x86_64
- Nov 4 17:43:24 fuel systemd: Starting advanced interactive monitor...
- Nov 4 17:43:24 fuel systemd: Started advanced interactive monitor.
- Nov 4 17:43:25 fuel systemd: Reloading.
- Nov 4 17:43:25 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:43:25 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:43:25 fuel systemd: Reloading.
- Nov 4 17:43:25 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:43:25 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:43:25 fuel systemd: Stopping Network Time Service...
- Nov 4 17:43:25 fuel ntpd[12620]: ntpd exiting on signal 15
- Nov 4 17:43:25 fuel systemd: Starting Network Time Service...
- Nov 4 17:43:25 fuel ntpd[15219]: ntpd 4.2.6p5@1.2349-o Mon Jan 25 14:27:34 UTC 2016 (1)
- Nov 4 17:43:25 fuel ntpd[15220]: proto: precision = 0.045 usec
- Nov 4 17:43:25 fuel ntpd[15220]: 0.0.0.0 c01d 0d kern kernel time sync enabled
- Nov 4 17:43:25 fuel ntpd[15220]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
- Nov 4 17:43:25 fuel ntpd[15220]: Listen and drop on 1 v6wildcard :: UDP 123
- Nov 4 17:43:25 fuel ntpd[15220]: Listen normally on 2 lo 127.0.0.1 UDP 123
- Nov 4 17:43:25 fuel ntpd[15220]: Listen normally on 3 eth0 172.16.160.100 UDP 123
- Nov 4 17:43:25 fuel ntpd[15220]: Listen normally on 4 eth1 172.16.161.100 UDP 123
- Nov 4 17:43:25 fuel ntpd[15220]: Listen normally on 5 docker0 172.17.0.1 UDP 123
- Nov 4 17:43:25 fuel ntpd[15220]: Listen normally on 6 lo ::1 UDP 123
- Nov 4 17:43:25 fuel ntpd[15220]: Listen normally on 7 eth0 fe80::250:56ff:febf:6ed6 UDP 123
- Nov 4 17:43:25 fuel ntpd[15220]: Listen normally on 8 eth1 fe80::250:56ff:febf:4223 UDP 123
- Nov 4 17:43:25 fuel ntpd[15220]: Listening on routing socket on fd #25 for interface updates
- Nov 4 17:43:25 fuel ntpd[15220]: 0.0.0.0 c016 06 restart
- Nov 4 17:43:25 fuel ntpd[15220]: 0.0.0.0 c012 02 freq_set kernel 0.000 PPM
- Nov 4 17:43:25 fuel ntpd[15220]: 0.0.0.0 c011 01 freq_not_set
- Nov 4 17:43:25 fuel systemd: Started Network Time Service.
- Nov 4 17:43:27 fuel ntpd[15220]: 0.0.0.0 c614 04 freq_mode
- Nov 4 17:43:27 fuel yum[15277]: Installed: apr-1.4.8-3.el7.x86_64
- Nov 4 17:43:27 fuel yum[15277]: Installed: apr-util-1.5.2-6.el7.x86_64
- Nov 4 17:43:27 fuel yum[15277]: Installed: httpd-tools-2.4.6-40.el7.centos.x86_64
- Nov 4 17:43:27 fuel yum[15277]: Installed: mailcap-2.1.41-2.el7.noarch
- Nov 4 17:43:28 fuel systemd: Reloading.
- Nov 4 17:43:28 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:43:28 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:43:28 fuel yum[15277]: Installed: httpd-2.4.6-40.el7.centos.x86_64
- Nov 4 17:43:30 fuel systemd: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 15534 (sysctl)
- Nov 4 17:43:30 fuel systemd: Mounting Arbitrary Executable File Formats File System...
- Nov 4 17:43:30 fuel systemd: Mounted Arbitrary Executable File Formats File System.
- Nov 4 17:43:30 fuel kernel: nr_pdflush_threads exported in /proc is scheduled for removal
- Nov 4 17:43:31 fuel systemd: Stopping OpenSSH server daemon...
- Nov 4 17:43:31 fuel systemd: Stopping OpenSSH Server Key Generation...
- Nov 4 17:43:31 fuel systemd: Started OpenSSH Server Key Generation.
- Nov 4 17:43:31 fuel systemd: Started OpenSSH server daemon.
- Nov 4 17:43:31 fuel systemd: Starting OpenSSH server daemon...
- Nov 4 17:43:31 fuel sshd: Could not load host key: /etc/ssh/ssh_host_dsa_key
- Nov 4 17:43:31 fuel sshd[15697]: Set /proc/self/oom_score_adj from 0 to -1000
- Nov 4 17:43:31 fuel sshd[15697]: Server listening on 0.0.0.0 port 22.
- Nov 4 17:43:33 fuel yum[15708]: Installed: dbus-python-1.1.1-9.el7.x86_64
- Nov 4 17:43:33 fuel yum[15708]: Installed: system-config-keyboard-base-1.4.0-4.el7.noarch
- Nov 4 17:43:33 fuel yum[15708]: Installed: system-config-keyboard-1.4.0-4.el7.noarch
- Nov 4 17:43:33 fuel yum[15708]: Installed: squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86_64
- Nov 4 17:43:33 fuel yum[15708]: Installed: pykickstart-1.99.66.6-1.el7.noarch
- Nov 4 17:43:33 fuel yum[15708]: Installed: 1:python-imgcreate-21.4-2.el7.x86_64
- Nov 4 17:43:33 fuel yum[15708]: Installed: ami-creator-0.3-1.el7~mos1.noarch
- Nov 4 17:43:34 fuel ntpd[15220]: 0.0.0.0 0612 02 freq_set kernel 953.096 PPM
- Nov 4 17:43:34 fuel ntpd[15220]: 0.0.0.0 0615 05 clock_sync
- Nov 4 17:43:36 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:43:36 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:43:36 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:43:36 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:43:36 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:43:36 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:43:41 fuel systemd: Reloading.
- Nov 4 17:43:41 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:43:41 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:43:41 fuel yum[15961]: Installed: 2:xinetd-2.3.15-12.el7.x86_64
- Nov 4 17:43:43 fuel yum[15993]: Installed: python-django-bash-completion-1.8.4-1.el7~mos1.noarch
- Nov 4 17:43:45 fuel yum[15993]: Installed: python-django-1.8.4-1.el7~mos1.noarch
- Nov 4 17:43:46 fuel yum[16010]: Installed: pexpect-3.1-1.el7~mos1.noarch
- Nov 4 17:43:48 fuel systemd: Reloading.
- Nov 4 17:43:48 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:43:48 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:43:48 fuel yum[16027]: Installed: tftp-server-5.2-12.el7.x86_64
- Nov 4 17:43:49 fuel yum[16059]: Installed: mtools-4.0.18-5.el7.x86_64
- Nov 4 17:43:50 fuel yum[16059]: Installed: syslinux-4.05-12.el7.x86_64
- Nov 4 17:43:51 fuel yum[16077]: Installed: python-ipaddr-2.1.9-5.el7.noarch
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-common-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ilo-mp-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ilo-moonshot-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-eps-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-rsb-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-wti-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-cisco-ucs-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-rsa-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-hpblade-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-drac5-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-compute-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-rhevm-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-bladecenter-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-apc-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-emerson-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-brocade-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-kdump-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ilo2-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ilo-ssh-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: 1:net-snmp-libs-5.7.2-24.el7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: 1:net-snmp-utils-5.7.2-24.el7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-eaton-snmp-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-cisco-mds-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ifmib-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-intelmodular-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-apc-snmp-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ipdu-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ibmblade-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: OpenIPMI-modalias-2.0.19-11.el7.x86_64
- Nov 4 17:43:53 fuel systemd: Reloading.
- Nov 4 17:43:53 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:43:53 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:43:53 fuel yum[16094]: Installed: ipmitool-1.8.13-8.el7_1.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ipmilan-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:53 fuel systemd: Reloading.
- Nov 4 17:43:53 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:43:53 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-virt-0.3.2-2.el7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: sg3_utils-libs-1.37-5.el7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: sg3_utils-1.37-5.el7.x86_64
- Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-scsi-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:54 fuel yum[16094]: Installed: python-suds-jurko-0.6-1.el7~mos1.noarch
- Nov 4 17:43:54 fuel yum[16094]: Installed: fence-agents-vmware-soap-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:54 fuel yum[16094]: Installed: device-mapper-multipath-libs-0.4.9-85.el7_2.1.x86_64
- Nov 4 17:43:54 fuel systemd: Reloading.
- Nov 4 17:43:54 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:43:54 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:43:54 fuel yum[16094]: Installed: device-mapper-multipath-0.4.9-85.el7_2.1.x86_64
- Nov 4 17:43:54 fuel yum[16094]: Installed: fence-agents-mpath-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:54 fuel yum[16094]: Installed: fence-agents-all-4.0.11-27.el7_2.7.x86_64
- Nov 4 17:43:56 fuel yum[16165]: Installed: python-simplejson-3.5.3-3.el7~mos1.x86_64
- Nov 4 17:43:56 fuel yum[16165]: Installed: mod_wsgi-3.4-12.el7_0.x86_64
- Nov 4 17:43:56 fuel yum[16165]: Installed: python-cheetah-2.4.4-11.el7~mos1.x86_64
- Nov 4 17:43:57 fuel systemd: Reloading.
- Nov 4 17:43:57 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:43:57 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:43:57 fuel yum[16165]: Installed: cobbler-2.6.9-1.el7~mos11.noarch
- Nov 4 17:43:59 fuel yum[16200]: Installed: 1:mod_ssl-2.4.6-40.el7.centos.x86_64
- Nov 4 17:43:59 fuel yum[16200]: Installed: cobbler-web-2.6.9-1.el7~mos11.noarch
- Nov 4 17:44:00 fuel systemd: Starting Cobbler Helper Daemon...
- Nov 4 17:44:00 fuel systemd: Started Cobbler Helper Daemon.
- Nov 4 17:44:00 fuel systemd: Reloading.
- Nov 4 17:44:00 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:44:00 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:44:00 fuel systemd: Starting The Apache HTTP Server...
- Nov 4 17:44:00 fuel httpd: [Fri Nov 04 17:44:00.361691 2016] [so:warn] [pid 16276] AH01574: module ssl_module is already loaded, skipping
- Nov 4 17:44:00 fuel systemd: Started The Apache HTTP Server.
- Nov 4 17:44:00 fuel systemd: Reloading.
- Nov 4 17:44:00 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:44:00 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:44:01 fuel systemd: Started DNS caching server..
- Nov 4 17:44:01 fuel systemd: Starting DNS caching server....
- Nov 4 17:44:04 fuel systemd: Stopping DNS caching server....
- Nov 4 17:44:04 fuel systemd: Started DNS caching server..
- Nov 4 17:44:04 fuel systemd: Starting DNS caching server....
- Nov 4 17:44:05 fuel systemd: Reloading.
- Nov 4 17:44:05 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:44:05 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:44:05 fuel systemd: Stopping DNS caching server....
- Nov 4 17:44:05 fuel systemd: Started DNS caching server..
- Nov 4 17:44:05 fuel systemd: Starting DNS caching server....
- Nov 4 17:44:05 fuel systemd: Starting Xinetd A Powerful Replacement For Inetd...
- Nov 4 17:44:05 fuel systemd: Started Xinetd A Powerful Replacement For Inetd.
- Nov 4 17:44:05 fuel xinetd[16418]: xinetd Version 2.3.15 started with libwrap loadavg labeled-networking options compiled in.
- Nov 4 17:44:05 fuel xinetd[16418]: Started working: 1 available service
- Nov 4 17:44:11 fuel systemd: Stopping DNS caching server....
- Nov 4 17:44:11 fuel systemd: Started DNS caching server..
- Nov 4 17:44:11 fuel systemd: Starting DNS caching server....
- Nov 4 17:44:12 fuel systemd: Reloading.
- Nov 4 17:44:12 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:44:12 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:44:14 fuel systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring.
- Nov 4 17:44:14 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:44:14 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:44:14 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:44:14 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:44:20 fuel systemd: Reloading.
- Nov 4 17:44:20 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:44:21 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:44:21 fuel yum[16827]: Installed: postgresql-server-9.3.10-1.el7~mos2.x86_64
- Nov 4 17:44:25 fuel systemd: Reloading.
- Nov 4 17:44:25 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:44:25 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:44:25 fuel systemd: Starting PostgreSQL database server...
- Nov 4 17:44:25 fuel pg_ctl: LOG: redirecting log output to logging collector process
- Nov 4 17:44:25 fuel pg_ctl: HINT: Future log output will appear in directory "pg_log".
- Nov 4 17:44:26 fuel systemd: Started PostgreSQL database server.
- Nov 4 17:44:26 fuel systemd: Reloading.
- Nov 4 17:44:26 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:44:26 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:44:26 fuel systemd: Reloaded PostgreSQL database server.
- Nov 4 17:44:29 fuel yum[17225]: Installed: python-psycopg2-2.5.1-3.el7.x86_64
- Nov 4 17:44:31 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:44:31 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:44:31 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:44:31 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:44:31 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:44:31 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:44:31 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:44:31 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:44:37 fuel yum[17473]: Installed: lksctp-tools-1.0.13-3.el7.x86_64
- Nov 4 17:44:37 fuel yum[17473]: Installed: erlang-erts-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:37 fuel yum[17473]: Installed: erlang-crypto-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:38 fuel yum[17473]: Installed: erlang-compiler-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:38 fuel yum[17473]: Installed: erlang-hipe-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:38 fuel yum[17473]: Installed: erlang-syntax_tools-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:38 fuel yum[17473]: Installed: erlang-stdlib-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:38 fuel yum[17473]: Installed: erlang-kernel-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:38 fuel yum[17473]: Installed: erlang-mnesia-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:38 fuel yum[17473]: Installed: erlang-runtime_tools-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-snmp-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-asn1-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-public_key-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-ssl-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-eldap-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-inets-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-tools-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-sasl-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-otp_mibs-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-os_mon-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-xmerl-18.1-1.el7~mos2.x86_64
- Nov 4 17:44:40 fuel systemd: Reloading.
- Nov 4 17:44:40 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:44:40 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:44:40 fuel systemd: Reloading.
- Nov 4 17:44:40 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:44:40 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:44:40 fuel yum[17473]: Installed: rabbitmq-server-3.6.5-1.el7~mos1.noarch
- Nov 4 17:44:42 fuel systemd: Reloading.
- Nov 4 17:44:42 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:44:42 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:44:42 fuel systemd: epmd@0.0.0.0.socket failed to listen on sockets: Address already in use
- Nov 4 17:44:42 fuel systemd: Failed to listen on Erlang Port Mapper Daemon Activation Socket.
- Nov 4 17:44:42 fuel systemd: Unit epmd@0.0.0.0.socket entered failed state.
- Nov 4 17:44:42 fuel systemd: Starting Erlang Port Mapper Daemon Activation Socket.
- Nov 4 17:44:42 fuel systemd: Starting RabbitMQ broker...
- Nov 4 17:44:43 fuel rabbitmq-server: RabbitMQ 3.6.5. Copyright (C) 2007-2016 Pivotal Software, Inc.
- Nov 4 17:44:43 fuel rabbitmq-server: ## ## Licensed under the MPL. See http://www.rabbitmq.com/
- Nov 4 17:44:43 fuel rabbitmq-server: ## ##
- Nov 4 17:44:43 fuel rabbitmq-server: ########## Logs: /var/log/rabbitmq/rabbit@fuel.log
- Nov 4 17:44:43 fuel rabbitmq-server: ###### ## /var/log/rabbitmq/rabbit@fuel-sasl.log
- Nov 4 17:44:43 fuel rabbitmq-server: ##########
- Nov 4 17:44:43 fuel rabbitmq-server: Starting broker...
- Nov 4 17:44:45 fuel rabbitmq-server: systemd unit for activation check: "rabbitmq-server.service"
- Nov 4 17:44:45 fuel systemd: Started RabbitMQ broker.
- Nov 4 17:44:45 fuel rabbitmq-server: completed with 7 plugins.
- Nov 4 17:44:45 fuel systemd: Reloading.
- Nov 4 17:44:45 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:44:45 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:44:45 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:46 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:46 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:47 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:48 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:48 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:49 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:49 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:50 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:51 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:51 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:52 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:52 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:53 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:54 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:54 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:55 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:56 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:56 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:57 fuel su: (to rabbitmq) root on none
- Nov 4 17:44:59 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:44:59 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:44:59 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:44:59 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:44:59 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:44:59 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:44:59 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:44:59 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:45:04 fuel yum[21269]: Installed: ironic-fa-bootstrap-configs-9.0.0-1.mos291.noarch
- Nov 4 17:45:06 fuel yum[21290]: Installed: rubygem-mcollective-client-2.8.4-1.el7~mos1.noarch
- Nov 4 17:45:08 fuel yum[21307]: Installed: rubygem-stomp-1.3.4-3.el7~mos1.noarch
- Nov 4 17:45:08 fuel yum[21307]: Installed: rubygem-systemu-2.6.4-1.el7~mos1.noarch
- Nov 4 17:45:08 fuel yum[21307]: Installed: mcollective-common-2.5.3-3.el7~mos3.noarch
- Nov 4 17:45:08 fuel yum[21307]: Installed: mcollective-client-2.5.3-3.el7~mos3.noarch
- Nov 4 17:45:10 fuel yum[21324]: Installed: mcollective-2.5.3-3.el7~mos3.noarch
- Nov 4 17:45:10 fuel yum[21324]: Installed: nailgun-mcagents-9.0.0-1.mos774.noarch
- Nov 4 17:45:10 fuel systemd: Starting The Marionette Collective...
- Nov 4 17:45:10 fuel systemd: Started The Marionette Collective.
- Nov 4 17:45:10 fuel systemd: Reloading.
- Nov 4 17:45:10 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:45:10 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:45:12 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:45:12 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1
- Nov 4 17:45:12 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1
- Nov 4 17:45:12 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1
- Nov 4 17:45:16 fuel yum[21600]: Installed: 1:rubygem-amqp-1.5.1-1.el7~mos2.noarch
- Nov 4 17:45:18 fuel yum[21617]: Installed: rubygem-tzinfo-1.2.2-2.el7~mos1.noarch
- Nov 4 17:45:19 fuel yum[21634]: Installed: rubygem-symboltable-1.0.2-1.el7~mos9.noarch
- Nov 4 17:45:21 fuel yum[21651]: Installed: rubygem-thread_safe-0.3.5-2.el7~mos1.noarch
- Nov 4 17:45:22 fuel yum[21668]: Installed: rubygem-i18n-0.7.0-2.el7~mos1.noarch
- Nov 4 17:45:24 fuel yum[21685]: Installed: python-editor-0.4-1.el7~mos1.noarch
- Nov 4 17:45:25 fuel yum[21704]: Installed: rubygem-minitest-5.3.1-3.el7~mos1.noarch
- Nov 4 17:45:27 fuel yum[21722]: Installed: rubygem-amq-protocol-2.0.0-1.el7~mos1.noarch
- Nov 4 17:45:30 fuel yum[21739]: Installed: rubygem-net-ssh-gateway-1.2.0-5.el7~mos1.noarch
- Nov 4 17:45:30 fuel yum[21739]: Installed: rubygem-net-ssh-2.9.1-2.el7~mos1.noarch
- Nov 4 17:45:30 fuel yum[21739]: Installed: rubygem-net-ssh-multi-1.2.0-4.el7~mos1.noarch
- Nov 4 17:45:30 fuel yum[21739]: Installed: rubygem-bunny-2.0.1-1.el7~mos1.noarch
- Nov 4 17:45:30 fuel yum[21739]: Installed: rubygem-raemon-0.3.0-1.el7~mos2.noarch
- Nov 4 17:45:30 fuel yum[21739]: Installed: python-timmy-1.20.3-1.el7~mos1.noarch
- Nov 4 17:45:31 fuel yum[21739]: Installed: 1:rubygem-activesupport-4.2.4-1.el7~mos1.noarch
- Nov 4 17:45:31 fuel yum[21739]: Installed: rubygem-mime-types-1.25.1-2.el7~mos1.noarch
- Nov 4 17:45:31 fuel yum[21739]: Installed: rubygem-rest-client-1.6.7-2.el7~mos2.noarch
- Nov 4 17:45:32 fuel systemd: Reloading.
- Nov 4 17:45:32 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:45:32 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:45:32 fuel yum[21739]: Installed: rubygem-astute-9.0.0-1.mos774.noarch
- Nov 4 17:45:32 fuel systemd: Reloading.
- Nov 4 17:45:32 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:45:32 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:45:32 fuel systemd: [/usr/lib/systemd/system/astute.service:2] Unknown lvalue 'Name' in section 'Unit'
- Nov 4 17:45:32 fuel systemd: Started astute.service.
- Nov 4 17:45:32 fuel systemd: Starting astute.service...
- Nov 4 17:45:32 fuel systemd: Reloading.
- Nov 4 17:45:32 fuel systemd: [/usr/lib/systemd/system/astute.service:2] Unknown lvalue 'Name' in section 'Unit'
- Nov 4 17:45:32 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:45:32 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:45:33 fuel astute: /usr/share/gems/gems/astute-9.0.0/lib/astute/pre_deployment_actions/sync_puppet_stuff.rb:16: warning: already initialized constant SYNC_RETRIES
- Nov 4 17:45:33 fuel astute: /usr/share/gems/gems/astute-9.0.0/lib/astute/pre_deployment_actions/sync_tasks.rb:15: warning: previous definition of SYNC_RETRIES was here
- Nov 4 17:45:34 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:45:34 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:45:34 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:45:34 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:45:34 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 17:45:34 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 17:45:40 fuel yum[22181]: Installed: python2-appdirs-1.4.0-4.el7~mos1.noarch
- Nov 4 17:45:40 fuel yum[22181]: Installed: python2-requestsexceptions-1.1.2-1.el7~mos0.noarch
- Nov 4 17:45:40 fuel yum[22181]: Installed: os-client-config-1.14.0-1.el7~mos9.noarch
- Nov 4 17:45:45 fuel yum[22215]: Installed: python-webob-1.4.1-2.el7~mos2.noarch
- Nov 4 17:45:45 fuel yum[22215]: Installed: python-oslo-context-2.2.0-1.el7~mos0.noarch
- Nov 4 17:45:46 fuel yum[22215]: Installed: python-sqlalchemy-1.0.12-1.el7~mos1.x86_64
- Nov 4 17:45:46 fuel yum[22215]: Installed: python-futures-3.0.3-1.el7~mos1.noarch
- Nov 4 17:45:46 fuel yum[22215]: Installed: mpfr-3.1.1-4.el7.x86_64
- Nov 4 17:45:46 fuel yum[22215]: Installed: python-memcached-1.57-1.el7~mos1.noarch
- Nov 4 17:45:46 fuel yum[22215]: Installed: libmpc-1.0.1-3.el7.x86_64
- Nov 4 17:45:46 fuel yum[22215]: Installed: python-trollius-1.0.4-1.el7~mos1.noarch
- Nov 4 17:45:46 fuel yum[22215]: Installed: python-oslo-middleware-3.8.0-1.el7~mos0.noarch
- Nov 4 17:45:46 fuel yum[22215]: Installed: python-tempita-0.5.1-6.el7.noarch
- Nov 4 17:45:46 fuel yum[22215]: Installed: python-pika-0.10.0-3.el7~mos1.noarch
- Nov 4 17:45:48 fuel yum[22215]: Installed: python3-libs-3.4.3-4.el7~mos2.x86_64
- Nov 4 17:45:48 fuel yum[22215]: Installed: python3-3.4.3-4.el7~mos2.x86_64
- Nov 4 17:45:48 fuel yum[22215]: Installed: python-ldap-2.4.15-2.el7.x86_64
- Nov 4 17:45:48 fuel yum[22215]: Installed: 1:python-dateutil-2.4.2-3.el7~mos1.noarch
- Nov 4 17:45:49 fuel yum[22215]: Installed: python-oslo-log-3.3.0-1.el7~mos5.noarch
- Nov 4 17:45:49 fuel yum[22215]: Installed: python-decorator-4.0.2-1.el7~mos1.noarch
- Nov 4 17:45:49 fuel yum[22215]: Installed: python-amqp-1.4.9-1.el7~mos1.noarch
- Nov 4 17:45:49 fuel yum[22215]: Installed: python-ldappool-1.0-1.el7~mos2.noarch
- Nov 4 17:45:49 fuel yum[22215]: Installed: python3-setuptools-17.1.1-3.el7~mos1.noarch
- Nov 4 17:45:49 fuel yum[22215]: Installed: python3-webob-1.4.1-2.el7~mos2.noarch
- Nov 4 17:45:49 fuel yum[22215]: Installed: python3-zope-event-4.0.3-2.el7~mos2.noarch
- Nov 4 17:45:49 fuel yum[22215]: Installed: python3-zope-interface-4.1.2-3.el7~mos1.x86_64
- Nov 4 17:45:49 fuel yum[22215]: Installed: python-pika-pool-0.1.3-1.el7~mos1.x86_64
- Nov 4 17:45:49 fuel yum[22215]: Installed: python-aioeventlet-0.4-1.el7~mos2.noarch
- Nov 4 17:45:50 fuel yum[22215]: Installed: cpp-4.8.5-4.el7.x86_64
- Nov 4 17:45:50 fuel yum[22215]: Installed: python-dogpile-core-0.4.1-2.el7~mos1.noarch
- Nov 4 17:45:50 fuel yum[22215]: Installed: python-dogpile-cache-0.5.7-3.el7~mos1.noarch
- Nov 4 17:45:50 fuel yum[22215]: Installed: python-oslo-cache-1.6.0-2.el7~mos0.noarch
- Nov 4 17:45:50 fuel yum[22215]: Installed: python-enum34-1.0.4-1.el7.noarch
- Nov 4 17:45:50 fuel yum[22215]: Installed: python-oslo-policy-1.6.0-1.el7~mos0.noarch
- Nov 4 17:45:50 fuel yum[22215]: Installed: python-sqlparse-0.1.11-2.el7~mos1.noarch
- Nov 4 17:45:50 fuel yum[22215]: Installed: python-migrate-0.10.0-2.el7~mos3.noarch
- Nov 4 17:45:51 fuel yum[22215]: Installed: kernel-headers-3.10.0-327.13.1.el7.x86_64
- Nov 4 17:45:51 fuel yum[22215]: Installed: glibc-headers-2.17-106.el7_2.4.x86_64
- Nov 4 17:45:51 fuel yum[22215]: Installed: glibc-devel-2.17-106.el7_2.4.x86_64
- Nov 4 17:45:52 fuel yum[22215]: Installed: gcc-4.8.5-4.el7.x86_64
- Nov 4 17:45:52 fuel yum[22215]: Installed: python-anyjson-0.3.3-3.el7~mos1.noarch
- Nov 4 17:45:53 fuel yum[22215]: Installed: 1:python-kombu-3.0.33-4.el7~mos1.noarch
- Nov 4 17:45:53 fuel yum[22215]: Installed: python-passlib-1.6.2-2.el7~mos1.noarch
- Nov 4 17:45:53 fuel yum[22215]: Installed: libtool-ltdl-2.4.2-21.el7_2.x86_64
- Nov 4 17:45:53 fuel yum[22215]: Installed: xmlsec1-1.2.20-5.el7.x86_64
- Nov 4 17:45:53 fuel yum[22215]: Installed: zlib-devel-1.2.7-15.el7.x86_64
- Nov 4 17:45:53 fuel yum[22215]: Installed: python-pymemcache-1.2.9-1.el7~mos1.noarch
- Nov 4 17:45:53 fuel yum[22215]: Installed: pcre-devel-8.32-15.el7.x86_64
- Nov 4 17:45:53 fuel yum[22215]: Installed: python-cachetools-1.0.2-2.el7~mos1.noarch
- Nov 4 17:45:53 fuel yum[22215]: Installed: python-ply-3.4-10.el7.noarch
- Nov 4 17:45:53 fuel yum[22215]: Installed: python-pycparser-2.14-1.el7.noarch
- Nov 4 17:45:53 fuel yum[22215]: Installed: python-cffi-1.1.2-3.el7~mos1.x86_64
- Nov 4 17:45:53 fuel yum[22215]: Installed: python-oauthlib-0.6.0-2.el7~mos1.noarch
- Nov 4 17:45:53 fuel yum[22215]: Installed: python-contextlib2-0.4.0-1.el7~mos2.noarch
- Nov 4 17:45:53 fuel yum[22215]: Installed: python-futurist-0.11.0-1.el7~mos1.noarch
- Nov 4 17:45:53 fuel yum[22215]: Installed: python-zope-event-4.0.3-2.el7~mos2.noarch
- Nov 4 17:45:54 fuel yum[22215]: Installed: python-zope-interface-4.1.2-3.el7~mos1.x86_64
- Nov 4 17:45:54 fuel yum[22215]: Installed: python-repoze-who-2.1-1.el7~mos1.noarch
- Nov 4 17:45:54 fuel yum[22215]: Installed: libsepol-devel-2.1.9-3.el7.x86_64
- Nov 4 17:45:54 fuel yum[22215]: Installed: libselinux-devel-2.2.2-6.el7.x86_64
- Nov 4 17:45:54 fuel yum[22215]: Installed: python-fasteners-0.9.0-2.el7~mos1.noarch
- Nov 4 17:45:54 fuel yum[22215]: Installed: python-pyasn1-0.1.8-2.el7~mos1.noarch
- Nov 4 17:45:54 fuel yum[22215]: Installed: libcom_err-devel-1.42.9-7.el7.x86_64
- Nov 4 17:45:54 fuel yum[22215]: Installed: python-repoze-lru-0.4-3.el7~mos1.noarch
- Nov 4 17:45:54 fuel yum[22215]: Installed: python-routes-1.13-2.el7~mos1.noarch
- Nov 4 17:45:54 fuel yum[22215]: Installed: python-retrying-1.2.3-3.el7~mos1.noarch
- Nov 4 17:45:54 fuel yum[22215]: Installed: python-oslo-concurrency-3.7.1-1.el7~mos0.noarch
- Nov 4 17:45:54 fuel yum[22215]: Installed: python-devel-2.7.5-34.el7.x86_64
- Nov 4 17:45:54 fuel yum[22215]: Installed: python-idna-2.0-1.el7~mos1.noarch
- Nov 4 17:45:54 fuel yum[22215]: Installed: libffi-devel-3.0.13-16.el7.x86_64
- Nov 4 17:45:54 fuel yum[22215]: Installed: libverto-devel-0.2.5-4.el7.x86_64
- Nov 4 17:45:54 fuel yum[22215]: Installed: keyutils-libs-devel-1.5.8-3.el7.x86_64
- Nov 4 17:45:54 fuel yum[22215]: Installed: krb5-devel-1.13.2-12.el7_2.x86_64
- Nov 4 17:45:55 fuel yum[22215]: Installed: 1:openssl-devel-1.0.1e-51.el7_2.4.x86_64
- Nov 4 17:45:55 fuel yum[22215]: Installed: python-ipaddress-1.0.7-4.el7~mos1.noarch
- Nov 4 17:45:55 fuel yum[22215]: Installed: python-cryptography-1.0-1.el7~mos2.x86_64
- Nov 4 17:45:55 fuel yum[22215]: Installed: pyOpenSSL-0.15.1-1.el7~mos1.noarch
- Nov 4 17:45:56 fuel yum[22215]: Installed: python-paste-1.7.5.1-9.20111221hg1498.el7.noarch
- Nov 4 17:45:56 fuel yum[22215]: Installed: python-paste-deploy-1.5.0-10.el7~mos1.noarch
- Nov 4 17:45:56 fuel yum[22215]: Installed: python-oslo-service-1.8.0-2.el7~mos3.noarch
- Nov 4 17:45:56 fuel yum[22215]: Installed: python-oslo-messaging-4.6.1-2.el7~mos9.noarch
- Nov 4 17:45:56 fuel yum[22215]: Installed: python-pycadf-1.1.0-1.el7~mos2.noarch
- Nov 4 17:45:56 fuel yum[22215]: Installed: python-keystonemiddleware-4.4.0-1.el7~mos0.noarch
- Nov 4 17:45:56 fuel yum[22215]: Installed: python-beaker-1.5.4-11.el7~mos1.noarch
- Nov 4 17:45:56 fuel yum[22215]: Installed: python-mako-1.0.1-2.el7~mos1.noarch
- Nov 4 17:45:56 fuel yum[22215]: Installed: pysaml2-2.4.0-2.el7~mos4.noarch
- Nov 4 17:45:57 fuel yum[22215]: Installed: python-alembic-0.8.2-1.el7~mos1.noarch
- Nov 4 17:45:57 fuel yum[22215]: Installed: python-oslo-db-4.7.0-1.el7~mos4.noarch
- Nov 4 17:45:57 fuel yum[22215]: Installed: 1:mysql-wsrep-shared-5.6-5.6.23_wsrep_25.10-25.10.el7~mos7.x86_64
- Nov 4 17:45:57 fuel yum[22215]: Installed: MySQL-python-1.3.6-4.el7~mos9.x86_64
- Nov 4 17:45:58 fuel yum[22215]: Installed: 1:python-keystone-9.0.2-1.el7~mos6.noarch
- Nov 4 17:46:00 fuel systemd: Reloading.
- Nov 4 17:46:00 fuel systemd: [/usr/lib/systemd/system/astute.service:2] Unknown lvalue 'Name' in section 'Unit'
- Nov 4 17:46:00 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:46:00 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:46:00 fuel yum[22256]: Installed: 1:openstack-keystone-9.0.2-1.el7~mos6.noarch
- Nov 4 17:46:03 fuel systemd: Starting OpenStack Identity Service (code-named Keystone)...
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.550 22324 WARNING keystone.assignment.core [-] Deprecated: Use of the identity driver config to automatically configure the same assignment driver has been deprecated, in the "O" release, the assignment driver will need to be expicitly configured if different than the default (SQL).
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.637 22324 WARNING keystone.common.manager [-] Deprecated: Direct import of driver 'keystone.token.providers.uuid.Provider' is deprecated as of Liberty in favor of its entrypoint from 'keystone.token.provider' and may be removed in N.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.640 22324 WARNING oslo_config.cfg [-] Option "admin_workers" from group "eventlet_server" is deprecated for removal. Its value may be silently ignored in the future.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.641 22324 WARNING oslo_config.cfg [-] Option "public_workers" from group "eventlet_server" is deprecated for removal. Its value may be silently ignored in the future.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.641 22324 WARNING oslo_config.cfg [-] Option "admin_bind_host" from group "DEFAULT" is deprecated. Use option "admin_bind_host" from group "eventlet_server".
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.642 22324 WARNING oslo_config.cfg [-] Option "admin_bind_host" from group "eventlet_server" is deprecated for removal. Its value may be silently ignored in the future.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.642 22324 WARNING oslo_config.cfg [-] Option "admin_port" from group "DEFAULT" is deprecated. Use option "admin_port" from group "eventlet_server".
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.643 22324 WARNING oslo_config.cfg [-] Option "admin_port" from group "eventlet_server" is deprecated for removal. Its value may be silently ignored in the future.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.684 22324 WARNING keystone.middleware.core [-] The admin_token_auth middleware presents a security risk and should be removed from the [pipeline:api_v3], [pipeline:admin_api], and [pipeline:public_api] sections of your paste ini file.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.723 22324 WARNING keystone.middleware.core [-] The admin_token_auth middleware presents a security risk and should be removed from the [pipeline:api_v3], [pipeline:admin_api], and [pipeline:public_api] sections of your paste ini file.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.748 22324 WARNING oslo_config.cfg [-] Option "enable" from group "ssl" is deprecated. Use option "enable" from group "eventlet_server_ssl".
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.748 22324 WARNING oslo_config.cfg [-] Option "enable" from group "eventlet_server_ssl" is deprecated for removal. Its value may be silently ignored in the future.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.749 22324 WARNING oslo_config.cfg [-] Option "public_bind_host" from group "DEFAULT" is deprecated. Use option "public_bind_host" from group "eventlet_server".
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.749 22324 WARNING oslo_config.cfg [-] Option "public_bind_host" from group "eventlet_server" is deprecated for removal. Its value may be silently ignored in the future.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.750 22324 WARNING oslo_config.cfg [-] Option "public_port" from group "DEFAULT" is deprecated. Use option "public_port" from group "eventlet_server".
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.750 22324 WARNING oslo_config.cfg [-] Option "public_port" from group "eventlet_server" is deprecated for removal. Its value may be silently ignored in the future.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.776 22324 WARNING keystone.middleware.core [-] The admin_token_auth middleware presents a security risk and should be removed from the [pipeline:api_v3], [pipeline:admin_api], and [pipeline:public_api] sections of your paste ini file.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.848 22324 WARNING keystone.middleware.core [-] The admin_token_auth middleware presents a security risk and should be removed from the [pipeline:api_v3], [pipeline:admin_api], and [pipeline:public_api] sections of your paste ini file.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.873 22324 WARNING root [-] Running keystone via eventlet is deprecated as of Kilo in favor of running in a WSGI server (e.g. mod_wsgi). Support for keystone under eventlet will be removed in the "M"-Release.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.875 22324 INFO keystone.common.environment.eventlet_server [-] Starting /usr/bin/keystone-all on 0.0.0.0:35357
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.875 22324 INFO oslo_service.service [-] Starting 4 workers
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.883 22324 INFO keystone.common.environment.eventlet_server [-] Starting /usr/bin/keystone-all on 0.0.0.0:5000
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.884 22331 INFO eventlet.wsgi.server [-] (22331) wsgi starting up on http://0.0.0.0:35357
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.884 22332 INFO eventlet.wsgi.server [-] (22332) wsgi starting up on http://0.0.0.0:35357
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.885 22333 INFO eventlet.wsgi.server [-] (22333) wsgi starting up on http://0.0.0.0:35357
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.885 22324 INFO oslo_service.service [-] Starting 4 workers
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.888 22334 INFO eventlet.wsgi.server [-] (22334) wsgi starting up on http://0.0.0.0:35357
- Nov 4 17:46:04 fuel systemd: Started OpenStack Identity Service (code-named Keystone).
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.893 22336 INFO eventlet.wsgi.server [-] (22336) wsgi starting up on http://0.0.0.0:5000
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.893 22335 INFO eventlet.wsgi.server [-] (22335) wsgi starting up on http://0.0.0.0:5000
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.898 22324 WARNING oslo_config.cfg [-] Option "ca_certs" from group "signing" is deprecated for removal. Its value may be silently ignored in the future.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.899 22337 INFO eventlet.wsgi.server [-] (22337) wsgi starting up on http://0.0.0.0:5000
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.900 22324 WARNING oslo_config.cfg [-] Option "ca_key" from group "signing" is deprecated for removal. Its value may be silently ignored in the future.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.900 22324 WARNING oslo_config.cfg [-] Option "cert_subject" from group "signing" is deprecated for removal. Its value may be silently ignored in the future.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.901 22324 WARNING oslo_config.cfg [-] Option "certfile" from group "signing" is deprecated for removal. Its value may be silently ignored in the future.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.901 22324 WARNING oslo_config.cfg [-] Option "key_size" from group "signing" is deprecated for removal. Its value may be silently ignored in the future.
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.901 22338 INFO eventlet.wsgi.server [-] (22338) wsgi starting up on http://0.0.0.0:5000
- Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.902 22324 WARNING oslo_config.cfg [-] Option "keyfile" from group "signing" is deprecated for removal. Its value may be silently ignored in the future.
- Nov 4 17:46:04 fuel systemd: Reloading.
- Nov 4 17:46:04 fuel systemd: [/usr/lib/systemd/system/astute.service:2] Unknown lvalue 'Name' in section 'Unit'
- Nov 4 17:46:04 fuel systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
- Nov 4 17:46:04 fuel systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway.
- Nov 4 17:46:05 fuel systemd: getty@tty1.service has no holdoff time, scheduling restart.
- Nov 4 17:46:05 fuel systemd: Started Getty on tty1.
- Nov 4 17:46:05 fuel systemd: Starting Getty on tty1...
- Nov 4 17:46:20 fuel systemd-logind: New session 11 of user root.
- Nov 4 17:46:20 fuel systemd: Started Session 11 of user root.
- Nov 4 17:46:20 fuel systemd: Starting Session 11 of user root.
- Nov 4 17:46:50 fuel yum[22408]: Installed: nano-2.3.1-10.el7.x86_64
- Nov 4 17:50:01 fuel systemd: Started Session 12 of user root.
- Nov 4 17:50:01 fuel systemd: Starting Session 12 of user root.
- Nov 4 17:51:21 fuel sshd[6957]: Set /proc/self/oom_score_adj to 0
- Nov 4 17:51:21 fuel sshd[6957]: error: Could not load host key: /etc/ssh/ssh_host_dsa_key
- Nov 4 17:51:21 fuel sshd[6957]: Connection from 172.16.7.101 port 55854 on 172.16.160.100 port 22
- Nov 4 17:51:22 fuel sshd[6957]: Failed publickey for root from 172.16.7.101 port 55854 ssh2: RSA
- Nov 4 17:51:22 fuel sshd[6957]: Failed publickey for root from 172.16.7.101 port 55854 ssh2: RSA
- Nov 4 17:51:22 fuel sshd[6957]: Failed publickey for root from 172.16.7.101 port 55854 ssh2: RSA
- Nov 4 17:51:25 fuel sshd[6957]: Accepted password for root from 172.16.7.101 port 55854 ssh2
- Nov 4 17:51:25 fuel sshd[6963]: Set /proc/self/oom_score_adj to 0
- Nov 4 17:51:25 fuel sshd[6963]: error: Could not load host key: /etc/ssh/ssh_host_dsa_key
- Nov 4 17:51:25 fuel sshd[6963]: Connection from 172.16.7.101 port 55856 on 172.16.160.100 port 22
- Nov 4 17:51:25 fuel systemd-logind: New session 13 of user root.
- Nov 4 17:51:25 fuel systemd: Started Session 13 of user root.
- Nov 4 17:51:25 fuel systemd: Starting Session 13 of user root.
- Nov 4 17:51:25 fuel sshd[6963]: Failed publickey for root from 172.16.7.101 port 55856 ssh2: RSA
- Nov 4 17:51:25 fuel sshd[6963]: Failed publickey for root from 172.16.7.101 port 55856 ssh2: RSA
- Nov 4 17:51:25 fuel sshd[6963]: Failed publickey for root from 172.16.7.101 port 55856 ssh2: RSA
- Nov 4 17:51:25 fuel sshd[6963]: Accepted password for root from 172.16.7.101 port 55856 ssh2
- Nov 4 17:51:25 fuel systemd-logind: New session 14 of user root.
- Nov 4 17:51:25 fuel systemd: Started Session 14 of user root.
- Nov 4 17:51:25 fuel systemd: Starting Session 14 of user root.
- Nov 4 17:51:25 fuel sshd[6963]: Starting session: subsystem 'sftp' for root from 172.16.7.101 port 55856
- Nov 4 17:51:26 fuel sshd[6957]: Starting session: shell on pts/0 for root from 172.16.7.101 port 55854
- Nov 4 18:00:01 fuel systemd: Started Session 16 of user root.
- Nov 4 18:00:01 fuel systemd: Starting Session 16 of user root.
- Nov 4 18:00:01 fuel systemd: Started Session 17 of user root.
- Nov 4 18:00:01 fuel systemd: Starting Session 17 of user root.
- Nov 4 18:00:01 fuel systemd: Started Session 15 of user root.
- Nov 4 18:00:01 fuel systemd: Starting Session 15 of user root.
- Nov 4 18:01:01 fuel systemd: Started Session 18 of user root.
- Nov 4 18:01:01 fuel systemd: Starting Session 18 of user root.
- Nov 4 18:02:17 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 18:02:17 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda3
- Nov 4 18:02:17 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 18:02:17 fuel systemd: Device dev-disk-by\x2dpartlabel-primary.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 and /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/target2:0:0/2:0:0:0/block/sda/sda2
- Nov 4 18:02:22 fuel kernel: device eth1 entered promiscuous mode
- Nov 4 18:02:33 fuel kernel: device eth1 left promiscuous mode
- Nov 4 18:02:35 fuel dbus-daemon: dbus[730]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
- Nov 4 18:02:35 fuel dbus[730]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
- Nov 4 18:02:35 fuel systemd: Starting Hostname Service...
- Nov 4 18:02:35 fuel dbus[730]: [system] Successfully activated service 'org.freedesktop.hostname1'
- Nov 4 18:02:35 fuel systemd: Started Hostname Service.
- Nov 4 18:02:35 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'org.freedesktop.hostname1'
- Nov 4 18:02:35 fuel systemd-hostnamed: Changed static host name to 'fuel'
- Nov 4 18:02:35 fuel systemd-hostnamed: Changed host name to 'fuel'
- Nov 4 18:06:52 fuel sshd[6957]: Received disconnect from 172.16.7.101: 11: disconnected by user
- Nov 4 18:06:52 fuel systemd-logind: Removed session 13.
- Nov 4 18:06:52 fuel sshd[6963]: Connection closed by 172.16.7.101
- Nov 4 18:06:52 fuel sshd[6963]: Transferred: sent 4432, received 2184 bytes
- Nov 4 18:06:52 fuel sshd[6963]: Closing connection to 172.16.7.101 port 55856
- Nov 4 18:06:52 fuel systemd-logind: Removed session 14.
- Nov 4 18:06:54 fuel sshd[7748]: Set /proc/self/oom_score_adj to 0
- Nov 4 18:06:54 fuel sshd[7748]: error: Could not load host key: /etc/ssh/ssh_host_dsa_key
- Nov 4 18:06:54 fuel sshd[7748]: Connection from 172.16.7.101 port 56025 on 172.16.160.100 port 22
- Nov 4 18:06:54 fuel sshd[7748]: Failed publickey for root from 172.16.7.101 port 56025 ssh2: RSA
- Nov 4 18:06:54 fuel sshd[7748]: Failed publickey for root from 172.16.7.101 port 56025 ssh2: RSA
- Nov 4 18:06:54 fuel sshd[7748]: Failed publickey for root from 172.16.7.101 port 56025 ssh2: RSA
- Nov 4 18:06:54 fuel sshd[7748]: Accepted password for root from 172.16.7.101 port 56025 ssh2
- Nov 4 18:06:54 fuel sshd[7752]: Set /proc/self/oom_score_adj to 0
- Nov 4 18:06:54 fuel sshd[7752]: error: Could not load host key: /etc/ssh/ssh_host_dsa_key
- Nov 4 18:06:54 fuel sshd[7752]: Connection from 172.16.7.101 port 56027 on 172.16.160.100 port 22
- Nov 4 18:06:54 fuel systemd-logind: New session 19 of user root.
- Nov 4 18:06:54 fuel systemd: Started Session 19 of user root.
- Nov 4 18:06:54 fuel systemd: Starting Session 19 of user root.
- Nov 4 18:06:54 fuel sshd[7752]: Failed publickey for root from 172.16.7.101 port 56027 ssh2: RSA
- Nov 4 18:06:54 fuel sshd[7752]: Failed publickey for root from 172.16.7.101 port 56027 ssh2: RSA
- Nov 4 18:06:54 fuel sshd[7752]: Failed publickey for root from 172.16.7.101 port 56027 ssh2: RSA
- Nov 4 18:06:54 fuel sshd[7752]: Accepted password for root from 172.16.7.101 port 56027 ssh2
- Nov 4 18:06:54 fuel sshd[7748]: Starting session: shell on pts/0 for root from 172.16.7.101 port 56025
- Nov 4 18:06:54 fuel systemd-logind: New session 20 of user root.
- Nov 4 18:06:54 fuel systemd: Started Session 20 of user root.
- Nov 4 18:06:54 fuel systemd: Starting Session 20 of user root.
- Nov 4 18:06:54 fuel sshd[7752]: Starting session: subsystem 'sftp' for root from 172.16.7.101 port 56027
- Nov 4 18:10:01 fuel systemd: Started Session 21 of user root.
- Nov 4 18:10:01 fuel systemd: Starting Session 21 of user root.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement