Advertisement
Guest User

Untitled

a guest
Nov 4th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 296.16 KB | None | 0 0
  1. [root@fuel ~]# iptables --list
  2. Chain INPUT (policy DROP)
  3. target prot opt source destination
  4. ACCEPT all -- anywhere anywhere /* 000 allow loopback */
  5. ACCEPT tcp -- 172.16.0.0/16 anywhere multiport dports ssh /* 010 ssh */ state NEW
  6. ACCEPT tcp -- anywhere anywhere multiport dports ntp /* 020 ntp */ state NEW
  7. ACCEPT udp -- anywhere anywhere multiport dports ntp /* 030 ntp_udp */ state NEW
  8. ACCEPT udp -- anywhere anywhere multiport dports snmptrap /* 040 snmp */ state NEW
  9. ACCEPT tcp -- anywhere anywhere multiport dports irdmi /* 050 nailgun_web */ state NEW
  10. ACCEPT tcp -- anywhere anywhere multiport dports vcom-tunnel /* 060 nailgun_internal */ state NEW
  11. REJECT tcp -- anywhere anywhere multiport dports vcom-tunnel /* 070 nailgun_internal_block_ext */ state NEW reject-with icmp-port-unreachable
  12. ACCEPT tcp -- anywhere anywhere multiport dports postgres ADDRTYPE match src-type LOCAL /* 080 postgres_local */ state NEW
  13. ACCEPT tcp -- anywhere anywhere multiport dports postgres /* 090 postgres */ state NEW
  14. REJECT tcp -- anywhere anywhere multiport dports postgres /* 100 postgres_block_ext */ state NEW reject-with icmp-port-unreachable
  15. ACCEPT tcp -- anywhere anywhere multiport dports domain /* 101 dns_tcp */
  16. ACCEPT udp -- anywhere anywhere multiport dports domain /* 102 dns_udp */
  17. ACCEPT udp -- anywhere anywhere multiport dports bootps,bootpc /* 103 dhcp */
  18. ACCEPT udp -- anywhere anywhere multiport dports tftp /* 104 tftp */
  19. ACCEPT tcp -- anywhere anywhere multiport dports squid /* 105 squidproxy */
  20. ACCEPT tcp -- anywhere anywhere multiport dports http,https /* 106 cobbler_web */
  21. ACCEPT tcp -- anywhere anywhere multiport dports 8777 /* 110 ostf_admin */ state NEW
  22. ACCEPT tcp -- anywhere anywhere multiport dports 8777 ADDRTYPE match src-type LOCAL /* 120 ostf_local */ state NEW
  23. REJECT tcp -- anywhere anywhere multiport dports 8777 /* 130 ostf_block_ext */ state NEW reject-with icmp-port-unreachable
  24. ACCEPT tcp -- anywhere anywhere multiport dports rsync /* 140 rsync */ state NEW
  25. ACCEPT tcp -- anywhere anywhere multiport dports shell /* 150 rsyslog */ state NEW
  26. ACCEPT udp -- anywhere anywhere multiport dports syslog /* 160 rsyslog */ state NEW
  27. ACCEPT tcp -- anywhere anywhere multiport dports epmd,amqp,61613 /* 170 rabbitmq_admin_net */ state NEW
  28. ACCEPT tcp -- anywhere anywhere multiport dports epmd,amqp,61613,15672 ADDRTYPE match src-type LOCAL /* 180 rabbitmq_local */ state NEW
  29. REJECT tcp -- anywhere anywhere multiport dports epmd,amqp,61613 /* 190 rabbitmq_block_ext */ state NEW reject-with icmp-port-unreachable
  30. ACCEPT tcp -- anywhere anywhere multiport dports pcsync-https /* 200 fuelweb_port */ state NEW
  31. ACCEPT tcp -- anywhere anywhere multiport dports commplex-main /* 210 keystone_admin */ state NEW
  32. ACCEPT tcp -- anywhere anywhere multiport dports openstack-id /* 220 keystone_admin_port admin_net */ state NEW
  33. ACCEPT tcp -- anywhere anywhere multiport dports webcache /* 230 nailgun_repo_admin */ state NEW
  34. ACCEPT icmp -- anywhere anywhere /* 240 allow icmp echo-request */ state NEW icmp echo-request
  35. ACCEPT icmp -- anywhere anywhere /* 250 allow icmp echo-reply */ state NEW icmp echo-reply
  36. ACCEPT icmp -- anywhere anywhere /* 260 allow icmp dest-unreach */ state NEW icmp destination-unreachable
  37. ACCEPT icmp -- anywhere anywhere /* 270 allow icmp time-exceeded */ state NEW icmp time-exceeded
  38. ext-filter-input all -- anywhere anywhere /* 970 externally defined rules: ext-filter-input */
  39. ACCEPT all -- anywhere anywhere /* 980 accept related established rules */ state RELATED,ESTABLISHED
  40. LOG all -- anywhere anywhere /* 999 iptables denied */ limit: avg 5/min burst 5 LOG level debug prefix "iptables denied: "
  41.  
  42. Chain FORWARD (policy DROP)
  43. target prot opt source destination
  44. ACCEPT all -- 172.16.161.0/24 anywhere /* 010 forward admin_net */ state NEW
  45. ext-filter-forward all -- anywhere anywhere /* 970 externally defined rules */
  46. ACCEPT all -- anywhere anywhere /* 980 forward admin_net conntrack */ state RELATED,ESTABLISHED
  47.  
  48. Chain OUTPUT (policy ACCEPT)
  49. target prot opt source destination
  50.  
  51. Chain ext-filter-forward (1 references)
  52. target prot opt source destination
  53.  
  54. Chain ext-filter-input (1 references)
  55. target prot opt source destination
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79. [root@fuel ~]# ps aux
  80. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  81. root 1 0.0 0.1 192104 7440 ? Ss 16:20 0:04 /usr/lib/systemd/systemd --switched-root --system --deserialize 21
  82. root 2 0.0 0.0 0 0 ? S 16:20 0:00 [kthreadd]
  83. root 3 0.0 0.0 0 0 ? S 16:20 0:00 [ksoftirqd/0]
  84. root 5 0.0 0.0 0 0 ? S< 16:20 0:00 [kworker/0:0H]
  85. root 7 0.0 0.0 0 0 ? S 16:20 0:00 [migration/0]
  86. root 8 0.0 0.0 0 0 ? S 16:20 0:00 [rcu_bh]
  87. root 9 0.0 0.0 0 0 ? S 16:20 0:00 [rcuob/0]
  88. root 10 0.0 0.0 0 0 ? S 16:20 0:00 [rcuob/1]
  89. root 11 0.0 0.0 0 0 ? S 16:20 0:00 [rcuob/2]
  90. root 12 0.0 0.0 0 0 ? S 16:20 0:00 [rcuob/3]
  91. root 13 0.0 0.0 0 0 ? S 16:20 0:00 [rcu_sched]
  92. root 14 0.0 0.0 0 0 ? S 16:20 0:00 [rcuos/0]
  93. root 15 0.0 0.0 0 0 ? S 16:20 0:00 [rcuos/1]
  94. root 16 0.0 0.0 0 0 ? S 16:20 0:00 [rcuos/2]
  95. root 17 0.0 0.0 0 0 ? S 16:20 0:00 [rcuos/3]
  96. root 18 0.0 0.0 0 0 ? S 16:20 0:00 [watchdog/0]
  97. root 19 0.0 0.0 0 0 ? S 16:20 0:00 [watchdog/1]
  98. root 20 0.0 0.0 0 0 ? S 16:20 0:00 [migration/1]
  99. root 21 0.0 0.0 0 0 ? S 16:20 0:00 [ksoftirqd/1]
  100. root 22 0.0 0.0 0 0 ? S 16:20 0:00 [kworker/1:0]
  101. root 24 0.0 0.0 0 0 ? S 16:20 0:00 [watchdog/2]
  102. root 25 0.0 0.0 0 0 ? S 16:20 0:00 [migration/2]
  103. root 26 0.0 0.0 0 0 ? S 16:20 0:00 [ksoftirqd/2]
  104. root 27 0.0 0.0 0 0 ? S 16:20 0:02 [kworker/2:0]
  105. root 28 0.0 0.0 0 0 ? S< 16:20 0:00 [kworker/2:0H]
  106. root 29 0.0 0.0 0 0 ? S 16:20 0:00 [watchdog/3]
  107. root 30 0.0 0.0 0 0 ? S 16:20 0:00 [migration/3]
  108. root 31 0.0 0.0 0 0 ? S 16:20 0:00 [ksoftirqd/3]
  109. root 33 0.0 0.0 0 0 ? S< 16:20 0:00 [kworker/3:0H]
  110. root 34 0.0 0.0 0 0 ? S< 16:20 0:00 [khelper]
  111. root 35 0.0 0.0 0 0 ? S 16:20 0:00 [kdevtmpfs]
  112. root 36 0.0 0.0 0 0 ? S< 16:20 0:00 [netns]
  113. root 37 0.0 0.0 0 0 ? S< 16:20 0:00 [perf]
  114. root 38 0.0 0.0 0 0 ? S< 16:20 0:00 [writeback]
  115. root 39 0.0 0.0 0 0 ? S< 16:20 0:00 [kintegrityd]
  116. root 40 0.0 0.0 0 0 ? S< 16:20 0:00 [bioset]
  117. root 41 0.0 0.0 0 0 ? S< 16:20 0:00 [kblockd]
  118. root 42 0.0 0.0 0 0 ? S< 16:20 0:00 [md]
  119. root 43 0.1 0.0 0 0 ? S 16:20 0:08 [kworker/0:1]
  120. root 47 0.0 0.0 0 0 ? S 16:20 0:00 [khungtaskd]
  121. root 48 0.0 0.0 0 0 ? S 16:20 0:00 [kswapd0]
  122. root 49 0.0 0.0 0 0 ? SN 16:20 0:00 [ksmd]
  123. root 50 0.0 0.0 0 0 ? SN 16:20 0:00 [khugepaged]
  124. root 51 0.0 0.0 0 0 ? S 16:20 0:00 [fsnotify_mark]
  125. root 52 0.0 0.0 0 0 ? S< 16:20 0:00 [crypto]
  126. root 60 0.0 0.0 0 0 ? S< 16:20 0:00 [kthrotld]
  127. root 62 0.0 0.0 0 0 ? S< 16:20 0:00 [kmpath_rdacd]
  128. root 63 0.0 0.0 0 0 ? S< 16:20 0:00 [kpsmoused]
  129. root 65 0.0 0.0 0 0 ? S< 16:20 0:00 [ipv6_addrconf]
  130. root 84 0.0 0.0 0 0 ? S< 16:20 0:00 [deferwq]
  131. root 119 0.0 0.0 0 0 ? S 16:20 0:00 [kauditd]
  132. root 287 0.0 0.0 0 0 ? S< 16:20 0:00 [ata_sff]
  133. root 290 0.0 0.0 0 0 ? S 16:20 0:00 [scsi_eh_0]
  134. root 291 0.0 0.0 0 0 ? S< 16:20 0:00 [scsi_tmf_0]
  135. root 292 0.0 0.0 0 0 ? S 16:20 0:00 [scsi_eh_1]
  136. root 293 0.0 0.0 0 0 ? S< 16:20 0:00 [scsi_tmf_1]
  137. root 294 0.0 0.0 0 0 ? S 16:20 0:00 [kworker/u8:2]
  138. root 296 0.0 0.0 0 0 ? S< 16:20 0:00 [events_power_ef]
  139. root 298 0.0 0.0 0 0 ? S 16:20 0:00 [scsi_eh_2]
  140. root 299 0.0 0.0 0 0 ? S< 16:20 0:00 [scsi_tmf_2]
  141. root 301 0.0 0.0 0 0 ? S< 16:20 0:00 [vmw_pvscsi_wq_2]
  142. root 308 0.0 0.0 0 0 ? S< 16:20 0:00 [ttm_swap]
  143. root 340 0.0 0.0 0 0 ? S< 16:20 0:00 [kworker/2:1H]
  144. root 411 0.0 0.0 0 0 ? S< 16:20 0:00 [kdmflush]
  145. root 412 0.0 0.0 0 0 ? S< 16:20 0:00 [bioset]
  146. root 422 0.0 0.0 0 0 ? S< 16:20 0:00 [kdmflush]
  147. root 423 0.0 0.0 0 0 ? S< 16:20 0:00 [bioset]
  148. root 425 0.0 0.0 0 0 ? S< 16:20 0:00 [kworker/1:1H]
  149. root 440 0.0 0.0 0 0 ? S 16:20 0:00 [jbd2/dm-0-8]
  150. root 441 0.0 0.0 0 0 ? S< 16:20 0:00 [ext4-rsv-conver]
  151. root 442 0.0 0.0 0 0 ? S< 16:20 0:00 [ext4-unrsv-conv]
  152. root 511 0.0 0.1 37948 5224 ? Ss 16:20 0:00 /usr/lib/systemd/systemd-journald
  153. root 530 0.0 0.1 203208 6784 ? Ss 16:20 0:00 /usr/sbin/lvmetad -f
  154. root 533 0.0 0.0 43384 2312 ? Ss 16:20 0:00 /usr/lib/systemd/systemd-udevd
  155. root 592 0.0 0.0 0 0 ? S< 16:20 0:00 [kdmflush]
  156. root 593 0.0 0.0 0 0 ? S< 16:20 0:00 [bioset]
  157. root 597 0.0 0.0 0 0 ? S< 16:20 0:00 [kdmflush]
  158. root 598 0.0 0.0 0 0 ? S< 16:20 0:00 [bioset]
  159. root 648 0.0 0.0 0 0 ? S< 16:20 0:00 [xfsalloc]
  160. root 649 0.0 0.0 0 0 ? S< 16:20 0:00 [xfs_mru_cache]
  161. root 650 0.0 0.0 0 0 ? S< 16:20 0:00 [xfs-buf/sda3]
  162. root 651 0.0 0.0 0 0 ? S< 16:20 0:00 [xfs-data/sda3]
  163. root 652 0.0 0.0 0 0 ? S< 16:20 0:00 [xfs-conv/sda3]
  164. root 653 0.0 0.0 0 0 ? S< 16:20 0:00 [xfs-cil/sda3]
  165. root 654 0.0 0.0 0 0 ? S 16:20 0:00 [xfsaild/sda3]
  166. root 661 0.0 0.0 0 0 ? S 16:20 0:00 [jbd2/dm-3-8]
  167. root 662 0.0 0.0 0 0 ? S< 16:20 0:00 [ext4-rsv-conver]
  168. root 663 0.0 0.0 0 0 ? S< 16:20 0:00 [ext4-unrsv-conv]
  169. root 668 0.0 0.0 0 0 ? S 16:20 0:00 [jbd2/dm-2-8]
  170. root 669 0.0 0.0 0 0 ? S< 16:20 0:00 [ext4-rsv-conver]
  171. root 670 0.0 0.0 0 0 ? S< 16:20 0:00 [ext4-unrsv-conv]
  172. root 695 0.0 0.0 51184 1616 ? S<sl 16:20 0:00 /sbin/auditd -n
  173. root 721 0.0 0.0 19308 1272 ? Ss 16:20 0:00 /usr/sbin/irqbalance --foreground
  174. root 729 0.0 0.0 26396 1780 ? Ss 16:20 0:00 /usr/lib/systemd/systemd-logind
  175. dbus 730 0.0 0.0 100612 2076 ? Ssl 16:20 0:00 /bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activat
  176. root 739 0.0 0.0 126360 1740 ? Ss 16:20 0:00 /usr/sbin/crond -n
  177. 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
  178. polkitd 758 0.0 0.2 527452 11076 ? Ssl 16:20 0:00 /usr/lib/polkit-1/polkitd --no-debug
  179. root 7050 0.0 0.0 0 0 ? S 17:55 0:00 [kworker/0:0]
  180. root 7140 0.0 0.0 0 0 ? S 18:00 0:00 [kworker/3:0]
  181. root 7295 0.0 0.0 0 0 ? S 18:00 0:00 [kworker/0:2]
  182. root 7711 0.0 0.0 0 0 ? S 18:04 0:00 [kworker/u8:0]
  183. root 7748 0.1 0.1 134592 5116 ? Rs 18:06 0:00 sshd: root@pts/0
  184. root 7752 0.1 0.1 134588 4892 ? Ss 18:06 0:00 sshd: root@notty
  185. root 7756 0.0 0.0 116036 2728 pts/0 Ss 18:06 0:00 -bash
  186. root 7763 0.0 0.0 52692 1916 ? Ss 18:06 0:00 /usr/libexec/openssh/sftp-server
  187. root 7796 0.0 0.0 151028 1816 pts/0 R+ 18:07 0:00 ps aux
  188. root 10558 0.0 0.0 0 0 ? S< 16:20 0:00 [kworker/0:1H]
  189. root 10719 0.0 0.0 219752 3660 ? Ssl 16:21 0:00 /usr/sbin/rsyslogd -n
  190. root 11393 0.0 0.0 0 0 ? S< 16:23 0:00 [kworker/1:2H]
  191. root 11437 0.0 0.0 125428 1080 ? Ss 17:01 0:00 /usr/sbin/anacron -s
  192. root 12329 0.0 0.0 0 0 ? S 17:41 0:00 [kworker/u8:1]
  193. root 12790 0.0 0.0 0 0 ? S< 17:42 0:00 [dm_bufio_cache]
  194. root 12813 0.0 0.0 0 0 ? S< 17:42 0:00 [kdmflush]
  195. root 12814 0.0 0.0 0 0 ? S< 17:42 0:00 [bioset]
  196. root 12815 0.0 0.0 0 0 ? S< 17:42 0:00 [kdmflush]
  197. root 12817 0.0 0.0 0 0 ? S< 17:42 0:00 [bioset]
  198. root 12823 0.0 0.0 0 0 ? S< 17:42 0:00 [kdmflush]
  199. root 12824 0.0 0.0 0 0 ? S< 17:42 0:00 [bioset]
  200. root 12825 0.0 0.0 0 0 ? S< 17:42 0:00 [kcopyd]
  201. root 12826 0.0 0.0 0 0 ? S< 17:42 0:00 [bioset]
  202. root 12827 0.0 0.0 0 0 ? S< 17:42 0:00 [dm-thin]
  203. root 12828 0.0 0.0 0 0 ? S< 17:42 0:00 [bioset]
  204. root 12830 0.0 0.5 133552 20796 ? S<Lsl 17:42 0:00 /usr/sbin/dmeventd -f
  205. root 12889 0.0 0.0 115240 1444 ? Ss 17:42 0:00 /bin/sh -c /usr/bin/docker daemon $OPTIONS $DOCKER_STORAGE_OPTIONS
  206. root 12890 0.0 0.5 399968 21636 ? Sl 17:42 0:00 /usr/bin/docker daemon --selinux-enabled --storage-driver devicemapper --storage-op
  207. root 12891 0.0 0.0 101724 1920 ? Sl 17:42 0:00 /usr/bin/forward-journald -tag docker
  208. root 12924 0.1 0.0 0 0 ? S 17:42 0:02 [kworker/3:2]
  209. 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
  210. ntp 15220 0.0 0.0 29404 2028 ? Ss 17:43 0:00 /usr/sbin/ntpd -u ntp:ntp -g
  211. root 15697 0.0 0.0 82552 3600 ? Ss 17:43 0:00 /usr/sbin/sshd -D
  212. root 15901 0.1 0.0 0 0 ? S 17:43 0:02 [kworker/2:2]
  213. root 15904 0.0 0.0 0 0 ? S 17:43 0:01 [kworker/1:1]
  214. root 16229 0.0 0.0 0 0 ? S< 17:43 0:00 [kworker/3:1H]
  215. root 16239 0.0 0.9 522680 37200 ? Ss 17:43 0:00 /usr/bin/python2 /usr/bin/cobblerd -F
  216. root 16276 0.0 0.2 257760 8116 ? Ss 17:43 0:00 /usr/sbin/httpd -DFOREGROUND
  217. apache 16278 0.0 0.1 530204 6624 ? Sl 17:43 0:00 (wsgi:cobbler_w -DFOREGROUND
  218. apache 16279 0.0 0.1 259912 7304 ? S 17:43 0:00 /usr/sbin/httpd -DFOREGROUND
  219. apache 16280 0.0 0.1 259912 7304 ? S 17:43 0:00 /usr/sbin/httpd -DFOREGROUND
  220. apache 16281 0.0 0.1 259912 7304 ? S 17:43 0:00 /usr/sbin/httpd -DFOREGROUND
  221. apache 16282 0.0 0.1 259912 7420 ? S 17:43 0:00 /usr/sbin/httpd -DFOREGROUND
  222. apache 16283 0.0 0.1 259912 7420 ? S 17:43 0:00 /usr/sbin/httpd -DFOREGROUND
  223. apache 16346 0.0 0.1 259912 7304 ? S 17:44 0:00 /usr/sbin/httpd -DFOREGROUND
  224. root 16418 0.0 0.0 29300 1012 ? Ss 17:44 0:00 /usr/sbin/xinetd -stayalive -pidfile /var/run/xinetd.pid
  225. nobody 16594 0.0 0.0 15684 1408 ? Ss 17:44 0:00 /usr/sbin/dnsmasq -k
  226. postgres 16964 0.0 0.3 336112 14724 ? S 17:44 0:00 /usr/bin/postgres -D /var/lib/pgsql/data -p 5432
  227. postgres 16965 0.0 0.0 189668 1756 ? Ss 17:44 0:00 postgres: logger process
  228. postgres 16967 0.0 0.1 336236 4856 ? Ss 17:44 0:00 postgres: checkpointer process
  229. postgres 16968 0.0 0.0 336236 2740 ? Ss 17:44 0:00 postgres: writer process
  230. postgres 16969 0.0 0.0 336236 2148 ? Ss 17:44 0:00 postgres: wal writer process
  231. postgres 16970 0.0 0.0 336936 3220 ? Ss 17:44 0:00 postgres: autovacuum launcher process
  232. postgres 16971 0.0 0.0 191928 2148 ? Ss 17:44 0:00 postgres: stats collector process
  233. rabbitmq 17537 0.0 0.0 33048 708 ? S 17:44 0:00 epmd -daemon
  234. 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 -
  235. rabbitmq 17997 0.0 0.0 11540 456 ? Ss 17:44 0:00 inet_gethost 4
  236. rabbitmq 17998 0.0 0.0 39380 1204 ? S 17:44 0:00 inet_gethost 4
  237. 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
  238. 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
  239. root 21797 0.0 0.9 240640 37044 ? Sl 17:45 0:00 astute master
  240. root 21823 0.0 0.9 780204 35804 ? Sl 17:45 0:00 astute worker[0]
  241. root 21826 0.0 0.9 780204 35828 ? Sl 17:45 0:00 astute worker[1]
  242. root 21830 0.0 0.8 781232 33820 ? Sl 17:45 0:00 astute worker[2]
  243. root 21833 0.0 0.9 781232 35844 ? Sl 17:45 0:00 astute worker[3]
  244. root 21837 0.0 0.9 781232 35848 ? Sl 17:45 0:00 astute worker[4]
  245. root 21843 0.0 0.9 847796 35876 ? Sl 17:45 0:00 astute worker[5]
  246. root 21849 0.0 0.9 780204 35848 ? Sl 17:45 0:00 astute worker[6]
  247. keystone 22324 0.4 1.7 334128 66096 ? Ss 17:46 0:06 /usr/bin/python2 /usr/bin/keystone-all
  248. keystone 22331 0.0 1.5 334128 61824 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
  249. keystone 22332 0.0 1.5 334128 61808 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
  250. keystone 22333 0.0 1.5 334128 61860 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
  251. keystone 22334 0.0 1.5 334128 61860 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
  252. keystone 22335 0.0 1.5 334128 61808 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
  253. keystone 22336 0.0 1.5 334128 61816 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
  254. keystone 22337 0.0 1.5 334128 61876 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
  255. keystone 22338 0.0 1.5 334128 61876 ? S 17:46 0:00 /usr/bin/python2 /usr/bin/keystone-all
  256. root 22368 0.0 0.0 85992 2380 ? Ss 17:46 0:00 login -- root
  257. root 22375 0.0 0.0 116168 2940 tty1 Ss+ 17:46 0:00 -bash
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278. [root@fuel ~]# netstat -nap
  279. Active Internet connections (servers and established)
  280. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  281. tcp 0 0 0.0.0.0:5000 0.0.0.0:* LISTEN 22324/python2
  282. tcp 0 0 172.16.161.100:5672 0.0.0.0:* LISTEN 17793/beam.smp
  283. tcp 0 0 0.0.0.0:4369 0.0.0.0:* LISTEN 17537/epmd
  284. tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 16594/dnsmasq
  285. tcp 0 0 172.16.161.100:53 0.0.0.0:* LISTEN 16594/dnsmasq
  286. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 15697/sshd
  287. tcp 0 0 127.0.0.1:15672 0.0.0.0:* LISTEN 17793/beam.smp
  288. tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN 16964/postgres
  289. tcp 0 0 0.0.0.0:35357 0.0.0.0:* LISTEN 22324/python2
  290. tcp 0 0 0.0.0.0:41055 0.0.0.0:* LISTEN 17793/beam.smp
  291. tcp 0 0 127.0.0.1:25151 0.0.0.0:* LISTEN 16239/python2
  292. tcp 0 0 172.16.161.100:5672 172.16.161.100:40630 ESTABLISHED 17793/beam.smp
  293. tcp 0 0 172.16.161.100:5672 172.16.161.100:40627 ESTABLISHED 17793/beam.smp
  294. tcp 0 0 172.16.161.100:40626 172.16.161.100:5672 ESTABLISHED 21826/astute worker
  295. tcp 0 0 172.16.161.100:40629 172.16.161.100:5672 ESTABLISHED 21837/astute worker
  296. tcp 0 0 172.16.161.100:5672 172.16.161.100:40626 ESTABLISHED 17793/beam.smp
  297. tcp 0 0 172.16.160.100:22 172.16.7.101:56027 ESTABLISHED 7752/sshd: root@not
  298. tcp 0 0 172.16.161.100:5672 172.16.161.100:40629 ESTABLISHED 17793/beam.smp
  299. tcp 0 0 172.16.161.100:5672 172.16.161.100:40632 ESTABLISHED 17793/beam.smp
  300. tcp 0 0 172.16.161.100:5672 172.16.161.100:40628 ESTABLISHED 17793/beam.smp
  301. tcp 0 0 127.0.0.1:4369 127.0.0.1:49059 ESTABLISHED 17537/epmd
  302. tcp 0 0 172.16.161.100:40630 172.16.161.100:5672 ESTABLISHED 21843/astute worker
  303. tcp 0 136 172.16.160.100:22 172.16.7.101:56025 ESTABLISHED 7748/sshd: root@pts
  304. tcp 0 0 172.16.161.100:40628 172.16.161.100:5672 ESTABLISHED 21823/astute worker
  305. tcp 0 0 172.16.161.100:40632 172.16.161.100:5672 ESTABLISHED 21849/astute worker
  306. tcp 0 0 172.16.161.100:5672 172.16.161.100:40631 ESTABLISHED 17793/beam.smp
  307. tcp 0 0 172.16.160.100:4369 172.16.160.100:59477 TIME_WAIT -
  308. tcp 0 0 127.0.0.1:49059 127.0.0.1:4369 ESTABLISHED 17793/beam.smp
  309. tcp 0 0 172.16.161.100:40627 172.16.161.100:5672 ESTABLISHED 21833/astute worker
  310. tcp 0 0 172.16.161.100:42486 172.16.161.100:61613 ESTABLISHED 21356/ruby
  311. tcp 0 0 172.16.161.100:40631 172.16.161.100:5672 ESTABLISHED 21830/astute worker
  312. tcp6 0 0 :::61613 :::* LISTEN 17793/beam.smp
  313. tcp6 0 0 :::80 :::* LISTEN 16276/httpd
  314. tcp6 0 0 ::1:53 :::* LISTEN 16594/dnsmasq
  315. tcp6 0 0 fe80::250:56ff:febf::53 :::* LISTEN 16594/dnsmasq
  316. tcp6 0 0 :::443 :::* LISTEN 16276/httpd
  317. tcp6 0 0 172.16.161.100:61613 172.16.161.100:42486 ESTABLISHED 17793/beam.smp
  318. udp 0 0 127.0.0.1:53 0.0.0.0:* 16594/dnsmasq
  319. udp 0 0 172.16.161.100:53 0.0.0.0:* 16594/dnsmasq
  320. udp 0 0 0.0.0.0:67 0.0.0.0:* 16594/dnsmasq
  321. udp 0 0 0.0.0.0:69 0.0.0.0:* 16418/xinetd
  322. udp 0 0 172.17.0.1:123 0.0.0.0:* 15220/ntpd
  323. udp 0 0 172.16.161.100:123 0.0.0.0:* 15220/ntpd
  324. udp 0 0 172.16.160.100:123 0.0.0.0:* 15220/ntpd
  325. udp 0 0 127.0.0.1:123 0.0.0.0:* 15220/ntpd
  326. udp 0 0 0.0.0.0:123 0.0.0.0:* 15220/ntpd
  327. udp6 0 0 ::1:47108 ::1:47108 ESTABLISHED 16964/postgres
  328. udp6 0 0 ::1:53 :::* 16594/dnsmasq
  329. udp6 0 0 fe80::250:56ff:febf::53 :::* 16594/dnsmasq
  330. udp6 0 0 fe80::250:56ff:febf:123 :::* 15220/ntpd
  331. udp6 0 0 fe80::250:56ff:febf:123 :::* 15220/ntpd
  332. udp6 0 0 ::1:123 :::* 15220/ntpd
  333. udp6 0 0 :::123 :::* 15220/ntpd
  334. raw 0 0 0.0.0.0:255 0.0.0.0:* 7 15066/atop
  335. Active UNIX domain sockets (servers and established)
  336. Proto RefCnt Flags Type State I-Node PID/Program name Path
  337. unix 2 [ ACC ] STREAM LISTENING 61205 16276/httpd /var/run/wsgi.16276.0.1.sock
  338. unix 2 [ ] DGRAM 1364 1/systemd /run/systemd/notify
  339. unix 2 [ ACC ] STREAM LISTENING 43772 12890/docker /var/lib/docker/network/files/c6195cd33525b1cf88d29dfa13b64faa3b5484d6538ead86795d6bfe27dbc804.sock
  340. unix 2 [ ACC ] STREAM LISTENING 1382 1/systemd /run/systemd/journal/stdout
  341. unix 7 [ ] DGRAM 1385 1/systemd /run/systemd/journal/socket
  342. unix 10 [ ] DGRAM 1387 1/systemd /dev/log
  343. unix 2 [ ACC ] STREAM LISTENING 65941 16964/postgres /tmp/.s.PGSQL.5432
  344. unix 2 [ ACC ] STREAM LISTENING 8067 1/systemd /run/systemd/private
  345. unix 2 [ ACC ] STREAM LISTENING 12173 1/systemd /var/run/dbus/system_bus_socket
  346. unix 2 [ ACC ] STREAM LISTENING 65939 16964/postgres /var/run/postgresql/.s.PGSQL.5432
  347. unix 2 [ ACC ] STREAM LISTENING 8100 1/systemd /run/lvm/lvmetad.socket
  348. unix 2 [ ] DGRAM 8136 1/systemd /run/systemd/shutdownd
  349. unix 2 [ ACC ] STREAM LISTENING 40919 12890/docker /var/run/docker.sock
  350. unix 2 [ ACC ] SEQPACKET LISTENING 8151 1/systemd /run/udev/control
  351. unix 2 [ ACC ] STREAM LISTENING 8950 1/systemd /run/lvm/lvmpolld.socket
  352. unix 3 [ ] STREAM CONNECTED 18448 757/wpa_supplicant
  353. unix 2 [ ] DGRAM 11169 695/auditd
  354. unix 2 [ ] DGRAM 43747 12891/forward-journ
  355. unix 3 [ ] STREAM CONNECTED 55996 15697/sshd
  356. unix 3 [ ] STREAM CONNECTED 68359 511/systemd-journal /run/systemd/journal/stdout
  357. unix 3 [ ] STREAM CONNECTED 15924 739/crond
  358. unix 3 [ ] STREAM CONNECTED 16666 511/systemd-journal /run/systemd/journal/stdout
  359. unix 3 [ ] STREAM CONNECTED 14075 729/systemd-logind
  360. unix 3 [ ] STREAM CONNECTED 43715 12830/dmeventd
  361. unix 3 [ ] STREAM CONNECTED 12231 1/systemd
  362. unix 3 [ ] STREAM CONNECTED 40874 12890/docker
  363. unix 2 [ ] DGRAM 54350 15220/ntpd
  364. unix 3 [ ] STREAM CONNECTED 15839 511/systemd-journal /run/systemd/journal/stdout
  365. unix 3 [ ] STREAM CONNECTED 18519 757/wpa_supplicant
  366. unix 3 [ ] STREAM CONNECTED 43716 511/systemd-journal /run/systemd/journal/stdout
  367. unix 3 [ ] STREAM CONNECTED 40917 12890/docker
  368. unix 2 [ ] DGRAM 34366 11437/anacron
  369. unix 2 [ ] DGRAM 44090 12890/docker
  370. unix 3 [ ] STREAM CONNECTED 11735 533/systemd-udevd
  371. unix 3 [ ] STREAM CONNECTED 61173 16239/python2
  372. unix 2 [ ] DGRAM 82121 1/systemd
  373. unix 3 [ ] STREAM CONNECTED 15864 730/dbus-daemon
  374. unix 3 [ ] STREAM CONNECTED 54260 511/systemd-journal /run/systemd/journal/stdout
  375. unix 2 [ ] DGRAM 11737 533/systemd-udevd
  376. unix 3 [ ] STREAM CONNECTED 15849 511/systemd-journal /run/systemd/journal/stdout
  377. unix 2 [ ] DGRAM 59291 16418/xinetd
  378. unix 3 [ ] STREAM CONNECTED 16039 758/polkitd
  379. unix 2 [ ] DGRAM 40813 12830/dmeventd
  380. unix 3 [ ] STREAM CONNECTED 15868 730/dbus-daemon /var/run/dbus/system_bus_socket
  381. unix 3 [ ] STREAM CONNECTED 41677 730/dbus-daemon /var/run/dbus/system_bus_socket
  382. unix 3 [ ] STREAM CONNECTED 17663 730/dbus-daemon /var/run/dbus/system_bus_socket
  383. unix 3 [ ] STREAM CONNECTED 59873 511/systemd-journal /run/systemd/journal/stdout
  384. unix 3 [ ] STREAM CONNECTED 41678 730/dbus-daemon /var/run/dbus/system_bus_socket
  385. unix 3 [ ] STREAM CONNECTED 78723 22324/python2
  386. unix 3 [ ] STREAM CONNECTED 69094 17793/beam.smp
  387. unix 3 [ ] STREAM CONNECTED 61746 16276/httpd
  388. unix 2 [ ] DGRAM 15851 729/systemd-logind
  389. unix 2 [ ] DGRAM 17440 739/crond
  390. unix 2 [ ] DGRAM 15879 730/dbus-daemon
  391. unix 3 [ ] STREAM CONNECTED 40918 12890/docker
  392. unix 3 [ ] STREAM CONNECTED 17669 730/dbus-daemon /var/run/dbus/system_bus_socket
  393. unix 3 [ ] STREAM CONNECTED 78980 511/systemd-journal /run/systemd/journal/stdout
  394. unix 3 [ ] DGRAM 11753 533/systemd-udevd
  395. unix 3 [ ] STREAM CONNECTED 10527 511/systemd-journal /run/systemd/journal/stdout
  396. unix 3 [ ] STREAM CONNECTED 16434 721/irqbalance
  397. unix 3 [ ] STREAM CONNECTED 63265 16965/postgres: log
  398. unix 3 [ ] STREAM CONNECTED 10535 511/systemd-journal /run/systemd/journal/stdout
  399. unix 3 [ ] STREAM CONNECTED 60009 511/systemd-journal /run/systemd/journal/stdout
  400. unix 3 [ ] STREAM CONNECTED 81500 511/systemd-journal /run/systemd/journal/stdout
  401. unix 3 [ ] STREAM CONNECTED 14089 729/systemd-logind
  402. unix 2 [ ] DGRAM 16044 758/polkitd
  403. unix 3 [ ] STREAM CONNECTED 15865 730/dbus-daemon /var/run/dbus/system_bus_socket
  404. unix 3 [ ] STREAM CONNECTED 15973 511/systemd-journal /run/systemd/journal/stdout
  405. unix 3 [ ] STREAM CONNECTED 16616 730/dbus-daemon
  406. unix 3 [ ] STREAM CONNECTED 15863 730/dbus-daemon
  407. unix 3 [ ] STREAM CONNECTED 41669 730/dbus-daemon /var/run/dbus/system_bus_socket
  408. unix 3 [ ] STREAM CONNECTED 63266 511/systemd-journal /run/systemd/journal/stdout
  409. unix 3 [ ] DGRAM 11752 533/systemd-udevd
  410. unix 3 [ ] STREAM CONNECTED 12470 530/lvmetad
  411. unix 3 [ ] STREAM CONNECTED 78059 21796/bash
  412. unix 3 [ ] STREAM CONNECTED 15848 511/systemd-journal /run/systemd/journal/stdout
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446. [root@fuel ~]# systemctl -a
  447. UNIT LOAD ACTIVE SUB DESCRIPTION
  448. proc-sys-fs-binfmt_misc.automount loaded active running Arbitrary Executable File Formats File System Automount P
  449. dev-block-8:4.device loaded inactive dead dev-block-8:4.device
  450. dev-block-8:5.device loaded inactive dead dev-block-8:5.device
  451. dev-cdrom.device loaded active plugged VMware_Virtual_IDE_CDROM_Drive
  452. dev-disk-by\x2did-ata\x2dVMware_Virtual_IDE_CDROM_Drive_10000000000000000001.device loaded active plugged VMware_Virtual_IDE_CDROM_Drive
  453. dev-disk-by\x2did-dm\x2dname\x2dos\x2droot.device loaded active plugged /dev/disk/by-id/dm-name-os-root
  454. dev-disk-by\x2did-dm\x2dname\x2dos\x2dswap.device loaded active plugged /dev/disk/by-id/dm-name-os-swap
  455. dev-disk-by\x2did-dm\x2dname\x2dos\x2dvar.device loaded active plugged /dev/disk/by-id/dm-name-os-var
  456. dev-disk-by\x2did-dm\x2dname\x2dos\x2dvarlog.device loaded active plugged /dev/disk/by-id/dm-name-os-varlog
  457. dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dj0FaTygpTSfuL1uP8Hhfpm6LX0hLpLHGCZG2vIdeDDTO0qe1LGvxXF0bePq2STpw.device loaded active plugged /dev/d
  458. dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dj0FaTygpTSfuL1uP8Hhfpm6LX0hLpLHGJGoGHlimyeGGaESM9lUZT3yQfkxJO9LA.device loaded active plugged /dev/d
  459. dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dj0FaTygpTSfuL1uP8Hhfpm6LX0hLpLHGSjnVIh2dmViA1WqM41XGX0osj9Rs6n0J.device loaded active plugged /dev/d
  460. dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dj0FaTygpTSfuL1uP8Hhfpm6LX0hLpLHGvs1eq5ji6jYq8lh6u8UdrDNA6zdKziDJ.device loaded active plugged /dev/d
  461. dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dKje87E\x2d8eaX\x2d9T7h\x2d4P3h\x2dAVL5\x2d9Ly3\x2dP5QMQw.device loaded active plugged Virtual_disk 4
  462. dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dZxAtEA\x2d4Hk8\x2dFksd\x2dIDBr\x2dAkzc\x2dENip\x2dp8XgOE.device loaded active plugged Virtual_disk 5
  463. dev-disk-by\x2dpartlabel-primary.device loaded active plugged Virtual_disk primary
  464. dev-disk-by\x2dpartuuid-141c5fa7\x2d1c0d\x2d46d8\x2d8f33\x2d879a97d99897.device loaded active plugged Virtual_disk primary
  465. dev-disk-by\x2dpartuuid-54ae95da\x2d2939\x2d426d\x2d8013\x2d3a64a8e1cc6a.device loaded active plugged Virtual_disk 5
  466. dev-disk-by\x2dpartuuid-6844eeaf\x2d6752\x2d4022\x2daef0\x2d93b5d7a05ec9.device loaded active plugged Virtual_disk 4
  467. dev-disk-by\x2dpartuuid-be4b66d4\x2dd14d\x2d4ea4\x2dac42\x2d5d70b4111e29.device loaded active plugged Virtual_disk primary
  468. dev-disk-by\x2dpartuuid-f0dfe7b2\x2d2c66\x2d42ed\x2dbee5\x2d02bf3f3982a3.device loaded active plugged Virtual_disk primary
  469. dev-disk-by\x2dpath-pci\x2d0000:00:07.1\x2data\x2d2.0.device loaded active plugged VMware_Virtual_IDE_CDROM_Drive
  470. dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dscsi\x2d0:0:0:0.device loaded active plugged Virtual_disk
  471. dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dscsi\x2d0:0:0:0\x2dpart1.device loaded active plugged Virtual_disk primary
  472. dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dscsi\x2d0:0:0:0\x2dpart2.device loaded active plugged Virtual_disk primary
  473. dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dscsi\x2d0:0:0:0\x2dpart3.device loaded active plugged Virtual_disk primary
  474. dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dscsi\x2d0:0:0:0\x2dpart4.device loaded active plugged Virtual_disk 4
  475. dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dscsi\x2d0:0:0:0\x2dpart5.device loaded active plugged Virtual_disk 5
  476. dev-disk-by\x2duuid-454f28dd\x2d2542\x2d4606\x2d9b08\x2d30f12ac1b40b.device loaded active plugged /dev/disk/by-uuid/454f28dd-2542-4606-9b08
  477. dev-disk-by\x2duuid-4591\x2d63E3.device loaded active plugged Virtual_disk primary
  478. dev-disk-by\x2duuid-74374327\x2d8444\x2d4a3c\x2d89c8\x2d83e1e9872adf.device loaded active plugged /dev/disk/by-uuid/74374327-8444-4a3c-89c8
  479. dev-disk-by\x2duuid-bdd203d5\x2d11fd\x2d4f59\x2da8b5\x2d30a923ac9822.device loaded active plugged Virtual_disk primary
  480. dev-disk-by\x2duuid-c170b884\x2d6504\x2d4dcd\x2d86f4\x2d2ab25a7df3b8.device loaded active plugged /dev/disk/by-uuid/c170b884-6504-4dcd-86f4
  481. dev-disk-by\x2duuid-e9ac2a15\x2df3bd\x2d4bde\x2d8eb0\x2dc49ed11ae3a4.device loaded active plugged /dev/disk/by-uuid/e9ac2a15-f3bd-4bde-8eb0
  482. dev-dm\x2d0.device loaded active plugged /dev/dm-0
  483. dev-dm\x2d1.device loaded active plugged /dev/dm-1
  484. dev-dm\x2d2.device loaded active plugged /dev/dm-2
  485. dev-dm\x2d3.device loaded active plugged /dev/dm-3
  486. dev-dm\x2d4.device loaded active plugged /dev/dm-4
  487. dev-dm\x2d5.device loaded active plugged /dev/dm-5
  488. dev-dm\x2d6.device loaded active plugged /dev/dm-6
  489. dev-docker-docker\x2dpool.device loaded active plugged /dev/docker/docker-pool
  490. dev-mapper-docker\x2ddocker\x2d\x2dpool.device loaded active plugged /dev/mapper/docker-docker--pool
  491. dev-mapper-docker\x2ddocker\x2d\x2dpool_tdata.device loaded active plugged /dev/mapper/docker-docker--pool_tdata
  492. dev-mapper-docker\x2ddocker\x2d\x2dpool_tmeta.device loaded active plugged /dev/mapper/docker-docker--pool_tmeta
  493. dev-mapper-os\x2droot.device loaded active plugged /dev/mapper/os-root
  494. dev-mapper-os\x2dswap.device loaded active plugged /dev/mapper/os-swap
  495. dev-mapper-os\x2dvar.device loaded active plugged /dev/mapper/os-var
  496. dev-mapper-os\x2dvarlog.device loaded active plugged /dev/mapper/os-varlog
  497. dev-os-root.device loaded active plugged /dev/os/root
  498. dev-os-swap.device loaded active plugged /dev/os/swap
  499. dev-os-var.device loaded active plugged /dev/os/var
  500. dev-os-varlog.device loaded active plugged /dev/os/varlog
  501. dev-sda.device loaded active plugged Virtual_disk
  502. dev-sda1.device loaded active plugged Virtual_disk primary
  503. dev-sda2.device loaded active plugged Virtual_disk primary
  504. dev-sda3.device loaded active plugged Virtual_disk primary
  505. dev-sda4.device loaded active plugged Virtual_disk 4
  506. dev-sda5.device loaded active plugged Virtual_disk 5
  507. dev-sr0.device loaded active plugged VMware_Virtual_IDE_CDROM_Drive
  508. dev-ttyS0.device loaded active plugged /dev/ttyS0
  509. dev-ttyS1.device loaded active plugged /dev/ttyS1
  510. dev-ttyS2.device loaded active plugged /dev/ttyS2
  511. dev-ttyS3.device loaded active plugged /dev/ttyS3
  512. 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
  513. 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
  514. 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
  515. 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
  516. 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
  517. 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
  518. 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
  519. sys-devices-pci0000:00-0000:00:16.0-0000:0b:00.0-net-eth0.device loaded active plugged VMXNET3 Ethernet Controller
  520. sys-devices-pci0000:00-0000:00:17.0-0000:13:00.0-net-eth1.device loaded active plugged VMXNET3 Ethernet Controller
  521. sys-devices-platform-serial8250-tty-ttyS0.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS0
  522. sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
  523. sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
  524. sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
  525. sys-devices-virtual-block-dm\x2d0.device loaded active plugged /sys/devices/virtual/block/dm-0
  526. sys-devices-virtual-block-dm\x2d1.device loaded active plugged /sys/devices/virtual/block/dm-1
  527. sys-devices-virtual-block-dm\x2d2.device loaded active plugged /sys/devices/virtual/block/dm-2
  528. sys-devices-virtual-block-dm\x2d3.device loaded active plugged /sys/devices/virtual/block/dm-3
  529. sys-devices-virtual-block-dm\x2d4.device loaded active plugged /sys/devices/virtual/block/dm-4
  530. sys-devices-virtual-block-dm\x2d5.device loaded active plugged /sys/devices/virtual/block/dm-5
  531. sys-devices-virtual-block-dm\x2d6.device loaded active plugged /sys/devices/virtual/block/dm-6
  532. sys-devices-virtual-net-docker0.device loaded active plugged /sys/devices/virtual/net/docker0
  533. sys-module-configfs.device loaded active plugged /sys/module/configfs
  534. sys-subsystem-net-devices-docker0.device loaded active plugged /sys/subsystem/net/devices/docker0
  535. sys-subsystem-net-devices-eth0.device loaded active plugged VMXNET3 Ethernet Controller
  536. sys-subsystem-net-devices-eth1.device loaded active plugged VMXNET3 Ethernet Controller
  537. -.mount loaded active mounted /
  538. boot-efi.mount loaded active mounted /boot/efi
  539. boot.mount loaded active mounted /boot
  540. dev-hugepages.mount loaded active mounted Huge Pages File System
  541. dev-mqueue.mount loaded active mounted POSIX Message Queue File System
  542. proc-sys-fs-binfmt_misc.mount loaded active mounted Arbitrary Executable File Formats File System
  543. run-user-0.mount loaded active mounted /run/user/0
  544. sys-fs-fuse-connections.mount loaded inactive dead FUSE Control File System
  545. sys-kernel-config.mount loaded active mounted Configuration File System
  546. sys-kernel-debug.mount loaded active mounted Debug File System
  547. tmp.mount loaded inactive dead Temporary Directory
  548. var-log.mount loaded active mounted /var/log
  549. var.mount loaded active mounted /var
  550. brandbot.path loaded active waiting Flexible branding
  551. systemd-ask-password-console.path loaded inactive dead Dispatch Password Requests to Console Directory Watch
  552. systemd-ask-password-plymouth.path loaded active waiting Forward Password Requests to Plymouth Directory Watch
  553. systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
  554. session-1.scope loaded active abandoned Session 1 of user root
  555. session-11.scope loaded active running Session 11 of user root
  556. session-19.scope loaded active running Session 19 of user root
  557. session-20.scope loaded active running Session 20 of user root
  558. session-6.scope loaded active abandoned Session 6 of user root
  559. acpid.service loaded inactive dead ACPI Event Daemon
  560. astute.service loaded active running astute.service
  561. atop.service loaded active running advanced interactive monitor
  562. auditd.service loaded active running Security Auditing Service
  563. blk-availability.service loaded inactive dead Availability of block devices
  564. brandbot.service loaded inactive dead Flexible Branding Service
  565. ● cloud-final.service not-found inactive dead cloud-final.service
  566. cobblerd.service loaded active running Cobbler Helper Daemon
  567. crond.service loaded active running Command Scheduler
  568. dbus.service loaded active running D-Bus System Message Bus
  569. ● display-manager.service not-found inactive dead display-manager.service
  570. dm-event.service loaded active running Device-mapper event daemon
  571. dnsmasq.service loaded active running DNS caching server.
  572. docker-storage-setup.service loaded inactive dead Docker Storage Setup
  573. docker.service loaded active running Docker Application Container Engine
  574. dracut-shutdown.service loaded inactive dead Restore /run/initramfs
  575. emergency.service loaded inactive dead Emergency Shell
  576. epmd@0.0.0.0.service loaded inactive dead Erlang Port Mapper Daemon
  577. ● fcoe.service not-found inactive dead fcoe.service
  578. getty@tty1.service loaded active running Getty on tty1
  579. httpd.service loaded active running The Apache HTTP Server
  580. ip6tables.service loaded inactive dead IPv6 firewall with ip6tables
  581. iptables.service loaded active exited IPv4 firewall with iptables
  582. irqbalance.service loaded active running irqbalance daemon
  583. ● iscsi-shutdown.service not-found inactive dead iscsi-shutdown.service
  584. ● iscsi.service not-found inactive dead iscsi.service
  585. ● iscsid.service not-found inactive dead iscsid.service
  586. ● kdump.service loaded failed failed Crash recovery kernel arming
  587. kmod-static-nodes.service loaded active exited Create list of required static device nodes for the curre
  588. ldconfig.service loaded active exited Rebuild Dynamic Linker Cache
  589. ● lvm2-activation-early.service not-found inactive dead lvm2-activation-early.service
  590. ● lvm2-activation.service not-found inactive dead lvm2-activation.service
  591. lvm2-lvmetad.service loaded active running LVM2 metadata daemon
  592. lvm2-lvmpolld.service loaded inactive dead LVM2 poll daemon
  593. lvm2-monitor.service loaded active exited Monitoring of LVM2 mirrors, snapshots etc. using dmeventd
  594. lvm2-pvscan@8:4.service loaded active exited LVM2 PV scan on device 8:4
  595. lvm2-pvscan@8:5.service loaded active exited LVM2 PV scan on device 8:5
  596. mcollective.service loaded active running The Marionette Collective
  597. mdmonitor.service loaded inactive dead Software RAID monitoring and management
  598. microcode.service loaded inactive dead Load CPU microcode update
  599. multipathd.service loaded inactive dead Device-Mapper Multipath Device Controller
  600. network.service loaded active exited LSB: Bring up/down networking
  601. ● NetworkManager-wait-online.service not-found inactive dead NetworkManager-wait-online.service
  602. ● NetworkManager.service not-found inactive dead NetworkManager.service
  603. ntpd.service loaded active running Network Time Service
  604. ntpdate.service loaded inactive dead Set time via NTP
  605. openstack-keystone.service loaded active running OpenStack Identity Service (code-named Keystone)
  606. plymouth-quit-wait.service loaded inactive dead Wait for Plymouth Boot Screen to Quit
  607. plymouth-quit.service loaded inactive dead Terminate Plymouth Boot Screen
  608. plymouth-read-write.service loaded inactive dead Tell Plymouth To Write Out Runtime Data
  609. plymouth-start.service loaded inactive dead Show Plymouth Boot Screen
  610. polkit.service loaded active running Authorization Manager
  611. postgresql.service loaded active running PostgreSQL database server
  612. rabbitmq-server.service loaded active running RabbitMQ broker
  613. rc-local.service loaded inactive dead /etc/rc.d/rc.local Compatibility
  614. rescue.service loaded inactive dead Rescue Shell
  615. rhel-autorelabel-mark.service loaded inactive dead Mark the need to relabel after reboot
  616. rhel-autorelabel.service loaded inactive dead Relabel all filesystems, if necessary
  617. rhel-configure.service loaded inactive dead Reconfigure the system on administrator request
  618. rhel-dmesg.service loaded active exited Dump dmesg to /var/log/dmesg
  619. rhel-import-state.service loaded active exited Import network configuration from initramfs
  620. rhel-loadmodules.service loaded inactive dead Load legacy module configuration
  621. rhel-readonly.service loaded active exited Configure read-only root support
  622. rsyslog.service loaded active running System Logging Service
  623. ● sntp.service not-found inactive dead sntp.service
  624. sshd-keygen.service loaded inactive dead OpenSSH Server Key Generation
  625. sshd.service loaded active running OpenSSH server daemon
  626. ● syslog.service not-found inactive dead syslog.service
  627. sysstat.service loaded inactive dead Resets System Activity Logs
  628. systemd-ask-password-console.service loaded inactive dead Dispatch Password Requests to Console
  629. systemd-ask-password-plymouth.service loaded inactive dead Forward Password Requests to Plymouth
  630. systemd-ask-password-wall.service loaded inactive dead Forward Password Requests to Wall
  631. systemd-binfmt.service loaded inactive dead Set Up Additional Binary Formats
  632. systemd-firstboot.service loaded inactive dead First Boot Wizard
  633. systemd-fsck-root.service loaded active exited File System Check on Root Device
  634. systemd-fsck@dev-mapper-os\x2dvar.service loaded active exited File System Check on /dev/mapper/os-var
  635. systemd-fsck@dev-mapper-os\x2dvarlog.service loaded active exited File System Check on /dev/mapper/os-varlog
  636. systemd-hwdb-update.service loaded active exited Rebuild Hardware Database
  637. systemd-initctl.service loaded inactive dead /dev/initctl Compatibility Daemon
  638. systemd-journal-catalog-update.service loaded active exited Rebuild Journal Catalog
  639. systemd-journal-flush.service loaded active exited Flush Journal to Persistent Storage
  640. systemd-journald.service loaded active running Journal Service
  641. systemd-logind.service loaded active running Login Service
  642. systemd-machine-id-commit.service loaded inactive dead Commit a transient machine-id on disk
  643. systemd-modules-load.service loaded inactive dead Load Kernel Modules
  644. ● systemd-random-seed-load.service not-found inactive dead systemd-random-seed-load.service
  645. systemd-random-seed.service loaded active exited Load/Save Random Seed
  646. systemd-readahead-collect.service loaded inactive dead Collect Read-Ahead Data
  647. systemd-readahead-done.service loaded inactive dead Stop Read-Ahead Data Collection
  648. systemd-readahead-replay.service loaded inactive dead Replay Read-Ahead Data
  649. systemd-reboot.service loaded inactive dead Reboot
  650. systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
  651. systemd-shutdownd.service loaded inactive dead Delayed Shutdown Service
  652. systemd-sysctl.service loaded active exited Apply Kernel Variables
  653. ● systemd-sysusers.service not-found inactive dead systemd-sysusers.service
  654. systemd-tmpfiles-clean.service loaded inactive dead Cleanup of Temporary Directories
  655. systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev
  656. systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories
  657. systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
  658. systemd-udevd.service loaded active running udev Kernel Device Manager
  659. systemd-update-done.service loaded active exited Update is Completed
  660. systemd-update-utmp-runlevel.service loaded inactive dead Update UTMP about System Runlevel Changes
  661. systemd-update-utmp.service loaded active exited Update UTMP about System Boot/Shutdown
  662. systemd-user-sessions.service loaded active exited Permit User Sessions
  663. systemd-vconsole-setup.service loaded active exited Setup Virtual Console
  664. tftp.service loaded inactive dead Tftp Server
  665. unbound-anchor.service loaded inactive dead update of the root trust anchor for DNSSEC validation in
  666. wpa_supplicant.service loaded active running WPA Supplicant daemon
  667. xinetd.service loaded active running Xinetd A Powerful Replacement For Inetd
  668. -.slice loaded active active Root Slice
  669. system-epmd.slice loaded inactive dead system-epmd.slice
  670. system-getty.slice loaded active active system-getty.slice
  671. system-lvm2\x2dpvscan.slice loaded active active system-lvm2\x2dpvscan.slice
  672. system-systemd\x2dfsck.slice loaded active active system-systemd\x2dfsck.slice
  673. system.slice loaded active active System Slice
  674. user-0.slice loaded active active user-0.slice
  675. user.slice loaded active active User and Session Slice
  676. dbus.socket loaded active running D-Bus System Message Bus Socket
  677. dm-event.socket loaded active running Device-mapper event daemon FIFOs
  678. ● epmd@0.0.0.0.socket loaded failed failed Erlang Port Mapper Daemon Activation Socket
  679. lvm2-lvmetad.socket loaded active running LVM2 metadata daemon socket
  680. lvm2-lvmpolld.socket loaded active listening LVM2 poll daemon socket
  681. sshd.socket loaded inactive dead OpenSSH Server Socket
  682. syslog.socket loaded inactive dead Syslog Socket
  683. systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
  684. systemd-journald.socket loaded active running Journal Socket
  685. systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
  686. systemd-udevd-control.socket loaded active running udev Control Socket
  687. systemd-udevd-kernel.socket loaded active running udev Kernel Socket
  688. tftp.socket loaded inactive dead Tftp Server Activation Socket
  689. dev-disk-by\x2did-dm\x2dname\x2dos\x2dswap.swap loaded active active /dev/disk/by-id/dm-name-os-swap
  690. dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dj0FaTygpTSfuL1uP8Hhfpm6LX0hLpLHGCZG2vIdeDDTO0qe1LGvxXF0bePq2STpw.swap loaded active active /dev/dis
  691. dev-disk-by\x2duuid-74374327\x2d8444\x2d4a3c\x2d89c8\x2d83e1e9872adf.swap loaded active active /dev/disk/by-uuid/74374327-8444-4a3c-89c8-8
  692. dev-dm\x2d1.swap loaded active active /dev/dm-1
  693. dev-mapper-os\x2dswap.swap loaded active active /dev/mapper/os-swap
  694. dev-os-swap.swap loaded active active /dev/os/swap
  695. basic.target loaded active active Basic System
  696. cryptsetup.target loaded active active Encrypted Volumes
  697. emergency.target loaded inactive dead Emergency Mode
  698. final.target loaded inactive dead Final Step
  699. getty.target loaded active active Login Prompts
  700. graphical.target loaded inactive dead Graphical Interface
  701. local-fs-pre.target loaded active active Local File Systems (Pre)
  702. local-fs.target loaded active active Local File Systems
  703. multi-user.target loaded active active Multi-User System
  704. network-online.target loaded active active Network is Online
  705. network-pre.target loaded inactive dead Network (Pre)
  706. network.target loaded active active Network
  707. nss-lookup.target loaded inactive dead Host and Network Name Lookups
  708. nss-user-lookup.target loaded inactive dead User and Group Name Lookups
  709. paths.target loaded active active Paths
  710. remote-fs-pre.target loaded inactive dead Remote File Systems (Pre)
  711. remote-fs.target loaded active active Remote File Systems
  712. rescue.target loaded inactive dead Rescue Mode
  713. shutdown.target loaded inactive dead Shutdown
  714. slices.target loaded active active Slices
  715. sockets.target loaded active active Sockets
  716. swap.target loaded active active Swap
  717. sysinit.target loaded active active System Initialization
  718. ● syslog.target not-found inactive dead syslog.target
  719. time-sync.target loaded inactive dead System Time Synchronized
  720. timers.target loaded active active Timers
  721. umount.target loaded inactive dead Unmount All Filesystems
  722. systemd-readahead-done.timer loaded inactive dead Stop Read-Ahead Data Collection 10s After Completed Start
  723. systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories
  724. unbound-anchor.timer loaded active waiting daily update of the root trust anchor for DNSSEC
  725.  
  726. LOAD = Reflects whether the unit definition was properly loaded.
  727. ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
  728. SUB = The low-level unit activation state, values depend on unit type.
  729.  
  730. 277 loaded units listed.
  731. To show all installed unit files use 'systemctl list-unit-files'.
  732. ESCOC
  733. tive listening /dev/initctl Compatibility Named Pipe
  734. tive running Journal Socket
  735. tive listening Delayed Shutdown Socket
  736. tive running udev Control Socket
  737. tive running udev Kernel Socket
  738. active dead Tftp Server Activation Socket
  739. tive active /dev/disk/by-id/dm-name-os-swap
  740. ZG2vIdeDDTO0qe1LGvxXF0bePq2STpw.swap loaded active active /dev/disk/by-id/dm-uuid-LVM-j0FaTygpTSfuL1uP8Hhfpm6LX0hLpLHG
  741. p loaded active active /dev/disk/by-uuid/74374327-8444-4a3c-89c8-83e1e9872adf
  742. tive active /dev/dm-1
  743. tive active /dev/mapper/os-swap
  744. tive active /dev/os/swap
  745. tive active Basic System
  746. tive active Encrypted Volumes
  747. active dead Emergency Mode
  748. active dead Final Step
  749. tive active Login Prompts
  750. active dead Graphical Interface
  751. tive active Local File Systems (Pre)
  752. tive active Local File Systems
  753. tive active Multi-User System
  754. tive active Network is Online
  755. active dead Network (Pre)
  756. tive active Network
  757. active dead Host and Network Name Lookups
  758. active dead User and Group Name Lookups
  759. tive active Paths
  760. active dead Remote File Systems (Pre)
  761. tive active Remote File Systems
  762. active dead Rescue Mode
  763. active dead Shutdown
  764. tive active Slices
  765. tive active Sockets
  766. tive active Swap
  767. tive active System Initialization
  768. active dead syslog.target
  769. active dead System Time Synchronized
  770. tive active Timers
  771. active dead Unmount All Filesystems
  772. active dead Stop Read-Ahead Data Collection 10s After Completed Startup
  773. tive waiting Daily Cleanup of Temporary Directories
  774. tive waiting daily update of the root trust anchor for DNSSEC
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804. [root@fuel ~]# cat /var/log/messages
  805. Nov 4 16:20:26 fuel rsyslogd: [origin software="rsyslogd" swVersion="7.4.7" x-pid="728" x-info="http://www.rsyslog.com"] start
  806. 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).
  807. 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).
  808. Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys cpuset
  809. Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys cpu
  810. Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys cpuacct
  811. 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
  812. 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
  813. Nov 4 16:20:13 fuel kernel: Disabled fast string operations
  814. Nov 4 16:20:13 fuel kernel: e820: BIOS-provided physical RAM map:
  815. Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
  816. Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
  817. Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
  818. Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bfeeffff] usable
  819. Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000bfef0000-0x00000000bfefefff] ACPI data
  820. Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000bfeff000-0x00000000bfefffff] ACPI NVS
  821. Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000bff00000-0x00000000bfffffff] usable
  822. Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
  823. Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
  824. Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
  825. Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
  826. Nov 4 16:20:13 fuel kernel: BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
  827. Nov 4 16:20:13 fuel kernel: NX (Execute Disable) protection: active
  828. Nov 4 16:20:13 fuel kernel: SMBIOS 2.4 present.
  829. Nov 4 16:20:13 fuel kernel: Hypervisor detected: VMware
  830. Nov 4 16:20:13 fuel kernel: AGP: No AGP bridge found
  831. Nov 4 16:20:13 fuel kernel: e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
  832. Nov 4 16:20:13 fuel kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
  833. Nov 4 16:20:13 fuel kernel: total RAM covered: 4096M
  834. Nov 4 16:20:13 fuel kernel: Found optimal setting for mtrr clean up
  835. Nov 4 16:20:13 fuel kernel: gran_size: 64K #011chunk_size: 64K #011num_reg: 3 #011lose cover RAM: 0G
  836. Nov 4 16:20:13 fuel kernel: e820: last_pfn = 0xc0000 max_arch_pfn = 0x400000000
  837. Nov 4 16:20:13 fuel kernel: found SMP MP-table at [mem 0x000f6b30-0x000f6b3f] mapped at [ffff8800000f6b30]
  838. Nov 4 16:20:13 fuel kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
  839. Nov 4 16:20:13 fuel kernel: init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
  840. Nov 4 16:20:13 fuel kernel: init_memory_mapping: [mem 0x13c000000-0x13fdfffff]
  841. Nov 4 16:20:13 fuel kernel: init_memory_mapping: [mem 0x100000000-0x13bffffff]
  842. Nov 4 16:20:13 fuel kernel: init_memory_mapping: [mem 0x00100000-0xbfeeffff]
  843. Nov 4 16:20:13 fuel kernel: init_memory_mapping: [mem 0xbff00000-0xbfffffff]
  844. Nov 4 16:20:13 fuel kernel: RAMDISK: [mem 0x3567a000-0x36b34fff]
  845. Nov 4 16:20:13 fuel kernel: ACPI: RSDP 00000000000f6ac0 00024 (v02 PTLTD )
  846. Nov 4 16:20:13 fuel kernel: ACPI: XSDT 00000000bfef0f87 0005C (v01 INTEL 440BX 06040000 VMW 01324272)
  847. Nov 4 16:20:13 fuel kernel: ACPI: FACP 00000000bfefee73 000F4 (v04 INTEL 440BX 06040000 PTL 000F4240)
  848. Nov 4 16:20:13 fuel kernel: ACPI: DSDT 00000000bfef1271 0DC02 (v01 PTLTD Custom 06040000 MSFT 03000001)
  849. Nov 4 16:20:13 fuel kernel: ACPI: FACS 00000000bfefffc0 00040
  850. Nov 4 16:20:13 fuel kernel: ACPI: BOOT 00000000bfef1249 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
  851. Nov 4 16:20:13 fuel kernel: ACPI: APIC 00000000bfef11cf 0007A (v01 PTLTD ? APIC 06040000 LTP 00000000)
  852. Nov 4 16:20:13 fuel kernel: ACPI: MCFG 00000000bfef1193 0003C (v01 PTLTD $PCITBL$ 06040000 LTP 00000001)
  853. Nov 4 16:20:13 fuel kernel: ACPI: SRAT 00000000bfef1083 00110 (v02 VMWARE MEMPLUG 06040000 VMW 00000001)
  854. Nov 4 16:20:13 fuel kernel: ACPI: HPET 00000000bfef104b 00038 (v01 VMWARE VMW HPET 06040000 VMW 00000001)
  855. Nov 4 16:20:13 fuel kernel: ACPI: WAET 00000000bfef1023 00028 (v01 VMWARE VMW WAET 06040000 VMW 00000001)
  856. Nov 4 16:20:13 fuel kernel: SRAT: PXM 0 -> APIC 0x00 -> Node 0
  857. Nov 4 16:20:13 fuel kernel: SRAT: PXM 0 -> APIC 0x02 -> Node 0
  858. Nov 4 16:20:13 fuel kernel: SRAT: PXM 0 -> APIC 0x04 -> Node 0
  859. Nov 4 16:20:13 fuel kernel: SRAT: PXM 0 -> APIC 0x06 -> Node 0
  860. Nov 4 16:20:13 fuel kernel: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
  861. Nov 4 16:20:13 fuel kernel: SRAT: Node 0 PXM 0 [mem 0x00100000-0x0fffffff]
  862. Nov 4 16:20:13 fuel kernel: SRAT: Node 0 PXM 0 [mem 0x10000000-0xbfffffff]
  863. Nov 4 16:20:13 fuel kernel: SRAT: Node 0 PXM 0 [mem 0x100000000-0x13fffffff]
  864. Nov 4 16:20:13 fuel kernel: NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x0fffffff] -> [mem 0x00000000-0x0fffffff]
  865. Nov 4 16:20:13 fuel kernel: NUMA: Node 0 [mem 0x00000000-0x0fffffff] + [mem 0x10000000-0xbfffffff] -> [mem 0x00000000-0xbfffffff]
  866. Nov 4 16:20:13 fuel kernel: NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x13fffffff] -> [mem 0x00000000-0x13fffffff]
  867. Nov 4 16:20:13 fuel kernel: Initmem setup node 0 [mem 0x00000000-0x13fffffff]
  868. Nov 4 16:20:13 fuel kernel: NODE_DATA [mem 0x13ffd6000-0x13fffcfff]
  869. Nov 4 16:20:13 fuel kernel: Reserving 161MB of memory at 688MB for crashkernel (System RAM: 4095MB)
  870. Nov 4 16:20:13 fuel kernel: Zone ranges:
  871. Nov 4 16:20:13 fuel kernel: DMA [mem 0x00001000-0x00ffffff]
  872. Nov 4 16:20:13 fuel kernel: DMA32 [mem 0x01000000-0xffffffff]
  873. Nov 4 16:20:13 fuel kernel: Normal [mem 0x100000000-0x13fffffff]
  874. Nov 4 16:20:13 fuel kernel: Movable zone start for each node
  875. Nov 4 16:20:13 fuel kernel: Early memory node ranges
  876. Nov 4 16:20:13 fuel kernel: node 0: [mem 0x00001000-0x0009efff]
  877. Nov 4 16:20:13 fuel kernel: node 0: [mem 0x00100000-0xbfeeffff]
  878. Nov 4 16:20:13 fuel kernel: node 0: [mem 0xbff00000-0xbfffffff]
  879. Nov 4 16:20:13 fuel kernel: node 0: [mem 0x100000000-0x13fffffff]
  880. Nov 4 16:20:13 fuel kernel: ACPI: PM-Timer IO Port: 0x1008
  881. Nov 4 16:20:13 fuel kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
  882. Nov 4 16:20:13 fuel kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
  883. Nov 4 16:20:13 fuel kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
  884. Nov 4 16:20:13 fuel kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
  885. Nov 4 16:20:13 fuel kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
  886. Nov 4 16:20:13 fuel kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
  887. Nov 4 16:20:13 fuel kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
  888. Nov 4 16:20:13 fuel kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
  889. Nov 4 16:20:13 fuel kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
  890. Nov 4 16:20:13 fuel kernel: IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
  891. Nov 4 16:20:13 fuel kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
  892. Nov 4 16:20:13 fuel kernel: Using ACPI (MADT) for SMP configuration information
  893. Nov 4 16:20:13 fuel kernel: ACPI: HPET id: 0x8086af01 base: 0xfed00000
  894. Nov 4 16:20:13 fuel kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
  895. Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
  896. Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
  897. Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
  898. Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xbfef0000-0xbfefefff]
  899. Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xbfeff000-0xbfefffff]
  900. Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xc0000000-0xefffffff]
  901. Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
  902. Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
  903. Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
  904. Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xfec10000-0xfedfffff]
  905. Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
  906. Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfffdffff]
  907. Nov 4 16:20:13 fuel kernel: PM: Registered nosave memory: [mem 0xfffe0000-0xffffffff]
  908. Nov 4 16:20:13 fuel kernel: e820: [mem 0xc0000000-0xefffffff] available for PCI devices
  909. Nov 4 16:20:13 fuel kernel: Booting paravirtualized kernel on bare hardware
  910. Nov 4 16:20:13 fuel kernel: setup_percpu: NR_CPUS:5120 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
  911. Nov 4 16:20:13 fuel kernel: PERCPU: Embedded 31 pages/cpu @ffff88013fc00000 s87168 r8192 d31616 u524288
  912. Nov 4 16:20:13 fuel kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032057
  913. Nov 4 16:20:13 fuel kernel: Policy zone: Normal
  914. 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
  915. Nov 4 16:20:13 fuel kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
  916. Nov 4 16:20:13 fuel kernel: x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
  917. Nov 4 16:20:13 fuel kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
  918. Nov 4 16:20:13 fuel kernel: AGP: Checking aperture...
  919. Nov 4 16:20:13 fuel kernel: AGP: No AGP bridge found
  920. Nov 4 16:20:13 fuel kernel: Memory: 3859584k/5242880k available (6441k kernel code, 1049032k absent, 334264k reserved, 4265k data, 1620k init)
  921. Nov 4 16:20:13 fuel kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  922. Nov 4 16:20:13 fuel kernel: Hierarchical RCU implementation.
  923. Nov 4 16:20:13 fuel kernel: #011RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=4.
  924. Nov 4 16:20:13 fuel kernel: #011Offload RCU callbacks from all CPUs
  925. Nov 4 16:20:13 fuel kernel: #011Offload RCU callbacks from CPUs: 0-3.
  926. Nov 4 16:20:13 fuel kernel: NR_IRQS:327936 nr_irqs:456 0
  927. Nov 4 16:20:13 fuel kernel: Console: colour VGA+ 80x25
  928. Nov 4 16:20:13 fuel kernel: console [tty0] enabled
  929. Nov 4 16:20:13 fuel kernel: allocated 16777216 bytes of page_cgroup
  930. Nov 4 16:20:13 fuel kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
  931. Nov 4 16:20:13 fuel kernel: TSC freq read from hypervisor : 2500.000 MHz
  932. Nov 4 16:20:13 fuel kernel: tsc: Detected 2500.000 MHz processor
  933. Nov 4 16:20:13 fuel kernel: Calibrating delay loop (skipped) preset value.. 5000.00 BogoMIPS (lpj=2500000)
  934. Nov 4 16:20:13 fuel kernel: pid_max: default: 32768 minimum: 301
  935. Nov 4 16:20:13 fuel kernel: Security Framework initialized
  936. Nov 4 16:20:13 fuel kernel: SELinux: Initializing.
  937. Nov 4 16:20:13 fuel kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  938. Nov 4 16:20:13 fuel kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  939. Nov 4 16:20:13 fuel kernel: Mount-cache hash table entries: 4096
  940. Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys memory
  941. Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys devices
  942. Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys freezer
  943. Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys net_cls
  944. Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys blkio
  945. Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys perf_event
  946. Nov 4 16:20:13 fuel kernel: Initializing cgroup subsys hugetlb
  947. Nov 4 16:20:13 fuel kernel: Disabled fast string operations
  948. Nov 4 16:20:13 fuel kernel: CPU: Physical Processor ID: 0
  949. Nov 4 16:20:13 fuel kernel: mce: CPU supports 0 MCE banks
  950. 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
  951. Nov 4 16:20:13 fuel kernel: Freeing SMP alternatives: 28k freed
  952. Nov 4 16:20:13 fuel kernel: ACPI: Core revision 20130517
  953. Nov 4 16:20:13 fuel kernel: ACPI: All ACPI Tables successfully acquired
  954. Nov 4 16:20:13 fuel kernel: ftrace: allocating 24584 entries in 97 pages
  955. Nov 4 16:20:13 fuel kernel: Enabling x2apic
  956. Nov 4 16:20:13 fuel kernel: Enabled x2apic
  957. Nov 4 16:20:13 fuel kernel: Switched APIC routing to physical x2apic.
  958. Nov 4 16:20:13 fuel kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  959. 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)
  960. Nov 4 16:20:13 fuel kernel: Performance Events: 16-deep LBR, SandyBridge events, core PMU driver.
  961. Nov 4 16:20:13 fuel kernel: perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
  962. Nov 4 16:20:13 fuel kernel: perf_event_intel: CPUID marked event: 'cpu cycles' unavailable
  963. Nov 4 16:20:13 fuel kernel: perf_event_intel: CPUID marked event: 'instructions' unavailable
  964. Nov 4 16:20:13 fuel kernel: perf_event_intel: CPUID marked event: 'bus cycles' unavailable
  965. Nov 4 16:20:13 fuel kernel: perf_event_intel: CPUID marked event: 'cache references' unavailable
  966. Nov 4 16:20:13 fuel kernel: perf_event_intel: CPUID marked event: 'cache misses' unavailable
  967. Nov 4 16:20:13 fuel kernel: perf_event_intel: CPUID marked event: 'branch instructions' unavailable
  968. Nov 4 16:20:13 fuel kernel: perf_event_intel: CPUID marked event: 'branch misses' unavailable
  969. Nov 4 16:20:13 fuel kernel: ... version: 1
  970. Nov 4 16:20:13 fuel kernel: ... bit width: 48
  971. Nov 4 16:20:13 fuel kernel: ... generic registers: 4
  972. Nov 4 16:20:13 fuel kernel: ... value mask: 0000ffffffffffff
  973. Nov 4 16:20:13 fuel kernel: ... max period: 000000007fffffff
  974. Nov 4 16:20:13 fuel kernel: ... fixed-purpose events: 0
  975. Nov 4 16:20:13 fuel kernel: ... event mask: 000000000000000f
  976. Nov 4 16:20:13 fuel kernel: NMI watchdog: disabled (cpu0): hardware events not enabled
  977. Nov 4 16:20:13 fuel kernel: Disabled fast string operations
  978. Nov 4 16:20:13 fuel kernel: mce: CPU supports 0 MCE banks
  979. Nov 4 16:20:13 fuel kernel: Disabled fast string operations
  980. Nov 4 16:20:13 fuel kernel: mce: CPU supports 0 MCE banks
  981. Nov 4 16:20:13 fuel kernel: smpboot: Booting Node 0, Processors #1 #2 #3 OK
  982. Nov 4 16:20:13 fuel kernel: Disabled fast string operations
  983. Nov 4 16:20:13 fuel kernel: mce: CPU supports 0 MCE banks
  984. Nov 4 16:20:13 fuel kernel: Skipped synchronization checks as TSC is reliable.
  985. Nov 4 16:20:13 fuel kernel: Brought up 4 CPUs
  986. Nov 4 16:20:13 fuel kernel: smpboot: Total of 4 processors activated (20000.00 BogoMIPS)
  987. Nov 4 16:20:13 fuel kernel: devtmpfs: initialized
  988. Nov 4 16:20:13 fuel kernel: EVM: security.selinux
  989. Nov 4 16:20:13 fuel kernel: EVM: security.ima
  990. Nov 4 16:20:13 fuel kernel: EVM: security.capability
  991. Nov 4 16:20:13 fuel kernel: PM: Registering ACPI NVS region [mem 0xbfeff000-0xbfefffff] (4096 bytes)
  992. Nov 4 16:20:13 fuel kernel: atomic64 test passed for x86-64 platform with CX8 and with SSE
  993. Nov 4 16:20:13 fuel kernel: NET: Registered protocol family 16
  994. Nov 4 16:20:13 fuel kernel: ACPI: bus type PCI registered
  995. Nov 4 16:20:13 fuel kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  996. Nov 4 16:20:13 fuel kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
  997. Nov 4 16:20:13 fuel kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
  998. Nov 4 16:20:13 fuel kernel: PCI: Using configuration type 1 for base access
  999. Nov 4 16:20:13 fuel kernel: ACPI: Added _OSI(Module Device)
  1000. Nov 4 16:20:13 fuel kernel: ACPI: Added _OSI(Processor Device)
  1001. Nov 4 16:20:13 fuel kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
  1002. Nov 4 16:20:13 fuel kernel: ACPI: Added _OSI(Processor Aggregator Device)
  1003. Nov 4 16:20:13 fuel kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
  1004. Nov 4 16:20:13 fuel kernel: ACPI: Interpreter enabled
  1005. Nov 4 16:20:13 fuel kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
  1006. Nov 4 16:20:13 fuel kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20130517/hwxface-571)
  1007. Nov 4 16:20:13 fuel kernel: ACPI: (supports S0 S1 S4 S5)
  1008. Nov 4 16:20:13 fuel kernel: ACPI: Using IOAPIC for interrupt routing
  1009. Nov 4 16:20:13 fuel kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  1010. Nov 4 16:20:13 fuel kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
  1011. Nov 4 16:20:13 fuel kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  1012. Nov 4 16:20:13 fuel kernel: acpi PNP0A03:00: _OSC: platform does not support [AER]
  1013. Nov 4 16:20:13 fuel kernel: acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
  1014. Nov 4 16:20:13 fuel kernel: PCI host bridge to bus 0000:00
  1015. Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [bus 00-7f]
  1016. Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
  1017. Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
  1018. Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
  1019. Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
  1020. Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
  1021. Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
  1022. Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
  1023. Nov 4 16:20:13 fuel kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xfeff]
  1024. Nov 4 16:20:13 fuel kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
  1025. Nov 4 16:20:13 fuel kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
  1026. Nov 4 16:20:13 fuel kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
  1027. Nov 4 16:20:13 fuel kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
  1028. Nov 4 16:20:13 fuel kernel: pci 0000:00:07.3: quirk: [io 0x1000-0x103f] claimed by PIIX4 ACPI
  1029. Nov 4 16:20:13 fuel kernel: pci 0000:00:07.3: quirk: [io 0x1040-0x104f] claimed by PIIX4 SMB
  1030. Nov 4 16:20:13 fuel kernel: pci 0000:00:11.0: System wakeup disabled by ACPI
  1031. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.0: System wakeup disabled by ACPI
  1032. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.1: System wakeup disabled by ACPI
  1033. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.2: System wakeup disabled by ACPI
  1034. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: System wakeup disabled by ACPI
  1035. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: System wakeup disabled by ACPI
  1036. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: System wakeup disabled by ACPI
  1037. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: System wakeup disabled by ACPI
  1038. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: System wakeup disabled by ACPI
  1039. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.0: System wakeup disabled by ACPI
  1040. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.1: System wakeup disabled by ACPI
  1041. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.2: System wakeup disabled by ACPI
  1042. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: System wakeup disabled by ACPI
  1043. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: System wakeup disabled by ACPI
  1044. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: System wakeup disabled by ACPI
  1045. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: System wakeup disabled by ACPI
  1046. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: System wakeup disabled by ACPI
  1047. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.0: System wakeup disabled by ACPI
  1048. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.1: System wakeup disabled by ACPI
  1049. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.2: System wakeup disabled by ACPI
  1050. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: System wakeup disabled by ACPI
  1051. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: System wakeup disabled by ACPI
  1052. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: System wakeup disabled by ACPI
  1053. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: System wakeup disabled by ACPI
  1054. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: System wakeup disabled by ACPI
  1055. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.0: System wakeup disabled by ACPI
  1056. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.1: System wakeup disabled by ACPI
  1057. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: System wakeup disabled by ACPI
  1058. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: System wakeup disabled by ACPI
  1059. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: System wakeup disabled by ACPI
  1060. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: System wakeup disabled by ACPI
  1061. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: System wakeup disabled by ACPI
  1062. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: System wakeup disabled by ACPI
  1063. Nov 4 16:20:13 fuel kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
  1064. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [32] registered
  1065. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [33] registered
  1066. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [34] registered
  1067. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [35] registered
  1068. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [36] registered
  1069. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [37] registered
  1070. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [38] registered
  1071. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [39] registered
  1072. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [40] registered
  1073. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [41] registered
  1074. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [42] registered
  1075. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [43] registered
  1076. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [44] registered
  1077. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [45] registered
  1078. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [46] registered
  1079. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [47] registered
  1080. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [48] registered
  1081. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [49] registered
  1082. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [50] registered
  1083. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [51] registered
  1084. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [52] registered
  1085. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [53] registered
  1086. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [54] registered
  1087. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [55] registered
  1088. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [56] registered
  1089. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [57] registered
  1090. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [58] registered
  1091. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [59] registered
  1092. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [60] registered
  1093. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [61] registered
  1094. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [62] registered
  1095. Nov 4 16:20:13 fuel kernel: acpiphp: Slot [63] registered
  1096. Nov 4 16:20:13 fuel kernel: pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
  1097. Nov 4 16:20:13 fuel kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
  1098. 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'
  1099. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
  1100. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
  1101. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
  1102. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
  1103. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
  1104. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
  1105. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
  1106. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
  1107. Nov 4 16:20:13 fuel kernel: pci 0000:0b:00.0: System wakeup disabled by ACPI
  1108. 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'
  1109. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
  1110. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
  1111. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
  1112. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
  1113. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
  1114. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
  1115. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
  1116. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
  1117. Nov 4 16:20:13 fuel kernel: pci 0000:13:00.0: System wakeup disabled by ACPI
  1118. 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'
  1119. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
  1120. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
  1121. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
  1122. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
  1123. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
  1124. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
  1125. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
  1126. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
  1127. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
  1128. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
  1129. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
  1130. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
  1131. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
  1132. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
  1133. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
  1134. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
  1135. Nov 4 16:20:13 fuel kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)
  1136. 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.
  1137. Nov 4 16:20:13 fuel kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11 14 15)
  1138. Nov 4 16:20:13 fuel kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 14 15)
  1139. Nov 4 16:20:13 fuel kernel: ACPI: Enabled 2 GPEs in block 00 to 0F
  1140. Nov 4 16:20:13 fuel kernel: vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none
  1141. Nov 4 16:20:13 fuel kernel: vgaarb: loaded
  1142. Nov 4 16:20:13 fuel kernel: vgaarb: bridge control possible 0000:00:0f.0
  1143. Nov 4 16:20:13 fuel kernel: SCSI subsystem initialized
  1144. Nov 4 16:20:13 fuel kernel: ACPI: bus type USB registered
  1145. Nov 4 16:20:13 fuel kernel: usbcore: registered new interface driver usbfs
  1146. Nov 4 16:20:13 fuel kernel: usbcore: registered new interface driver hub
  1147. Nov 4 16:20:13 fuel kernel: usbcore: registered new device driver usb
  1148. Nov 4 16:20:13 fuel kernel: PCI: Using ACPI for IRQ routing
  1149. Nov 4 16:20:13 fuel kernel: NetLabel: Initializing
  1150. Nov 4 16:20:13 fuel kernel: NetLabel: domain hash size = 128
  1151. Nov 4 16:20:13 fuel kernel: NetLabel: protocols = UNLABELED CIPSOv4
  1152. Nov 4 16:20:13 fuel kernel: NetLabel: unlabeled traffic allowed by default
  1153. 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
  1154. Nov 4 16:20:13 fuel kernel: hpet0: 16 comparators, 64-bit 14.318180 MHz counter
  1155. Nov 4 16:20:13 fuel kernel: Switching to clocksource hpet
  1156. Nov 4 16:20:13 fuel kernel: pnp: PnP ACPI init
  1157. Nov 4 16:20:13 fuel kernel: ACPI: bus type PNP registered
  1158. Nov 4 16:20:13 fuel kernel: system 00:00: [io 0x1000-0x103f] could not be reserved
  1159. Nov 4 16:20:13 fuel kernel: system 00:00: [io 0x1040-0x104f] has been reserved
  1160. Nov 4 16:20:13 fuel kernel: system 00:00: [io 0x0cf0-0x0cf1] has been reserved
  1161. Nov 4 16:20:13 fuel kernel: system 00:07: [mem 0xfed00000-0xfed003ff] has been reserved
  1162. Nov 4 16:20:13 fuel kernel: system 00:08: [io 0xfce0-0xfcff] has been reserved
  1163. Nov 4 16:20:13 fuel kernel: system 00:08: [mem 0xf0000000-0xf7ffffff] has been reserved
  1164. Nov 4 16:20:13 fuel kernel: system 00:08: [mem 0xfe800000-0xfe9fffff] has been reserved
  1165. Nov 4 16:20:13 fuel kernel: pnp: PnP ACPI: found 9 devices
  1166. Nov 4 16:20:13 fuel kernel: ACPI: bus type PNP unregistered
  1167. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.0: BAR 15: assigned [mem 0xc0000000-0xc01fffff 64bit pref]
  1168. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
  1169. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.0: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
  1170. Nov 4 16:20:13 fuel kernel: pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0600000-0xc0607fff pref]
  1171. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
  1172. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
  1173. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
  1174. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
  1175. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
  1176. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
  1177. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
  1178. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
  1179. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
  1180. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
  1181. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
  1182. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
  1183. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
  1184. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
  1185. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
  1186. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
  1187. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
  1188. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
  1189. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
  1190. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
  1191. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
  1192. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
  1193. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
  1194. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
  1195. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
  1196. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
  1197. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
  1198. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
  1199. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
  1200. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
  1201. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
  1202. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
  1203. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
  1204. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
  1205. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
  1206. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
  1207. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
  1208. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
  1209. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
  1210. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
  1211. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
  1212. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
  1213. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
  1214. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
  1215. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
  1216. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
  1217. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
  1218. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
  1219. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
  1220. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
  1221. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
  1222. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
  1223. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
  1224. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
  1225. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
  1226. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
  1227. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
  1228. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
  1229. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
  1230. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
  1231. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
  1232. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
  1233. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
  1234. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
  1235. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
  1236. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
  1237. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
  1238. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
  1239. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
  1240. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
  1241. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
  1242. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
  1243. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
  1244. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
  1245. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
  1246. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
  1247. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
  1248. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
  1249. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
  1250. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
  1251. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
  1252. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
  1253. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
  1254. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
  1255. Nov 4 16:20:13 fuel kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
  1256. Nov 4 16:20:13 fuel kernel: pci 0000:00:11.0: PCI bridge to [bus 02]
  1257. Nov 4 16:20:13 fuel kernel: pci 0000:00:11.0: bridge window [io 0x2000-0x3fff]
  1258. Nov 4 16:20:13 fuel kernel: pci 0000:00:11.0: bridge window [mem 0xfd600000-0xfdffffff]
  1259. Nov 4 16:20:13 fuel kernel: pci 0000:00:11.0: bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
  1260. Nov 4 16:20:13 fuel kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]
  1261. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
  1262. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.0: bridge window [io 0x4000-0x4fff]
  1263. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.0: bridge window [mem 0xfd500000-0xfd5fffff]
  1264. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.0: bridge window [mem 0xc0000000-0xc01fffff 64bit pref]
  1265. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
  1266. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.1: bridge window [io 0x8000-0x8fff]
  1267. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.1: bridge window [mem 0xfd100000-0xfd1fffff]
  1268. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.1: bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
  1269. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
  1270. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.2: bridge window [io 0xc000-0xcfff]
  1271. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.2: bridge window [mem 0xfcd00000-0xfcdfffff]
  1272. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.2: bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
  1273. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
  1274. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: bridge window [mem 0xfc900000-0xfc9fffff]
  1275. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.3: bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
  1276. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
  1277. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: bridge window [mem 0xfc500000-0xfc5fffff]
  1278. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.4: bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
  1279. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
  1280. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: bridge window [mem 0xfc100000-0xfc1fffff]
  1281. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.5: bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
  1282. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
  1283. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: bridge window [mem 0xfbd00000-0xfbdfffff]
  1284. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.6: bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
  1285. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
  1286. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: bridge window [mem 0xfb900000-0xfb9fffff]
  1287. Nov 4 16:20:13 fuel kernel: pci 0000:00:15.7: bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
  1288. Nov 4 16:20:13 fuel kernel: pci 0000:0b:00.0: BAR 6: assigned [mem 0xfd400000-0xfd40ffff pref]
  1289. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
  1290. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.0: bridge window [io 0x5000-0x5fff]
  1291. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.0: bridge window [mem 0xfd400000-0xfd4fffff]
  1292. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.0: bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
  1293. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
  1294. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.1: bridge window [io 0x9000-0x9fff]
  1295. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.1: bridge window [mem 0xfd000000-0xfd0fffff]
  1296. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.1: bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
  1297. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
  1298. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.2: bridge window [io 0xd000-0xdfff]
  1299. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.2: bridge window [mem 0xfcc00000-0xfccfffff]
  1300. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.2: bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
  1301. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
  1302. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: bridge window [mem 0xfc800000-0xfc8fffff]
  1303. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.3: bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
  1304. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
  1305. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: bridge window [mem 0xfc400000-0xfc4fffff]
  1306. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.4: bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
  1307. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
  1308. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: bridge window [mem 0xfc000000-0xfc0fffff]
  1309. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.5: bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
  1310. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
  1311. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: bridge window [mem 0xfbc00000-0xfbcfffff]
  1312. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.6: bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
  1313. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
  1314. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: bridge window [mem 0xfb800000-0xfb8fffff]
  1315. Nov 4 16:20:13 fuel kernel: pci 0000:00:16.7: bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
  1316. Nov 4 16:20:13 fuel kernel: pci 0000:13:00.0: BAR 6: assigned [mem 0xfd300000-0xfd30ffff pref]
  1317. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
  1318. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.0: bridge window [io 0x6000-0x6fff]
  1319. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.0: bridge window [mem 0xfd300000-0xfd3fffff]
  1320. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.0: bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
  1321. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
  1322. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.1: bridge window [io 0xa000-0xafff]
  1323. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.1: bridge window [mem 0xfcf00000-0xfcffffff]
  1324. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.1: bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
  1325. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
  1326. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.2: bridge window [io 0xe000-0xefff]
  1327. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.2: bridge window [mem 0xfcb00000-0xfcbfffff]
  1328. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.2: bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
  1329. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
  1330. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: bridge window [mem 0xfc700000-0xfc7fffff]
  1331. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.3: bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
  1332. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
  1333. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: bridge window [mem 0xfc300000-0xfc3fffff]
  1334. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.4: bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
  1335. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
  1336. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: bridge window [mem 0xfbf00000-0xfbffffff]
  1337. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.5: bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
  1338. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
  1339. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: bridge window [mem 0xfbb00000-0xfbbfffff]
  1340. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.6: bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
  1341. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
  1342. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: bridge window [mem 0xfb700000-0xfb7fffff]
  1343. Nov 4 16:20:13 fuel kernel: pci 0000:00:17.7: bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
  1344. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
  1345. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.0: bridge window [io 0x7000-0x7fff]
  1346. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.0: bridge window [mem 0xfd200000-0xfd2fffff]
  1347. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.0: bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
  1348. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
  1349. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.1: bridge window [io 0xb000-0xbfff]
  1350. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.1: bridge window [mem 0xfce00000-0xfcefffff]
  1351. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.1: bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
  1352. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
  1353. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: bridge window [mem 0xfca00000-0xfcafffff]
  1354. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.2: bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
  1355. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
  1356. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: bridge window [mem 0xfc600000-0xfc6fffff]
  1357. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.3: bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
  1358. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
  1359. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: bridge window [mem 0xfc200000-0xfc2fffff]
  1360. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.4: bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
  1361. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
  1362. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: bridge window [mem 0xfbe00000-0xfbefffff]
  1363. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.5: bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
  1364. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
  1365. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: bridge window [mem 0xfba00000-0xfbafffff]
  1366. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.6: bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
  1367. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
  1368. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: bridge window [mem 0xfb600000-0xfb6fffff]
  1369. Nov 4 16:20:13 fuel kernel: pci 0000:00:18.7: bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
  1370. Nov 4 16:20:13 fuel kernel: NET: Registered protocol family 2
  1371. Nov 4 16:20:13 fuel kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  1372. Nov 4 16:20:13 fuel kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
  1373. Nov 4 16:20:13 fuel kernel: TCP: Hash tables configured (established 32768 bind 32768)
  1374. Nov 4 16:20:13 fuel kernel: TCP: reno registered
  1375. Nov 4 16:20:13 fuel kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
  1376. Nov 4 16:20:13 fuel kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
  1377. Nov 4 16:20:13 fuel kernel: NET: Registered protocol family 1
  1378. Nov 4 16:20:13 fuel kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
  1379. Nov 4 16:20:13 fuel kernel: Unpacking initramfs...
  1380. Nov 4 16:20:13 fuel kernel: Freeing initrd memory: 21228k freed
  1381. Nov 4 16:20:13 fuel kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  1382. Nov 4 16:20:13 fuel kernel: software IO TLB [mem 0xbbef0000-0xbfef0000] (64MB) mapped at [ffff8800bbef0000-ffff8800bfeeffff]
  1383. Nov 4 16:20:13 fuel kernel: Simple Boot Flag at 0x36 set to 0x80
  1384. Nov 4 16:20:13 fuel kernel: Switching to clocksource tsc
  1385. Nov 4 16:20:13 fuel kernel: RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 10737418240 ms ovfl timer
  1386. Nov 4 16:20:13 fuel kernel: hw unit of domain pp0-core 2^-0 Joules
  1387. Nov 4 16:20:13 fuel kernel: hw unit of domain package 2^-0 Joules
  1388. Nov 4 16:20:13 fuel kernel: hw unit of domain dram 2^-0 Joules
  1389. Nov 4 16:20:13 fuel kernel: microcode: CPU0 sig=0x206d2, pf=0x1, revision=0x427
  1390. Nov 4 16:20:13 fuel kernel: microcode: CPU1 sig=0x206d2, pf=0x1, revision=0x427
  1391. Nov 4 16:20:13 fuel kernel: microcode: CPU2 sig=0x206d2, pf=0x1, revision=0x427
  1392. Nov 4 16:20:13 fuel kernel: microcode: CPU3 sig=0x206d2, pf=0x1, revision=0x427
  1393. Nov 4 16:20:13 fuel kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
  1394. Nov 4 16:20:13 fuel kernel: sha1_ssse3: Using AVX optimized SHA-1 implementation
  1395. Nov 4 16:20:13 fuel kernel: sha256_ssse3: Using AVX optimized SHA-256 implementation
  1396. Nov 4 16:20:13 fuel kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
  1397. Nov 4 16:20:13 fuel kernel: Initialise system trusted keyring
  1398. Nov 4 16:20:13 fuel kernel: audit: initializing netlink socket (disabled)
  1399. Nov 4 16:20:13 fuel kernel: type=2000 audit(1478276412.573:1): initialized
  1400. Nov 4 16:20:13 fuel kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
  1401. Nov 4 16:20:13 fuel kernel: zpool: loaded
  1402. Nov 4 16:20:13 fuel kernel: zbud: loaded
  1403. Nov 4 16:20:13 fuel kernel: VFS: Disk quotas dquot_6.5.2
  1404. Nov 4 16:20:13 fuel kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  1405. Nov 4 16:20:13 fuel kernel: msgmni has been set to 7579
  1406. Nov 4 16:20:13 fuel kernel: Key type big_key registered
  1407. Nov 4 16:20:13 fuel kernel: NET: Registered protocol family 38
  1408. Nov 4 16:20:13 fuel kernel: Key type asymmetric registered
  1409. Nov 4 16:20:13 fuel kernel: Asymmetric key parser 'x509' registered
  1410. Nov 4 16:20:13 fuel kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  1411. Nov 4 16:20:13 fuel kernel: io scheduler noop registered
  1412. Nov 4 16:20:13 fuel kernel: io scheduler deadline registered (default)
  1413. Nov 4 16:20:13 fuel kernel: io scheduler cfq registered
  1414. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
  1415. Nov 4 16:20:13 fuel kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
  1416. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
  1417. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt
  1418. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt
  1419. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.4: Signaling PME through PCIe PME interrupt
  1420. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.5: Signaling PME through PCIe PME interrupt
  1421. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.6: Signaling PME through PCIe PME interrupt
  1422. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:15.7: Signaling PME through PCIe PME interrupt
  1423. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.0: Signaling PME through PCIe PME interrupt
  1424. Nov 4 16:20:13 fuel kernel: pci 0000:0b:00.0: Signaling PME through PCIe PME interrupt
  1425. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.1: Signaling PME through PCIe PME interrupt
  1426. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.2: Signaling PME through PCIe PME interrupt
  1427. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.3: Signaling PME through PCIe PME interrupt
  1428. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.4: Signaling PME through PCIe PME interrupt
  1429. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.5: Signaling PME through PCIe PME interrupt
  1430. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.6: Signaling PME through PCIe PME interrupt
  1431. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:16.7: Signaling PME through PCIe PME interrupt
  1432. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.0: Signaling PME through PCIe PME interrupt
  1433. Nov 4 16:20:13 fuel kernel: pci 0000:13:00.0: Signaling PME through PCIe PME interrupt
  1434. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.1: Signaling PME through PCIe PME interrupt
  1435. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.2: Signaling PME through PCIe PME interrupt
  1436. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.3: Signaling PME through PCIe PME interrupt
  1437. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.4: Signaling PME through PCIe PME interrupt
  1438. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.5: Signaling PME through PCIe PME interrupt
  1439. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.6: Signaling PME through PCIe PME interrupt
  1440. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:17.7: Signaling PME through PCIe PME interrupt
  1441. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.0: Signaling PME through PCIe PME interrupt
  1442. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.1: Signaling PME through PCIe PME interrupt
  1443. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.2: Signaling PME through PCIe PME interrupt
  1444. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.3: Signaling PME through PCIe PME interrupt
  1445. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.4: Signaling PME through PCIe PME interrupt
  1446. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.5: Signaling PME through PCIe PME interrupt
  1447. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.6: Signaling PME through PCIe PME interrupt
  1448. Nov 4 16:20:13 fuel kernel: pcieport 0000:00:18.7: Signaling PME through PCIe PME interrupt
  1449. Nov 4 16:20:13 fuel kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  1450. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.0:pcie04: Slot #160 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1451. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.1:pcie04: Slot #161 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1452. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.2:pcie04: Slot #162 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1453. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.3:pcie04: Slot #163 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1454. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.4:pcie04: Slot #164 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1455. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.5:pcie04: Slot #165 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1456. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.6:pcie04: Slot #166 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1457. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:15.7:pcie04: Slot #167 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1458. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.0:pcie04: Slot #192 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1459. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.1:pcie04: Slot #193 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1460. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.2:pcie04: Slot #194 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1461. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.3:pcie04: Slot #195 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1462. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.4:pcie04: Slot #196 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1463. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.5:pcie04: Slot #197 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1464. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.6:pcie04: Slot #198 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1465. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:16.7:pcie04: Slot #199 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1466. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.0:pcie04: Slot #224 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1467. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.1:pcie04: Slot #225 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1468. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.2:pcie04: Slot #226 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1469. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.3:pcie04: Slot #227 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1470. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.4:pcie04: Slot #228 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1471. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.5:pcie04: Slot #229 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1472. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.6:pcie04: Slot #230 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1473. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:17.7:pcie04: Slot #231 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1474. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.0:pcie04: Slot #256 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1475. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.1:pcie04: Slot #257 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1476. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.2:pcie04: Slot #258 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1477. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.3:pcie04: Slot #259 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1478. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.4:pcie04: Slot #260 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1479. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.5:pcie04: Slot #261 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1480. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.6:pcie04: Slot #262 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1481. Nov 4 16:20:13 fuel kernel: pciehp 0000:00:18.7:pcie04: Slot #263 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
  1482. Nov 4 16:20:13 fuel kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
  1483. Nov 4 16:20:13 fuel kernel: ACPI: AC Adapter [ACAD] (on-line)
  1484. Nov 4 16:20:13 fuel kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
  1485. Nov 4 16:20:13 fuel kernel: ACPI: Power Button [PWRF]
  1486. Nov 4 16:20:13 fuel kernel: GHES: HEST is not enabled!
  1487. Nov 4 16:20:13 fuel kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  1488. Nov 4 16:20:13 fuel kernel: Non-volatile memory driver v1.3
  1489. Nov 4 16:20:13 fuel kernel: Linux agpgart interface v0.103
  1490. Nov 4 16:20:13 fuel kernel: agpgart-intel 0000:00:00.0: Intel 440BX Chipset
  1491. Nov 4 16:20:13 fuel kernel: agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0
  1492. Nov 4 16:20:13 fuel kernel: crash memory driver: version 1.1
  1493. Nov 4 16:20:13 fuel kernel: rdac: device handler registered
  1494. Nov 4 16:20:13 fuel kernel: hp_sw: device handler registered
  1495. Nov 4 16:20:13 fuel kernel: emc: device handler registered
  1496. Nov 4 16:20:13 fuel kernel: alua: device handler registered
  1497. Nov 4 16:20:13 fuel kernel: libphy: Fixed MDIO Bus: probed
  1498. Nov 4 16:20:13 fuel kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1499. Nov 4 16:20:13 fuel kernel: ehci-pci: EHCI PCI platform driver
  1500. Nov 4 16:20:13 fuel kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  1501. Nov 4 16:20:13 fuel kernel: ohci-pci: OHCI PCI platform driver
  1502. Nov 4 16:20:13 fuel kernel: uhci_hcd: USB Universal Host Controller Interface driver
  1503. Nov 4 16:20:13 fuel kernel: usbcore: registered new interface driver usbserial
  1504. Nov 4 16:20:13 fuel kernel: usbcore: registered new interface driver usbserial_generic
  1505. Nov 4 16:20:13 fuel kernel: usbserial: USB Serial support registered for generic
  1506. Nov 4 16:20:13 fuel kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
  1507. Nov 4 16:20:13 fuel kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
  1508. Nov 4 16:20:13 fuel kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
  1509. Nov 4 16:20:13 fuel kernel: mousedev: PS/2 mouse device common for all mice
  1510. Nov 4 16:20:13 fuel kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
  1511. Nov 4 16:20:13 fuel kernel: rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
  1512. Nov 4 16:20:13 fuel kernel: cpuidle: using governor menu
  1513. Nov 4 16:20:13 fuel kernel: hidraw: raw HID events driver (C) Jiri Kosina
  1514. Nov 4 16:20:13 fuel kernel: usbcore: registered new interface driver usbhid
  1515. Nov 4 16:20:13 fuel kernel: usbhid: USB HID core driver
  1516. Nov 4 16:20:13 fuel kernel: drop_monitor: Initializing network drop monitor service
  1517. Nov 4 16:20:13 fuel kernel: TCP: cubic registered
  1518. Nov 4 16:20:13 fuel kernel: Initializing XFRM netlink socket
  1519. Nov 4 16:20:13 fuel kernel: NET: Registered protocol family 10
  1520. Nov 4 16:20:13 fuel kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
  1521. Nov 4 16:20:13 fuel kernel: NET: Registered protocol family 17
  1522. Nov 4 16:20:13 fuel kernel: Loading compiled-in X.509 certificates
  1523. Nov 4 16:20:13 fuel kernel: Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'
  1524. Nov 4 16:20:13 fuel kernel: Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'
  1525. Nov 4 16:20:13 fuel kernel: Loaded X.509 cert 'CentOS Linux kernel signing key: 6f3378187d83cd18a43b2e0ac49aed8aeffc3ac7'
  1526. Nov 4 16:20:13 fuel kernel: registered taskstats version 1
  1527. Nov 4 16:20:13 fuel kernel: Key type trusted registered
  1528. Nov 4 16:20:13 fuel kernel: Key type encrypted registered
  1529. Nov 4 16:20:13 fuel kernel: IMA: No TPM chip found, activating TPM-bypass!
  1530. Nov 4 16:20:13 fuel kernel: rtc_cmos 00:03: setting system clock to 2016-11-04 16:20:13 UTC (1478276413)
  1531. Nov 4 16:20:13 fuel kernel: Freeing unused kernel memory: 1620k freed
  1532. 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)
  1533. Nov 4 16:20:13 fuel systemd[1]: Detected virtualization vmware.
  1534. Nov 4 16:20:13 fuel systemd[1]: Detected architecture x86-64.
  1535. Nov 4 16:20:13 fuel systemd[1]: Running in initial RAM disk.
  1536. Nov 4 16:20:13 fuel systemd[1]: Set hostname to <fuel.domain.tld>.
  1537. Nov 4 16:20:13 fuel systemd[1]: Reached target Local File Systems.
  1538. Nov 4 16:20:13 fuel systemd[1]: Starting Local File Systems.
  1539. Nov 4 16:20:13 fuel systemd[1]: Reached target Swap.
  1540. Nov 4 16:20:13 fuel systemd[1]: Starting Swap.
  1541. Nov 4 16:20:13 fuel systemd[1]: Created slice -.slice.
  1542. Nov 4 16:20:13 fuel systemd[1]: Starting -.slice.
  1543. Nov 4 16:20:13 fuel systemd[1]: Created slice System Slice.
  1544. Nov 4 16:20:13 fuel systemd[1]: Starting System Slice.
  1545. Nov 4 16:20:13 fuel systemd[1]: Listening on udev Kernel Socket.
  1546. Nov 4 16:20:13 fuel systemd[1]: Starting udev Kernel Socket.
  1547. Nov 4 16:20:13 fuel systemd[1]: Reached target Slices.
  1548. Nov 4 16:20:13 fuel systemd[1]: Starting Slices.
  1549. Nov 4 16:20:13 fuel systemd[1]: Listening on udev Control Socket.
  1550. Nov 4 16:20:13 fuel systemd[1]: Starting udev Control Socket.
  1551. Nov 4 16:20:13 fuel systemd[1]: Reached target Timers.
  1552. Nov 4 16:20:13 fuel systemd[1]: Starting Timers.
  1553. Nov 4 16:20:13 fuel systemd[1]: Listening on Journal Socket.
  1554. Nov 4 16:20:13 fuel systemd[1]: Starting Journal Socket.
  1555. Nov 4 16:20:13 fuel systemd[1]: Starting Setup Virtual Console...
  1556. Nov 4 16:20:13 fuel systemd[1]: Started Load Kernel Modules.
  1557. Nov 4 16:20:13 fuel systemd[1]: Starting Create list of required static device nodes for the current kernel...
  1558. Nov 4 16:20:13 fuel systemd[1]: Starting Journal Service...
  1559. Nov 4 16:20:13 fuel systemd[1]: Starting Apply Kernel Variables...
  1560. Nov 4 16:20:13 fuel systemd[1]: Started dracut ask for additional cmdline parameters.
  1561. Nov 4 16:20:13 fuel systemd[1]: Starting dracut cmdline hook...
  1562. Nov 4 16:20:13 fuel systemd[1]: Reached target Sockets.
  1563. Nov 4 16:20:13 fuel systemd[1]: Starting Sockets.
  1564. Nov 4 16:20:13 fuel systemd[1]: Started Create list of required static device nodes for the current kernel.
  1565. Nov 4 16:20:13 fuel systemd[1]: Starting Create Static Device Nodes in /dev...
  1566. Nov 4 16:20:13 fuel systemd[1]: Started Apply Kernel Variables.
  1567. Nov 4 16:20:13 fuel systemd[1]: Started Create Static Device Nodes in /dev.
  1568. Nov 4 16:20:13 fuel journal: Journal started
  1569. 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
  1570. Nov 4 16:20:13 fuel systemd-tmpfiles: Failed to parse ACL "group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
  1571. 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
  1572. Nov 4 16:20:13 fuel systemd-tmpfiles: Failed to parse ACL "group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
  1573. Nov 4 16:20:13 fuel systemd[1]: Started Journal Service.
  1574. Nov 4 16:20:13 fuel systemd: Started Setup Virtual Console.
  1575. Nov 4 16:20:13 fuel systemd: Started dracut cmdline hook.
  1576. Nov 4 16:20:13 fuel systemd: Starting dracut pre-udev hook...
  1577. Nov 4 16:20:13 fuel kernel: device-mapper: uevent: version 1.0.3
  1578. Nov 4 16:20:13 fuel kernel: device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com
  1579. Nov 4 16:20:13 fuel systemd: Started dracut pre-udev hook.
  1580. Nov 4 16:20:13 fuel systemd: Starting udev Kernel Device Manager...
  1581. Nov 4 16:20:13 fuel systemd-udevd: starting version 219
  1582. Nov 4 16:20:13 fuel systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring.
  1583. Nov 4 16:20:13 fuel systemd: Started udev Kernel Device Manager.
  1584. Nov 4 16:20:13 fuel systemd: Started dracut pre-trigger hook.
  1585. Nov 4 16:20:13 fuel systemd: Starting udev Coldplug all Devices...
  1586. Nov 4 16:20:13 fuel systemd: Mounting Configuration File System...
  1587. Nov 4 16:20:13 fuel systemd: Mounted Configuration File System.
  1588. Nov 4 16:20:13 fuel kernel: Floppy drive(s): fd0 is 1.44M
  1589. Nov 4 16:20:13 fuel kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input2
  1590. Nov 4 16:20:13 fuel systemd: Started udev Coldplug all Devices.
  1591. Nov 4 16:20:13 fuel systemd: Starting Show Plymouth Boot Screen...
  1592. Nov 4 16:20:13 fuel systemd: Reached target System Initialization.
  1593. Nov 4 16:20:13 fuel systemd: Starting System Initialization.
  1594. Nov 4 16:20:13 fuel systemd: Starting dracut initqueue hook...
  1595. Nov 4 16:20:13 fuel kernel: scsi host0: ata_piix
  1596. Nov 4 16:20:13 fuel kernel: scsi host1: ata_piix
  1597. Nov 4 16:20:13 fuel kernel: ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
  1598. Nov 4 16:20:13 fuel kernel: ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
  1599. Nov 4 16:20:13 fuel kernel: VMware PVSCSI driver - version 1.0.5.0-k
  1600. Nov 4 16:20:13 fuel kernel: [drm] Initialized drm 1.1.0 20060810
  1601. Nov 4 16:20:13 fuel kernel: vmw_pvscsi: using 64bit dma
  1602. Nov 4 16:20:13 fuel kernel: vmw_pvscsi: max_id: 16
  1603. Nov 4 16:20:13 fuel kernel: vmw_pvscsi: setting ring_pages to 8
  1604. Nov 4 16:20:13 fuel kernel: vmw_pvscsi: using MSI-X
  1605. Nov 4 16:20:13 fuel kernel: pvscsi: enabling reqCallThreshold
  1606. 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
  1607. Nov 4 16:20:13 fuel kernel: vmw_pvscsi 0000:03:00.0: VMware PVSCSI rev 2 host #2
  1608. Nov 4 16:20:13 fuel kernel: scsi 2:0:0:0: Direct-Access VMware Virtual disk 1.0 PQ: 0 ANSI: 2
  1609. Nov 4 16:20:13 fuel kernel: VMware vmxnet3 virtual NIC driver - version 1.3.5.0-k-NAPI
  1610. Nov 4 16:20:13 fuel kernel: vmxnet3 0000:0b:00.0: # of Tx queues : 4, # of Rx queues : 4
  1611. Nov 4 16:20:13 fuel kernel: vmxnet3 0000:0b:00.0 eth0: NIC Link is Up 10000 Mbps
  1612. Nov 4 16:20:13 fuel kernel: [drm] DMA map mode: Using physical TTM page addresses.
  1613. Nov 4 16:20:13 fuel kernel: vmxnet3 0000:13:00.0: # of Tx queues : 4, # of Rx queues : 4
  1614. Nov 4 16:20:13 fuel kernel: [drm] Capabilities:
  1615. Nov 4 16:20:13 fuel kernel: [drm] Rect copy.
  1616. Nov 4 16:20:13 fuel kernel: [drm] Cursor.
  1617. Nov 4 16:20:13 fuel kernel: [drm] Cursor bypass.
  1618. Nov 4 16:20:13 fuel kernel: [drm] Cursor bypass 2.
  1619. Nov 4 16:20:13 fuel kernel: [drm] 8bit emulation.
  1620. Nov 4 16:20:13 fuel kernel: [drm] Alpha cursor.
  1621. Nov 4 16:20:13 fuel kernel: [drm] Extended Fifo.
  1622. Nov 4 16:20:13 fuel kernel: [drm] Multimon.
  1623. Nov 4 16:20:13 fuel kernel: [drm] Pitchlock.
  1624. Nov 4 16:20:13 fuel kernel: [drm] Irq mask.
  1625. Nov 4 16:20:13 fuel kernel: [drm] Display Topology.
  1626. Nov 4 16:20:13 fuel kernel: [drm] GMR.
  1627. Nov 4 16:20:13 fuel kernel: [drm] Traces.
  1628. Nov 4 16:20:13 fuel kernel: [drm] GMR2.
  1629. Nov 4 16:20:13 fuel kernel: [drm] Screen Object 2.
  1630. Nov 4 16:20:13 fuel kernel: [drm] Command Buffers.
  1631. Nov 4 16:20:13 fuel kernel: [drm] Command Buffers 2.
  1632. Nov 4 16:20:13 fuel kernel: [drm] Guest Backed Resources.
  1633. Nov 4 16:20:13 fuel kernel: [drm] Max GMR ids is 64
  1634. Nov 4 16:20:13 fuel kernel: [drm] Max number of GMR pages is 65536
  1635. Nov 4 16:20:13 fuel kernel: [drm] Max dedicated hypervisor surface memory is 0 kiB
  1636. Nov 4 16:20:13 fuel kernel: [drm] Maximum display memory size is 16384 kiB
  1637. Nov 4 16:20:13 fuel kernel: [drm] VRAM at 0xe8000000 size is 16384 kiB
  1638. Nov 4 16:20:13 fuel kernel: [drm] MMIO at 0xfe000000 size is 256 kiB
  1639. Nov 4 16:20:13 fuel kernel: [drm] global init.
  1640. Nov 4 16:20:13 fuel systemd: Started Show Plymouth Boot Screen.
  1641. Nov 4 16:20:13 fuel systemd: Started Dispatch Password Requests to Console Directory Watch.
  1642. Nov 4 16:20:13 fuel systemd: Reached target Paths.
  1643. Nov 4 16:20:13 fuel systemd: Starting Paths.
  1644. Nov 4 16:20:13 fuel systemd: Started Forward Password Requests to Plymouth Directory Watch.
  1645. Nov 4 16:20:13 fuel systemd: Starting Forward Password Requests to Plymouth Directory Watch.
  1646. Nov 4 16:20:13 fuel systemd: Reached target Basic System.
  1647. Nov 4 16:20:13 fuel systemd: Starting Basic System.
  1648. Nov 4 16:20:13 fuel kernel: [TTM] Zone kernel: Available graphics memory: 1941230 kiB
  1649. Nov 4 16:20:13 fuel kernel: [TTM] Initializing pool allocator
  1650. Nov 4 16:20:13 fuel kernel: [TTM] Initializing DMA pool allocator
  1651. Nov 4 16:20:13 fuel kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  1652. Nov 4 16:20:13 fuel kernel: [drm] No driver support for vblank timestamp query.
  1653. Nov 4 16:20:13 fuel kernel: [drm] Screen objects system initialized
  1654. Nov 4 16:20:13 fuel kernel: [drm] width 1280
  1655. Nov 4 16:20:13 fuel kernel: [drm] height 768
  1656. Nov 4 16:20:13 fuel kernel: [drm] bpp 32
  1657. Nov 4 16:20:13 fuel kernel: vmxnet3 0000:13:00.0 eth1: NIC Link is Up 10000 Mbps
  1658. Nov 4 16:20:13 fuel kernel: [drm] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f
  1659. Nov 4 16:20:13 fuel kernel: fbcon: svgadrmfb (fb0) is primary device
  1660. Nov 4 16:20:13 fuel kernel: Console: switching to colour frame buffer device 160x48
  1661. Nov 4 16:20:13 fuel kernel: [drm] Initialized vmwgfx 2.6.1 20140704 for 0000:00:0f.0 on minor 0
  1662. Nov 4 16:20:13 fuel kernel: ata2.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33
  1663. Nov 4 16:20:13 fuel kernel: ata2.00: configured for UDMA/33
  1664. Nov 4 16:20:13 fuel kernel: scsi 1:0:0:0: CD-ROM NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5
  1665. Nov 4 16:20:13 fuel kernel: sd 2:0:0:0: [sda] 1048576000 512-byte logical blocks: (536 GB/500 GiB)
  1666. Nov 4 16:20:13 fuel kernel: sd 2:0:0:0: [sda] Write Protect is off
  1667. Nov 4 16:20:13 fuel kernel: sd 2:0:0:0: [sda] Cache data unavailable
  1668. Nov 4 16:20:13 fuel kernel: sd 2:0:0:0: [sda] Assuming drive cache: write through
  1669. 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
  1670. Nov 4 16:20:13 fuel kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
  1671. Nov 4 16:20:13 fuel kernel: sda: sda1 sda2 sda3 sda4 sda5
  1672. Nov 4 16:20:13 fuel kernel: sd 2:0:0:0: [sda] Attached SCSI disk
  1673. 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
  1674. 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
  1675. Nov 4 16:20:16 fuel kernel: floppy0: no floppy controllers found
  1676. Nov 4 16:20:16 fuel kernel: work still pending
  1677. Nov 4 16:20:16 fuel systemd: Found device /dev/mapper/os-root.
  1678. Nov 4 16:20:16 fuel systemd: Starting File System Check on /dev/mapper/os-root...
  1679. Nov 4 16:20:16 fuel systemd-fsck: /dev/mapper/os-root: clean, 21256/640848 files, 276953/2560000 blocks
  1680. Nov 4 16:20:16 fuel systemd: Started File System Check on /dev/mapper/os-root.
  1681. Nov 4 16:20:16 fuel systemd: Started dracut initqueue hook.
  1682. Nov 4 16:20:16 fuel systemd: Started dracut pre-mount hook.
  1683. Nov 4 16:20:16 fuel systemd: Mounting /sysroot...
  1684. Nov 4 16:20:16 fuel systemd: Reached target Remote File Systems (Pre).
  1685. Nov 4 16:20:16 fuel systemd: Starting Remote File Systems (Pre).
  1686. Nov 4 16:20:16 fuel systemd: Reached target Remote File Systems.
  1687. Nov 4 16:20:16 fuel systemd: Starting Remote File Systems.
  1688. Nov 4 16:20:16 fuel kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
  1689. Nov 4 16:20:16 fuel systemd: Mounted /sysroot.
  1690. Nov 4 16:20:16 fuel systemd: Reached target Initrd Root File System.
  1691. Nov 4 16:20:16 fuel systemd: Starting Initrd Root File System.
  1692. Nov 4 16:20:16 fuel systemd: Starting Reload Configuration from the Real Root...
  1693. Nov 4 16:20:16 fuel systemd: Reloading.
  1694. Nov 4 16:20:16 fuel systemd: Started Reload Configuration from the Real Root.
  1695. Nov 4 16:20:16 fuel systemd: Reached target Initrd File Systems.
  1696. Nov 4 16:20:16 fuel systemd: Starting Initrd File Systems.
  1697. Nov 4 16:20:16 fuel systemd: Started dracut mount hook.
  1698. Nov 4 16:20:16 fuel systemd: Reached target Initrd Default Target.
  1699. Nov 4 16:20:16 fuel systemd: Starting Initrd Default Target.
  1700. Nov 4 16:20:16 fuel systemd: Starting dracut pre-pivot and cleanup hook...
  1701. Nov 4 16:20:17 fuel systemd: Started dracut pre-pivot and cleanup hook.
  1702. Nov 4 16:20:17 fuel systemd: Starting Cleaning Up and Shutting Down Daemons...
  1703. Nov 4 16:20:17 fuel systemd: Starting Plymouth switch root service...
  1704. Nov 4 16:20:17 fuel systemd: Stopped target Timers.
  1705. Nov 4 16:20:17 fuel systemd: Stopping Timers.
  1706. Nov 4 16:20:17 fuel systemd: Stopped Cleaning Up and Shutting Down Daemons.
  1707. Nov 4 16:20:17 fuel systemd: Stopped dracut pre-pivot and cleanup hook.
  1708. Nov 4 16:20:17 fuel systemd: Stopping dracut pre-pivot and cleanup hook...
  1709. Nov 4 16:20:17 fuel systemd: Stopped target Remote File Systems.
  1710. Nov 4 16:20:17 fuel systemd: Stopping Remote File Systems.
  1711. Nov 4 16:20:17 fuel systemd: Stopped target Remote File Systems (Pre).
  1712. Nov 4 16:20:17 fuel systemd: Stopping Remote File Systems (Pre).
  1713. Nov 4 16:20:17 fuel systemd: Stopped dracut initqueue hook.
  1714. Nov 4 16:20:17 fuel systemd: Stopping dracut initqueue hook...
  1715. Nov 4 16:20:17 fuel systemd: Stopped target Initrd Default Target.
  1716. Nov 4 16:20:17 fuel systemd: Stopping Initrd Default Target.
  1717. Nov 4 16:20:17 fuel systemd: Stopped target Basic System.
  1718. Nov 4 16:20:17 fuel systemd: Stopping Basic System.
  1719. Nov 4 16:20:17 fuel systemd: Stopped target Slices.
  1720. Nov 4 16:20:17 fuel systemd: Stopping Slices.
  1721. Nov 4 16:20:17 fuel systemd: Stopped target Paths.
  1722. Nov 4 16:20:17 fuel systemd: Stopping Paths.
  1723. Nov 4 16:20:17 fuel systemd: Stopped target System Initialization.
  1724. Nov 4 16:20:17 fuel systemd: Stopping System Initialization.
  1725. Nov 4 16:20:17 fuel systemd: Stopping udev Kernel Device Manager...
  1726. Nov 4 16:20:17 fuel systemd: Stopped target Swap.
  1727. Nov 4 16:20:17 fuel systemd: Stopping Swap.
  1728. Nov 4 16:20:17 fuel systemd: Stopped udev Coldplug all Devices.
  1729. Nov 4 16:20:17 fuel systemd: Stopping udev Coldplug all Devices...
  1730. Nov 4 16:20:17 fuel systemd: Stopped Apply Kernel Variables.
  1731. Nov 4 16:20:17 fuel systemd: Stopping Apply Kernel Variables...
  1732. Nov 4 16:20:17 fuel systemd: Stopped target Local File Systems.
  1733. Nov 4 16:20:17 fuel systemd: Stopping Local File Systems.
  1734. Nov 4 16:20:17 fuel systemd: Stopped target Sockets.
  1735. Nov 4 16:20:17 fuel systemd: Stopping Sockets.
  1736. Nov 4 16:20:17 fuel systemd: Stopped udev Kernel Device Manager.
  1737. Nov 4 16:20:17 fuel systemd: Stopped dracut pre-udev hook.
  1738. Nov 4 16:20:17 fuel systemd: Stopping dracut pre-udev hook...
  1739. Nov 4 16:20:17 fuel systemd: Stopped dracut cmdline hook.
  1740. Nov 4 16:20:17 fuel systemd: Stopping dracut cmdline hook...
  1741. Nov 4 16:20:17 fuel systemd: Stopped Create Static Device Nodes in /dev.
  1742. Nov 4 16:20:17 fuel systemd: Stopping Create Static Device Nodes in /dev...
  1743. Nov 4 16:20:17 fuel systemd: Stopped Create list of required static device nodes for the current kernel.
  1744. Nov 4 16:20:17 fuel systemd: Stopping Create list of required static device nodes for the current kernel...
  1745. Nov 4 16:20:17 fuel systemd: Closed udev Kernel Socket.
  1746. Nov 4 16:20:17 fuel systemd: Stopping udev Kernel Socket.
  1747. Nov 4 16:20:17 fuel systemd: Closed udev Control Socket.
  1748. Nov 4 16:20:17 fuel systemd: Stopping udev Control Socket.
  1749. Nov 4 16:20:17 fuel systemd: Starting Cleanup udevd DB...
  1750. Nov 4 16:20:17 fuel systemd: Started Cleanup udevd DB.
  1751. Nov 4 16:20:17 fuel systemd: Reached target Switch Root.
  1752. Nov 4 16:20:17 fuel systemd: Starting Switch Root.
  1753. Nov 4 16:20:17 fuel systemd: Started Plymouth switch root service.
  1754. Nov 4 16:20:17 fuel systemd: Starting Switch Root...
  1755. Nov 4 16:20:17 fuel systemd: Switching root.
  1756. Nov 4 16:20:17 fuel journal: Journal stopped
  1757. 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).
  1758. 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).
  1759. Nov 4 16:20:18 fuel systemd-journald[111]: Received SIGTERM from PID 1 (systemd).
  1760. Nov 4 16:20:18 fuel kernel: type=1403 audit(1478276417.717:2): policy loaded auid=4294967295 ses=4294967295
  1761. Nov 4 16:20:18 fuel systemd[1]: Successfully loaded SELinux policy in 204.179ms.
  1762. Nov 4 16:20:18 fuel kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
  1763. Nov 4 16:20:18 fuel systemd[1]: Inserted module 'ip_tables'
  1764. Nov 4 16:20:18 fuel systemd[1]: Relabelled /dev and /run in 17.358ms.
  1765. Nov 4 16:20:18 fuel kernel: EXT4-fs (dm-0): re-mounted. Opts: (null)
  1766. Nov 4 16:20:18 fuel journal: Journal started
  1767. 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)
  1768. Nov 4 16:20:18 fuel systemd: Detected virtualization vmware.
  1769. Nov 4 16:20:18 fuel systemd: Detected architecture x86-64.
  1770. Nov 4 16:20:18 fuel systemd: Set hostname to <fuel.domain.tld>.
  1771. 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.
  1772. Nov 4 16:20:18 fuel systemd: Started LVM2 metadata daemon.
  1773. Nov 4 16:20:18 fuel systemd: Starting LVM2 metadata daemon...
  1774. Nov 4 16:20:18 fuel systemd: Started Create Static Device Nodes in /dev.
  1775. Nov 4 16:20:18 fuel systemd: Starting udev Kernel Device Manager...
  1776. Nov 4 16:20:18 fuel systemd: Reached target Local File Systems (Pre).
  1777. Nov 4 16:20:18 fuel systemd: Starting Local File Systems (Pre).
  1778. Nov 4 16:20:18 fuel systemd: Received SIGRTMIN+20 from PID 289 (plymouthd).
  1779. Nov 4 16:20:18 fuel systemd-udevd: starting version 219
  1780. Nov 4 16:20:18 fuel systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring.
  1781. Nov 4 16:20:18 fuel systemd: Started Configure read-only root support.
  1782. Nov 4 16:20:18 fuel systemd: Started udev Kernel Device Manager.
  1783. Nov 4 16:20:19 fuel systemd: Started Rebuild Hardware Database.
  1784. Nov 4 16:20:19 fuel systemd: Starting udev Coldplug all Devices...
  1785. Nov 4 16:20:19 fuel systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring.
  1786. Nov 4 16:20:19 fuel systemd: Started udev Coldplug all Devices.
  1787. Nov 4 16:20:19 fuel lvm: 2 logical volume(s) in volume group "os" monitored
  1788. Nov 4 16:20:19 fuel systemd: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
  1789. Nov 4 16:20:19 fuel kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  1790. Nov 4 16:20:19 fuel kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
  1791. Nov 4 16:20:19 fuel kernel: sr 1:0:0:0: Attached scsi generic sg1 type 5
  1792. Nov 4 16:20:19 fuel kernel: piix4_smbus 0000:00:07.3: Host SMBus controller not enabled!
  1793. Nov 4 16:20:19 fuel kernel: vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x11080, irq 16
  1794. Nov 4 16:20:19 fuel kernel: vmw_vmci 0000:00:07.7: Using capabilities 0xc
  1795. Nov 4 16:20:19 fuel kernel: Guest personality initialized and is active
  1796. Nov 4 16:20:19 fuel kernel: VMCI host device registered (name=vmci, major=10, minor=58)
  1797. Nov 4 16:20:19 fuel kernel: Initialized host personality
  1798. Nov 4 16:20:19 fuel kernel: input: PC Speaker as /devices/platform/pcspkr/input/input3
  1799. Nov 4 16:20:19 fuel kernel: ppdev: user-space parallel port driver
  1800. Nov 4 16:20:19 fuel kernel: Floppy drive(s): fd0 is 1.44M
  1801. Nov 4 16:20:19 fuel systemd: Found device /dev/mapper/os-swap.
  1802. Nov 4 16:20:19 fuel systemd: Activating swap /dev/mapper/os-swap...
  1803. Nov 4 16:20:19 fuel systemd: Created slice system-lvm2\x2dpvscan.slice.
  1804. Nov 4 16:20:19 fuel systemd: Starting system-lvm2\x2dpvscan.slice.
  1805. Nov 4 16:20:19 fuel systemd: Starting LVM2 PV scan on device 8:4...
  1806. Nov 4 16:20:19 fuel systemd: Starting LVM2 PV scan on device 8:5...
  1807. Nov 4 16:20:19 fuel kernel: Adding 4063228k swap on /dev/mapper/os-swap. Priority:-1 extents:1 across:4063228k FS
  1808. Nov 4 16:20:19 fuel systemd: Activated swap /dev/mapper/os-swap.
  1809. Nov 4 16:20:19 fuel systemd: Reached target Swap.
  1810. Nov 4 16:20:19 fuel systemd: Starting Swap.
  1811. Nov 4 16:20:19 fuel lvm: 0 logical volume(s) in volume group "docker" now active
  1812. Nov 4 16:20:19 fuel systemd: Started LVM2 PV scan on device 8:4.
  1813. Nov 4 16:20:19 fuel systemd: Found device Virtual_disk primary.
  1814. Nov 4 16:20:19 fuel kernel: AES CTR mode by8 optimization enabled
  1815. Nov 4 16:20:19 fuel kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
  1816. Nov 4 16:20:19 fuel kernel: alg: No test for crc32 (crc32-pclmul)
  1817. Nov 4 16:20:19 fuel kernel: intel_rapl: no valid rapl domains found in package 0
  1818. Nov 4 16:20:19 fuel kernel: intel_rapl: no valid rapl domains found in package 0
  1819. Nov 4 16:20:19 fuel kernel: intel_rapl: no valid rapl domains found in package 0
  1820. 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
  1821. Nov 4 16:20:19 fuel systemd: Found device Virtual_disk primary.
  1822. Nov 4 16:20:19 fuel systemd: Mounting /boot...
  1823. 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
  1824. Nov 4 16:20:19 fuel systemd: Found device /dev/mapper/os-varlog.
  1825. Nov 4 16:20:19 fuel systemd: Starting File System Check on /dev/mapper/os-varlog...
  1826. Nov 4 16:20:20 fuel lvm: 4 logical volume(s) in volume group "os" now active
  1827. Nov 4 16:20:20 fuel systemd: Found device /dev/mapper/os-var.
  1828. Nov 4 16:20:20 fuel systemd: Starting File System Check on /dev/mapper/os-var...
  1829. Nov 4 16:20:20 fuel systemd: Started LVM2 PV scan on device 8:5.
  1830. Nov 4 16:20:20 fuel kernel: SGI XFS with ACLs, security attributes, no debug enabled
  1831. Nov 4 16:20:20 fuel kernel: XFS (sda3): Mounting V4 Filesystem
  1832. Nov 4 16:20:20 fuel systemd-fsck: /dev/mapper/os-var: clean, 4635/12484608 files, 1473534/49922048 blocks
  1833. Nov 4 16:20:20 fuel systemd: Started File System Check on /dev/mapper/os-var.
  1834. Nov 4 16:20:20 fuel systemd-fsck: /dev/mapper/os-varlog: clean, 31/18726912 files, 1225165/74883072 blocks
  1835. Nov 4 16:20:20 fuel systemd: Mounting /var...
  1836. Nov 4 16:20:20 fuel systemd: Started File System Check on /dev/mapper/os-varlog.
  1837. Nov 4 16:20:20 fuel kernel: EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
  1838. Nov 4 16:20:20 fuel systemd: Mounted /var.
  1839. Nov 4 16:20:20 fuel systemd: Mounting /var/log...
  1840. Nov 4 16:20:20 fuel systemd: Starting Load/Save Random Seed...
  1841. Nov 4 16:20:20 fuel systemd: Mounted /var/log.
  1842. Nov 4 16:20:20 fuel kernel: EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
  1843. Nov 4 16:20:20 fuel systemd: Starting Flush Journal to Persistent Storage...
  1844. Nov 4 16:20:20 fuel systemd: Started Load/Save Random Seed.
  1845. 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).
  1846. Nov 4 16:20:20 fuel systemd: Started Flush Journal to Persistent Storage.
  1847. Nov 4 16:20:20 fuel systemd: Mounted /boot.
  1848. Nov 4 16:20:20 fuel kernel: XFS (sda3): Ending clean mount
  1849. Nov 4 16:20:20 fuel systemd: Mounting /boot/efi...
  1850. Nov 4 16:20:20 fuel systemd: Mounted /boot/efi.
  1851. Nov 4 16:20:20 fuel systemd: Reached target Local File Systems.
  1852. Nov 4 16:20:20 fuel systemd: Starting Local File Systems.
  1853. Nov 4 16:20:20 fuel systemd: Starting Rebuild Journal Catalog...
  1854. Nov 4 16:20:20 fuel systemd: Started Commit a transient machine-id on disk.
  1855. Nov 4 16:20:20 fuel systemd: Started Reconfigure the system on administrator request.
  1856. Nov 4 16:20:20 fuel systemd: Started Relabel all filesystems, if necessary.
  1857. Nov 4 16:20:20 fuel systemd: Starting Tell Plymouth To Write Out Runtime Data...
  1858. Nov 4 16:20:20 fuel systemd: Started Mark the need to relabel after reboot.
  1859. Nov 4 16:20:20 fuel systemd: Starting Import network configuration from initramfs...
  1860. Nov 4 16:20:20 fuel systemd: Started Tell Plymouth To Write Out Runtime Data.
  1861. Nov 4 16:20:20 fuel systemd: Started Rebuild Journal Catalog.
  1862. Nov 4 16:20:20 fuel kernel: dm-3: WRITE SAME failed. Manually zeroing.
  1863. Nov 4 16:20:20 fuel systemd: Started Import network configuration from initramfs.
  1864. Nov 4 16:20:20 fuel systemd: Starting Create Volatile Files and Directories...
  1865. Nov 4 16:20:21 fuel systemd: Started Create Volatile Files and Directories.
  1866. Nov 4 16:20:21 fuel systemd: Starting Security Auditing Service...
  1867. Nov 4 16:20:21 fuel auditd[695]: Started dispatcher: /sbin/audispd pid: 710
  1868. 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
  1869. Nov 4 16:20:21 fuel auditd[695]: Init complete, auditd 2.4.1 listening for events (startup state enable)
  1870. Nov 4 16:20:21 fuel augenrules: No rules
  1871. Nov 4 16:20:21 fuel augenrules: enabled 1
  1872. Nov 4 16:20:21 fuel augenrules: flag 1
  1873. Nov 4 16:20:21 fuel augenrules: pid 695
  1874. Nov 4 16:20:21 fuel augenrules: rate_limit 0
  1875. Nov 4 16:20:21 fuel augenrules: backlog_limit 320
  1876. Nov 4 16:20:21 fuel augenrules: lost 0
  1877. Nov 4 16:20:21 fuel augenrules: backlog 1
  1878. Nov 4 16:20:21 fuel systemd: Started Security Auditing Service.
  1879. Nov 4 16:20:21 fuel systemd: Starting Update UTMP about System Boot/Shutdown...
  1880. Nov 4 16:20:21 fuel audispd: No plugins found, exiting
  1881. Nov 4 16:20:21 fuel systemd: Started Update UTMP about System Boot/Shutdown.
  1882. Nov 4 16:20:22 fuel kernel: floppy0: no floppy controllers found
  1883. Nov 4 16:20:22 fuel kernel: work still pending
  1884. Nov 4 16:20:25 fuel systemd: Started Rebuild Dynamic Linker Cache.
  1885. Nov 4 16:20:25 fuel systemd: Starting Update is Completed...
  1886. Nov 4 16:20:25 fuel systemd: Started Update is Completed.
  1887. Nov 4 16:20:25 fuel systemd: Reached target System Initialization.
  1888. Nov 4 16:20:25 fuel systemd: Starting System Initialization.
  1889. Nov 4 16:20:25 fuel systemd: Started Flexible branding.
  1890. Nov 4 16:20:25 fuel systemd: Starting Flexible branding.
  1891. Nov 4 16:20:25 fuel systemd: Reached target Paths.
  1892. Nov 4 16:20:25 fuel systemd: Starting Paths.
  1893. Nov 4 16:20:25 fuel systemd: Started Daily Cleanup of Temporary Directories.
  1894. Nov 4 16:20:25 fuel systemd: Starting Daily Cleanup of Temporary Directories.
  1895. Nov 4 16:20:25 fuel systemd: Reached target Timers.
  1896. Nov 4 16:20:25 fuel systemd: Starting Timers.
  1897. Nov 4 16:20:25 fuel systemd: Listening on D-Bus System Message Bus Socket.
  1898. Nov 4 16:20:25 fuel systemd: Starting D-Bus System Message Bus Socket.
  1899. Nov 4 16:20:25 fuel systemd: Reached target Sockets.
  1900. Nov 4 16:20:25 fuel systemd: Starting Sockets.
  1901. Nov 4 16:20:25 fuel systemd: Reached target Basic System.
  1902. Nov 4 16:20:25 fuel systemd: Starting Basic System.
  1903. Nov 4 16:20:25 fuel systemd: Started irqbalance daemon.
  1904. Nov 4 16:20:25 fuel systemd: Starting irqbalance daemon...
  1905. Nov 4 16:20:25 fuel systemd: Starting Permit User Sessions...
  1906. Nov 4 16:20:25 fuel systemd: Started Load CPU microcode update.
  1907. Nov 4 16:20:25 fuel systemd: Starting Network Manager...
  1908. Nov 4 16:20:25 fuel systemd: Starting Dump dmesg to /var/log/dmesg...
  1909. Nov 4 16:20:26 fuel systemd: Starting System Logging Service...
  1910. Nov 4 16:20:26 fuel systemd: Starting Login Service...
  1911. Nov 4 16:20:26 fuel systemd: Started D-Bus System Message Bus.
  1912. Nov 4 16:20:26 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'org.freedesktop.systemd1'
  1913. Nov 4 16:20:26 fuel dbus[730]: [system] Successfully activated service 'org.freedesktop.systemd1'
  1914. Nov 4 16:20:26 fuel systemd: Starting D-Bus System Message Bus...
  1915. Nov 4 16:20:26 fuel systemd: Started System Logging Service.
  1916. Nov 4 16:20:26 fuel systemd: Started Permit User Sessions.
  1917. Nov 4 16:20:26 fuel systemd: Started Dump dmesg to /var/log/dmesg.
  1918. Nov 4 16:20:26 fuel systemd-logind: New seat seat0.
  1919. Nov 4 16:20:26 fuel systemd-logind: Watching system buttons on /dev/input/event0 (Power Button)
  1920. Nov 4 16:20:26 fuel systemd: Started Command Scheduler.
  1921. Nov 4 16:20:26 fuel systemd: Starting Command Scheduler...
  1922. Nov 4 16:20:26 fuel systemd: Starting Wait for Plymouth Boot Screen to Quit...
  1923. Nov 4 16:20:26 fuel systemd: Starting Terminate Plymouth Boot Screen...
  1924. Nov 4 16:20:26 fuel systemd: Started Login Service.
  1925. Nov 4 16:20:26 fuel systemd: Received SIGRTMIN+21 from PID 289 (plymouthd).
  1926. Nov 4 16:20:26 fuel systemd: Started Wait for Plymouth Boot Screen to Quit.
  1927. Nov 4 16:20:26 fuel systemd: Started Terminate Plymouth Boot Screen.
  1928. Nov 4 16:20:26 fuel systemd: Started Getty on tty1.
  1929. Nov 4 16:20:26 fuel systemd: Starting Getty on tty1...
  1930. Nov 4 16:20:26 fuel systemd: Reached target Login Prompts.
  1931. Nov 4 16:20:26 fuel systemd: Starting Login Prompts.
  1932. Nov 4 16:20:26 fuel NetworkManager[723]: <info> NetworkManager (version 1.0.6-29.el7_2) is starting...
  1933. Nov 4 16:20:26 fuel NetworkManager[723]: <info> Read config: /etc/NetworkManager/NetworkManager.conf and conf.d: 10-ibft-plugin.conf
  1934. Nov 4 16:20:26 fuel systemd: Started Network Manager.
  1935. Nov 4 16:20:26 fuel systemd: Starting Network Manager Wait Online...
  1936. 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)
  1937. 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)
  1938. 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.
  1939. 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")
  1940. 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")
  1941. Nov 4 16:20:26 fuel NetworkManager[723]: <info> monitoring kernel firmware directory '/lib/firmware'.
  1942. Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMVxlanFactory (internal)
  1943. Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMVlanFactory (internal)
  1944. Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMVethFactory (internal)
  1945. Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMTunFactory (internal)
  1946. Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMMacvlanFactory (internal)
  1947. Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMInfinibandFactory (internal)
  1948. Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMGreFactory (internal)
  1949. Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMEthernetFactory (internal)
  1950. Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMBridgeFactory (internal)
  1951. Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMBondFactory (internal)
  1952. Nov 4 16:20:26 fuel NetworkManager[723]: <info> Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/libnm-device-plugin-team.so)
  1953. Nov 4 16:20:26 fuel NetworkManager[723]: <info> WiFi enabled by radio killswitch; enabled by state file
  1954. Nov 4 16:20:26 fuel NetworkManager[723]: <info> WWAN enabled by radio killswitch; enabled by state file
  1955. Nov 4 16:20:26 fuel NetworkManager[723]: <info> WiMAX enabled by radio killswitch; enabled by state file
  1956. Nov 4 16:20:26 fuel NetworkManager[723]: <info> Networking is enabled by state file
  1957. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth1): new Ethernet device (carrier: OFF, driver: 'vmxnet3', ifindex: 3)
  1958. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
  1959. Nov 4 16:20:26 fuel kernel: IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  1960. Nov 4 16:20:26 fuel kernel: vmxnet3 0000:13:00.0 eth1: intr type 3, mode 0, 5 vectors allocated
  1961. Nov 4 16:20:26 fuel kernel: vmxnet3 0000:13:00.0 eth1: NIC Link is Up 10000 Mbps
  1962. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth1): link connected
  1963. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): new Ethernet device (carrier: OFF, driver: 'vmxnet3', ifindex: 2)
  1964. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
  1965. Nov 4 16:20:26 fuel kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  1966. Nov 4 16:20:26 fuel kernel: vmxnet3 0000:0b:00.0 eth0: intr type 3, mode 0, 5 vectors allocated
  1967. Nov 4 16:20:26 fuel kernel: vmxnet3 0000:0b:00.0 eth0: NIC Link is Up 10000 Mbps
  1968. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): link connected
  1969. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (lo): link connected
  1970. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (lo): new Generic device (carrier: ON, driver: 'unknown', ifindex: 1)
  1971. Nov 4 16:20:26 fuel dbus-daemon: dbus[730]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
  1972. Nov 4 16:20:26 fuel dbus[730]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
  1973. Nov 4 16:20:26 fuel dbus[730]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
  1974. Nov 4 16:20:26 fuel dbus-daemon: dbus[730]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
  1975. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth1): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
  1976. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
  1977. Nov 4 16:20:26 fuel NetworkManager[723]: <info> Auto-activating connection 'eth0'.
  1978. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): Activation: starting connection 'eth0' (99a9eae7-c924-4411-bf31-b62b1697357e)
  1979. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
  1980. Nov 4 16:20:26 fuel NetworkManager[723]: <info> NetworkManager state is now CONNECTING
  1981. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
  1982. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
  1983. 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.
  1984. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
  1985. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
  1986. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0]
  1987. Nov 4 16:20:26 fuel NetworkManager[723]: <info> NetworkManager state is now CONNECTED_LOCAL
  1988. Nov 4 16:20:26 fuel NetworkManager[723]: <info> NetworkManager state is now CONNECTED_GLOBAL
  1989. Nov 4 16:20:26 fuel NetworkManager[723]: <info> Policy set 'eth0' (eth0) as default for IPv4 routing and DNS.
  1990. Nov 4 16:20:26 fuel NetworkManager[723]: <info> (eth0): Activation: successful, device activated.
  1991. 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'
  1992. 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'
  1993. Nov 4 16:20:26 fuel systemd: Starting WPA Supplicant daemon...
  1994. Nov 4 16:20:26 fuel systemd: Starting Authorization Manager...
  1995. Nov 4 16:20:26 fuel systemd: Starting Network Manager Script Dispatcher Service...
  1996. Nov 4 16:20:26 fuel dbus[730]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
  1997. Nov 4 16:20:26 fuel systemd: Started Network Manager Script Dispatcher Service.
  1998. Nov 4 16:20:26 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
  1999. Nov 4 16:20:26 fuel nm-dispatcher: Dispatching action 'up' for eth0
  2000. Nov 4 16:20:26 fuel polkitd[758]: Started polkitd version 0.112
  2001. Nov 4 16:20:26 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
  2002. Nov 4 16:20:26 fuel dbus[730]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
  2003. Nov 4 16:20:26 fuel systemd: Started WPA Supplicant daemon.
  2004. Nov 4 16:20:26 fuel NetworkManager[723]: <info> wpa_supplicant running
  2005. Nov 4 16:20:26 fuel dbus[730]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
  2006. Nov 4 16:20:26 fuel systemd: Started Authorization Manager.
  2007. Nov 4 16:20:26 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
  2008. Nov 4 16:20:31 fuel systemd: Created slice user-0.slice.
  2009. Nov 4 16:20:31 fuel systemd: Starting user-0.slice.
  2010. Nov 4 16:20:31 fuel systemd-logind: New session 1 of user root.
  2011. Nov 4 16:20:31 fuel systemd: Started Session 1 of user root.
  2012. Nov 4 16:20:31 fuel systemd: Starting Session 1 of user root.
  2013. Nov 4 16:20:31 fuel systemd: Reloading.
  2014. 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.
  2015. 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.
  2016. Nov 4 16:20:31 fuel NetworkManager[723]: <info> startup complete
  2017. Nov 4 16:20:31 fuel systemd: Started Network Manager Wait Online.
  2018. Nov 4 16:20:31 fuel systemd: Starting LSB: Bring up/down networking...
  2019. Nov 4 16:20:32 fuel network: Bringing up loopback interface: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
  2020. Nov 4 16:20:32 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
  2021. Nov 4 16:20:32 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
  2022. Nov 4 16:20:32 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
  2023. Nov 4 16:20:32 fuel network: [ OK ]
  2024. Nov 4 16:20:32 fuel network: Bringing up interface eth0: [ OK ]
  2025. Nov 4 16:20:32 fuel systemd: Started LSB: Bring up/down networking.
  2026. Nov 4 16:20:32 fuel systemd: Reached target Multi-User System.
  2027. Nov 4 16:20:32 fuel systemd: Starting Multi-User System.
  2028. Nov 4 16:20:32 fuel systemd: Starting Update UTMP about System Runlevel Changes...
  2029. Nov 4 16:20:32 fuel systemd: Started Stop Read-Ahead Data Collection 10s After Completed Startup.
  2030. Nov 4 16:20:32 fuel systemd: Reached target Network.
  2031. Nov 4 16:20:32 fuel systemd: Starting Network.
  2032. Nov 4 16:20:32 fuel systemd: Reached target Network is Online.
  2033. Nov 4 16:20:32 fuel systemd: Starting Network is Online.
  2034. Nov 4 16:20:32 fuel systemd: Starting Crash recovery kernel arming...
  2035. Nov 4 16:20:32 fuel systemd: Started Update UTMP about System Runlevel Changes.
  2036. Nov 4 16:20:33 fuel kdumpctl: No kdump initial ramdisk found.
  2037. Nov 4 16:20:33 fuel kdumpctl: Rebuilding /boot/initramfs-3.10.0-327.13.1.el7.x86_64kdump.img
  2038. Nov 4 16:20:34 fuel dracut: dracut-
  2039. 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
  2040. Nov 4 16:20:34 fuel dracut: dracut module 'modsign' will not be installed, because command 'keyctl' could not be found!
  2041. Nov 4 16:20:34 fuel dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
  2042. Nov 4 16:20:35 fuel dracut: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted!
  2043. Nov 4 16:20:35 fuel dracut: dracut module 'plymouth' will not be installed, because it's in the list to be omitted!
  2044. Nov 4 16:20:35 fuel dracut: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found!
  2045. Nov 4 16:20:35 fuel dracut: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
  2046. Nov 4 16:20:35 fuel dracut: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!
  2047. Nov 4 16:20:35 fuel dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
  2048. Nov 4 16:20:35 fuel dracut: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!
  2049. Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found!
  2050. Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found!
  2051. Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found!
  2052. Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found!
  2053. Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found!
  2054. Nov 4 16:20:35 fuel dracut: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found!
  2055. Nov 4 16:20:35 fuel dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
  2056. Nov 4 16:20:35 fuel dracut: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found!
  2057. Nov 4 16:20:35 fuel dracut: 95nfs: Could not find any command of 'rpcbind portmap'!
  2058. Nov 4 16:20:35 fuel dracut: dracut module 'resume' will not be installed, because it's in the list to be omitted!
  2059. Nov 4 16:20:35 fuel dracut: dracut module 'modsign' will not be installed, because command 'keyctl' could not be found!
  2060. Nov 4 16:20:35 fuel dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
  2061. Nov 4 16:20:35 fuel dracut: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found!
  2062. Nov 4 16:20:35 fuel dracut: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
  2063. Nov 4 16:20:35 fuel dracut: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!
  2064. Nov 4 16:20:35 fuel dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
  2065. Nov 4 16:20:35 fuel dracut: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!
  2066. Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found!
  2067. Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found!
  2068. Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found!
  2069. Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found!
  2070. Nov 4 16:20:35 fuel dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found!
  2071. Nov 4 16:20:35 fuel dracut: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found!
  2072. Nov 4 16:20:35 fuel dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
  2073. Nov 4 16:20:35 fuel dracut: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found!
  2074. Nov 4 16:20:35 fuel dracut: 95nfs: Could not find any command of 'rpcbind portmap'!
  2075. Nov 4 16:20:35 fuel dracut: *** Including module: bash ***
  2076. Nov 4 16:20:35 fuel dracut: *** Including module: nss-softokn ***
  2077. Nov 4 16:20:35 fuel dracut: *** Including module: i18n ***
  2078. Nov 4 16:20:35 fuel dracut: *** Including module: network ***
  2079. Nov 4 16:20:36 fuel dracut: *** Including module: drm ***
  2080. Nov 4 16:20:36 fuel dracut: *** Including module: dm ***
  2081. Nov 4 16:20:36 fuel dracut: Skipping udev rule: 64-device-mapper.rules
  2082. Nov 4 16:20:36 fuel dracut: Skipping udev rule: 60-persistent-storage-dm.rules
  2083. Nov 4 16:20:36 fuel dracut: Skipping udev rule: 55-dm.rules
  2084. Nov 4 16:20:36 fuel dracut: *** Including module: kernel-modules ***
  2085. Nov 4 16:20:37 fuel yum[4417]: Installed: fuel-setup-9.0.0-1.mos6340.noarch
  2086. Nov 4 16:20:37 fuel yum[5042]: Installed: yum-plugin-priorities-1.1.31-34.el7.noarch
  2087. Nov 4 16:20:38 fuel yum[5209]: Installed: python-chardet-2.2.1-1.el7_1.noarch
  2088. Nov 4 16:20:38 fuel yum[5209]: Installed: python-kitchen-1.1.1-5.el7.noarch
  2089. Nov 4 16:20:38 fuel yum[5209]: Installed: yum-utils-1.1.31-34.el7.noarch
  2090. Nov 4 16:20:39 fuel yum[5577]: Installed: fuel-release-9.0.0-1.mos6340.noarch
  2091. Nov 4 16:20:41 fuel yum[5941]: Installed: 1:make-3.82-21.el7.x86_64
  2092. Nov 4 16:20:41 fuel yum[5941]: Installed: 1:openssl-1.0.1e-51.el7_2.4.x86_64
  2093. Nov 4 16:20:41 fuel yum[5941]: Installed: newt-python-0.52.15-4.el7.x86_64
  2094. Nov 4 16:20:41 fuel yum[5941]: Installed: authconfig-6.2.8-10.el7.x86_64
  2095. Nov 4 16:20:41 fuel dracut: *** Including module: lvm ***
  2096. Nov 4 16:20:41 fuel dracut: Skipping udev rule: 64-device-mapper.rules
  2097. Nov 4 16:20:41 fuel dracut: Skipping udev rule: 56-lvm.rules
  2098. Nov 4 16:20:41 fuel dracut: Skipping udev rule: 60-persistent-storage-lvm.rules
  2099. Nov 4 16:20:41 fuel dracut: *** Including module: fstab-sys ***
  2100. Nov 4 16:20:41 fuel dracut: *** Including module: rootfs-block ***
  2101. Nov 4 16:20:41 fuel dracut: *** Including module: terminfo ***
  2102. Nov 4 16:20:42 fuel dracut: *** Including module: udev-rules ***
  2103. Nov 4 16:20:42 fuel dracut: Skipping udev rule: 91-permissions.rules
  2104. Nov 4 16:20:42 fuel dracut: *** Including module: biosdevname ***
  2105. Nov 4 16:20:42 fuel dracut: *** Including module: systemd ***
  2106. Nov 4 16:20:42 fuel yum[6603]: Installed: 32:bind-libs-9.9.4-29.el7_2.3.x86_64
  2107. Nov 4 16:20:42 fuel yum[6603]: Installed: 32:bind-utils-9.9.4-29.el7_2.3.x86_64
  2108. Nov 4 16:20:42 fuel dracut: *** Including module: usrmount ***
  2109. Nov 4 16:20:42 fuel dracut: *** Including module: base ***
  2110. Nov 4 16:20:42 fuel dracut: *** Including module: fs-lib ***
  2111. Nov 4 16:20:42 fuel dracut: *** Including module: kdumpbase ***
  2112. Nov 4 16:20:43 fuel yum[7041]: Installed: bridge-utils-1.5-9.el7.x86_64
  2113. Nov 4 16:20:43 fuel dracut: *** Including module: shutdown ***
  2114. Nov 4 16:20:43 fuel dracut: *** Including modules done ***
  2115. Nov 4 16:20:43 fuel dracut: *** Installing kernel module dependencies and firmware ***
  2116. Nov 4 16:20:43 fuel dracut: *** Installing kernel module dependencies and firmware done ***
  2117. Nov 4 16:20:43 fuel dracut: *** Resolving executable dependencies ***
  2118. Nov 4 16:20:43 fuel yum[7659]: Installed: daemonize-1.7.3-8.el7~mos1.x86_64
  2119. Nov 4 16:20:44 fuel systemd: Reloading.
  2120. 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.
  2121. 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.
  2122. Nov 4 16:20:44 fuel yum[8154]: Installed: 12:dhcp-4.2.5-42.el7.centos.x86_64
  2123. Nov 4 16:20:44 fuel dracut: *** Resolving executable dependencies done***
  2124. Nov 4 16:20:44 fuel dracut: *** Hardlinking files ***
  2125. Nov 4 16:20:44 fuel dracut: *** Hardlinking files done ***
  2126. Nov 4 16:20:44 fuel dracut: *** Stripping files ***
  2127. Nov 4 16:20:44 fuel dracut: *** Stripping files done ***
  2128. Nov 4 16:20:44 fuel dracut: *** Generating early-microcode cpio image ***
  2129. Nov 4 16:20:45 fuel dracut: *** Constructing GenuineIntel.bin ****
  2130. Nov 4 16:20:45 fuel dracut: *** Store current command line parameters ***
  2131. Nov 4 16:20:45 fuel dracut: *** Creating image file ***
  2132. Nov 4 16:20:45 fuel yum[9075]: Installed: audit-libs-python-2.4.1-5.el7.x86_64
  2133. Nov 4 16:20:45 fuel yum[9075]: Installed: docker-forward-journald-1.9.1-25.el7.centos.x86_64
  2134. Nov 4 16:20:45 fuel yum[9075]: Installed: libsemanage-python-2.1.10-18.el7.x86_64
  2135. Nov 4 16:20:45 fuel yum[9075]: Installed: libselinux-python-2.2.2-6.el7.x86_64
  2136. Nov 4 16:20:45 fuel yum[9075]: Installed: checkpolicy-2.1.12-6.el7.x86_64
  2137. Nov 4 16:20:45 fuel yum[9075]: Installed: python-IPy-0.75-6.el7.noarch
  2138. Nov 4 16:20:45 fuel yum[9075]: Installed: libcgroup-0.41-8.el7.x86_64
  2139. Nov 4 16:20:45 fuel yum[9075]: Installed: setools-libs-3.3.7-46.el7.x86_64
  2140. 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'
  2141. 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'
  2142. Nov 4 16:20:45 fuel dbus[730]: [system] Reloaded configuration
  2143. Nov 4 16:20:45 fuel dbus-daemon: dbus[730]: [system] Reloaded configuration
  2144. Nov 4 16:20:45 fuel dbus[730]: [system] Reloaded configuration
  2145. Nov 4 16:20:45 fuel dbus-daemon: dbus[730]: [system] Reloaded configuration
  2146. Nov 4 16:20:46 fuel yum[9075]: Installed: policycoreutils-python-2.2.5-20.el7.x86_64
  2147. Nov 4 16:20:56 fuel dracut: *** Creating image file done ***
  2148. Nov 4 16:20:56 fuel kdumpctl: cat: write error: Broken pipe
  2149. Nov 4 16:20:59 fuel kernel: SELinux: Context system_u:unconfined_r:sandbox_t:s0-s0:c0.c1023 became invalid (unmapped).
  2150. Nov 4 16:20:59 fuel kdumpctl: /usr/bin/kdumpctl: line 466: /sbin/kexec: Cannot allocate memory
  2151. Nov 4 16:20:59 fuel kdumpctl: kexec: failed to load kdump kernel
  2152. Nov 4 16:20:59 fuel kdumpctl: Starting kdump: [FAILED]
  2153. Nov 4 16:20:59 fuel systemd: kdump.service: main process exited, code=exited, status=1/FAILURE
  2154. Nov 4 16:20:59 fuel systemd: Failed to start Crash recovery kernel arming.
  2155. Nov 4 16:20:59 fuel systemd: Startup finished in 637ms (kernel) + 4.007s (initrd) + 41.821s (userspace) = 46.466s.
  2156. Nov 4 16:20:59 fuel systemd: Unit kdump.service entered failed state.
  2157. Nov 4 16:20:59 fuel systemd: kdump.service failed.
  2158. Nov 4 16:20:59 fuel kernel: SELinux: Context unconfined_u:unconfined_r:sandbox_t:s0-s0:c0.c1023 became invalid (unmapped).
  2159. Nov 4 16:20:59 fuel dbus-daemon: dbus[730]: avc: received policyload notice (seqno=2)
  2160. Nov 4 16:20:59 fuel dbus[730]: avc: received policyload notice (seqno=2)
  2161. Nov 4 16:20:59 fuel dbus[730]: [system] Reloaded configuration
  2162. Nov 4 16:20:59 fuel dbus-daemon: dbus[730]: [system] Reloaded configuration
  2163. Nov 4 16:20:59 fuel yum[9075]: Installed: docker-selinux-1.9.1-25.el7.centos.x86_64
  2164. Nov 4 16:21:01 fuel systemd: Reloading.
  2165. 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.
  2166. 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.
  2167. Nov 4 16:21:01 fuel yum[9075]: Installed: docker-1.9.1-25.el7.centos.x86_64
  2168. Nov 4 16:21:04 fuel yum[10611]: Installed: python-six-1.10.0-2.el7~mos1.noarch
  2169. Nov 4 16:21:04 fuel yum[10611]: Installed: python-setuptools-17.1.1-3.el7~mos1.noarch
  2170. Nov 4 16:21:04 fuel yum[10611]: Installed: python-pbr-1.8.0-1.el7~mos4.noarch
  2171. Nov 4 16:21:04 fuel yum[10611]: Installed: python-stevedore-1.8.0-1.el7~mos1.noarch
  2172. Nov 4 16:21:04 fuel yum[10611]: Installed: pytz-2015.4-1.el7~mos2.noarch
  2173. Nov 4 16:21:05 fuel yum[10611]: Installed: python-babel-1.3-6.el7~mos1.noarch
  2174. Nov 4 16:21:05 fuel yum[10611]: Installed: python-iso8601-0.1.10-1.el7~mos1.noarch
  2175. Nov 4 16:21:05 fuel yum[10611]: Installed: python-netaddr-0.7.14-1.el7~mos2.noarch
  2176. Nov 4 16:21:05 fuel yum[10611]: Installed: python-netifaces-0.10.4-2.el7~mos2.x86_64
  2177. Nov 4 16:21:05 fuel yum[10611]: Installed: pyflakes-0.8.1-4.el7~mos1.noarch
  2178. Nov 4 16:21:06 fuel yum[10611]: Installed: libxslt-1.1.28-5.el7.x86_64
  2179. Nov 4 16:21:06 fuel yum[10611]: Installed: python-funcsigs-0.4-1.el7~mos1.noarch
  2180. Nov 4 16:21:06 fuel yum[10611]: Installed: python-prettytable-0.7.2-6.el7~mos1.noarch
  2181. Nov 4 16:21:06 fuel yum[10611]: Installed: deltarpm-3.6-3.el7.x86_64
  2182. Nov 4 16:21:06 fuel yum[10611]: Installed: python-deltarpm-3.6-3.el7.x86_64
  2183. Nov 4 16:21:06 fuel yum[10611]: Installed: python-lxml-3.2.1-4.el7.x86_64
  2184. Nov 4 16:21:06 fuel yum[10611]: Installed: xmlstarlet-1.6.1-1.el7~mos1.x86_64
  2185. Nov 4 16:21:06 fuel yum[10611]: Installed: python2-positional-1.0.1-3.el7~mos1.noarch
  2186. Nov 4 16:21:06 fuel yum[10611]: Installed: python-pep8-1.5.7-2.el7~mos1.noarch
  2187. Nov 4 16:21:06 fuel yum[10611]: Installed: python-debian-0.1.27-2.el7~mos2.noarch
  2188. Nov 4 16:21:06 fuel yum[10611]: Installed: python-ecdsa-0.11-5.el7~mos1.noarch
  2189. Nov 4 16:21:06 fuel yum[10611]: Installed: 1:perl-parent-0.225-244.el7.noarch
  2190. Nov 4 16:21:06 fuel yum[10611]: Installed: perl-HTTP-Tiny-0.033-3.el7.noarch
  2191. Nov 4 16:21:06 fuel yum[10611]: Installed: perl-podlators-2.5.1-3.el7.noarch
  2192. Nov 4 16:21:06 fuel yum[10611]: Installed: perl-Pod-Perldoc-3.20-4.el7.noarch
  2193. Nov 4 16:21:06 fuel yum[10611]: Installed: 1:perl-Pod-Escapes-1.04-286.el7.noarch
  2194. Nov 4 16:21:06 fuel yum[10611]: Installed: perl-Text-ParseWords-3.29-4.el7.noarch
  2195. Nov 4 16:21:06 fuel yum[10611]: Installed: perl-Encode-2.51-7.el7.x86_64
  2196. Nov 4 16:21:06 fuel yum[10611]: Installed: perl-Pod-Usage-1.63-3.el7.noarch
  2197. Nov 4 16:21:06 fuel yum[10611]: Installed: 4:perl-libs-5.16.3-286.el7.x86_64
  2198. Nov 4 16:21:06 fuel yum[10611]: Installed: perl-Storable-2.45-3.el7.x86_64
  2199. Nov 4 16:21:06 fuel yum[10611]: Installed: perl-threads-1.87-4.el7.x86_64
  2200. Nov 4 16:21:06 fuel yum[10611]: Installed: perl-Carp-1.26-244.el7.noarch
  2201. Nov 4 16:21:07 fuel yum[10611]: Installed: 4:perl-Time-HiRes-1.9725-3.el7.x86_64
  2202. Nov 4 16:21:07 fuel yum[10611]: Installed: perl-Filter-1.49-3.el7.x86_64
  2203. Nov 4 16:21:07 fuel yum[10611]: Installed: perl-Exporter-5.68-3.el7.noarch
  2204. Nov 4 16:21:07 fuel yum[10611]: Installed: perl-constant-1.27-2.el7.noarch
  2205. Nov 4 16:21:07 fuel yum[10611]: Installed: 4:perl-macros-5.16.3-286.el7.x86_64
  2206. Nov 4 16:21:07 fuel yum[10611]: Installed: perl-Time-Local-1.2300-2.el7.noarch
  2207. Nov 4 16:21:07 fuel yum[10611]: Installed: perl-Socket-2.010-3.el7.x86_64
  2208. Nov 4 16:21:07 fuel yum[10611]: Installed: perl-threads-shared-1.43-6.el7.x86_64
  2209. Nov 4 16:21:07 fuel yum[10611]: Installed: perl-File-Temp-0.23.01-3.el7.noarch
  2210. Nov 4 16:21:07 fuel yum[10611]: Installed: perl-File-Path-2.09-2.el7.noarch
  2211. Nov 4 16:21:07 fuel yum[10611]: Installed: perl-PathTools-3.40-5.el7.x86_64
  2212. Nov 4 16:21:07 fuel yum[10611]: Installed: perl-Scalar-List-Utils-1.27-248.el7.x86_64
  2213. Nov 4 16:21:07 fuel yum[10611]: Installed: 1:perl-Pod-Simple-3.28-4.el7.noarch
  2214. Nov 4 16:21:07 fuel yum[10611]: Installed: perl-Getopt-Long-2.40-2.el7.noarch
  2215. Nov 4 16:21:08 fuel yum[10611]: Installed: 4:perl-5.16.3-286.el7.x86_64
  2216. Nov 4 16:21:08 fuel yum[10611]: Installed: python-wrapt-1.10.4-5.el7~mos1.x86_64
  2217. Nov 4 16:21:08 fuel yum[10611]: Installed: python2-debtcollector-1.2.0-1.el7~mos1.noarch
  2218. Nov 4 16:21:09 fuel yum[10611]: Installed: 2:python2-oslo-config-3.9.0-2.el7~mos1.noarch
  2219. Nov 4 16:21:09 fuel yum[10611]: Installed: python2-greenlet-0.4.9-2.el7~mos1.x86_64
  2220. Nov 4 16:21:09 fuel yum[10611]: Installed: python-eventlet-0.18.2-1.el7~mos1.noarch
  2221. Nov 4 16:21:09 fuel yum[10611]: Installed: python-backports-1.0-8.el7.x86_64
  2222. Nov 4 16:21:09 fuel yum[10611]: Installed: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch
  2223. Nov 4 16:21:09 fuel yum[10611]: Installed: python-urllib3-1.12-3.el7~mos3.noarch
  2224. Nov 4 16:21:09 fuel yum[10611]: Installed: python-requests-2.8.1-1.el7.noarch
  2225. Nov 4 16:21:09 fuel yum[10611]: Installed: python-keystoneauth1-2.2.0-1.el7~mos13.noarch
  2226. Nov 4 16:21:09 fuel yum[10611]: Installed: python-daemonize-2.2.1-0.el7~mos1.noarch
  2227. Nov 4 16:21:09 fuel systemd: Reloading.
  2228. 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.
  2229. 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.
  2230. Nov 4 16:21:09 fuel yum[10611]: Installed: ntpdate-4.2.6p5-22.el7.centos.1.x86_64
  2231. Nov 4 16:21:09 fuel yum[10611]: Installed: scapy-2.2.0-2.el7~mos1.noarch
  2232. Nov 4 16:21:09 fuel yum[10611]: Installed: python-mimeparse-0.1.4-1.el7~mos2.noarch
  2233. Nov 4 16:21:10 fuel yum[10611]: Installed: python-urwid-1.1.1-3.el7.x86_64
  2234. Nov 4 16:21:10 fuel yum[10611]: Installed: python-linecache2-1.0.0-1.el7~mos2.noarch
  2235. Nov 4 16:21:10 fuel yum[10611]: Installed: python-traceback2-1.4.0-2.el7~mos2.noarch
  2236. Nov 4 16:21:10 fuel yum[10611]: Installed: python-unittest2-1.0.0-1.el7~mos1.noarch
  2237. Nov 4 16:21:10 fuel yum[10611]: Installed: socat-1.7.2.2-5.el7.x86_64
  2238. Nov 4 16:21:10 fuel yum[10611]: Installed: fuel-misc-9.0.0-1.mos8312.noarch
  2239. Nov 4 16:21:10 fuel yum[10611]: Installed: python-crypto-2.6.1-1.el7.centos.x86_64
  2240. Nov 4 16:21:10 fuel yum[10611]: Installed: python-paramiko-1.16.0-1.el7.noarch
  2241. Nov 4 16:21:10 fuel yum[10611]: Installed: fabric-1.10.2-1.el7~mos1.noarch
  2242. Nov 4 16:21:10 fuel yum[10611]: Installed: wget-1.14-10.el7_0.1.x86_64
  2243. Nov 4 16:21:10 fuel yum[10611]: Installed: fuel-provisioning-scripts-9.0.0-1.mos8663.noarch
  2244. Nov 4 16:21:10 fuel yum[10611]: Installed: python-mccabe-0.2.1-4.el7.noarch
  2245. Nov 4 16:21:10 fuel yum[10611]: Installed: python-flake8-2.4.1-2.el7~mos9.noarch
  2246. Nov 4 16:21:10 fuel yum[10611]: Installed: python2-hacking-0.10.2-1.el7~mos1.noarch
  2247. Nov 4 16:21:10 fuel yum[10611]: Installed: python-pypcap-1.1-15.1.el7~mos1.x86_64
  2248. Nov 4 16:21:10 fuel yum[10611]: Installed: postgresql-libs-9.3.10-1.el7~mos2.x86_64
  2249. Nov 4 16:21:11 fuel yum[10611]: Installed: postgresql-9.3.10-1.el7~mos2.x86_64
  2250. Nov 4 16:21:11 fuel yum[10611]: Installed: screen-4.1.0-0.23.20120314git3c2946.el7_2.x86_64
  2251. Nov 4 16:21:11 fuel yum[10611]: Installed: python-unicodecsv-0.9.4-1.el7~mos1.noarch
  2252. Nov 4 16:21:11 fuel yum[10611]: Installed: bzip2-1.0.6-13.el7.x86_64
  2253. Nov 4 16:21:11 fuel yum[10611]: Installed: 1:bash-completion-2.1-6.el7.noarch
  2254. Nov 4 16:21:11 fuel yum[10611]: Installed: autogen-libopts-5.18-5.el7.x86_64
  2255. Nov 4 16:21:11 fuel systemd: Reloading.
  2256. 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.
  2257. 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.
  2258. Nov 4 16:21:11 fuel yum[10611]: Installed: ntp-4.2.6p5-22.el7.centos.1.x86_64
  2259. Nov 4 16:21:11 fuel yum[10611]: Installed: python-msgpack-0.4.6-1.el7~mos2.x86_64
  2260. Nov 4 16:21:11 fuel yum[10611]: Installed: python-extras-0.0.3-2.el7~mos2.noarch
  2261. Nov 4 16:21:11 fuel yum[10611]: Installed: python-testtools-1.8.0-1.el7~mos1.noarch
  2262. Nov 4 16:21:11 fuel yum[10611]: Installed: python-fixtures-1.3.1-1.el7~mos2.noarch
  2263. Nov 4 16:21:11 fuel yum[10611]: Installed: python-oslo-i18n-3.5.0-2.el7~mos0.noarch
  2264. Nov 4 16:21:12 fuel yum[10611]: Installed: libyaml-0.1.4-11.el7_0.x86_64
  2265. Nov 4 16:21:12 fuel yum[10611]: Installed: PyYAML-3.11-9.el7~mos1.x86_64
  2266. Nov 4 16:21:12 fuel yum[10611]: Installed: python-tablib-0.9.11.20120702git752443f-5.el7~mos1.noarch
  2267. Nov 4 16:21:12 fuel yum[10611]: Installed: python-bintrees-2.0.2-1.el7~mos1.x86_64
  2268. Nov 4 16:21:12 fuel yum[10611]: Installed: python-monotonic-0.6-1.el7~mos1.noarch
  2269. Nov 4 16:21:12 fuel yum[10611]: Installed: python-oslo-utils-3.8.0-2.el7~mos0.noarch
  2270. Nov 4 16:21:12 fuel yum[10611]: Installed: python-oslo-serialization-2.4.0-1.el7~mos1.noarch
  2271. Nov 4 16:21:12 fuel yum[10611]: Installed: 1:python-keystoneclient-2.1.2-3.el7~mos26.noarch
  2272. Nov 4 16:21:13 fuel yum[10611]: Installed: libxml2-python-2.9.1-6.el7_2.2.x86_64
  2273. Nov 4 16:21:13 fuel yum[10611]: Installed: createrepo-0.9.9-25.el7_2.noarch
  2274. Nov 4 16:21:13 fuel yum[10611]: Installed: 14:tcpdump-4.5.1-3.el7.x86_64
  2275. Nov 4 16:21:13 fuel yum[10611]: Installed: pyparsing-2.0.3-1.el7~mos2.noarch
  2276. Nov 4 16:21:13 fuel yum[10611]: Installed: python-cmd2-0.6.7-5.el7~mos3.noarch
  2277. Nov 4 16:21:13 fuel yum[10611]: Installed: python-cliff-1.15.0-3.el7~mos1.noarch
  2278. Nov 4 16:21:14 fuel yum[10611]: Installed: python-fuelclient-9.0.0-1.mos312.noarch
  2279. Nov 4 16:21:15 fuel yum[10611]: Installed: fuel-library9.0-9.0.0-1.mos8312.noarch
  2280. Nov 4 16:21:15 fuel yum[10611]: Installed: python-packetary-9.0.0-1.mos131.noarch
  2281. Nov 4 16:21:15 fuel yum[10611]: Installed: fuel-mirror-9.0.0-1.mos131.noarch
  2282. Nov 4 16:21:15 fuel yum[10611]: Installed: python-cliff-tablib-1.1-4.el7~mos1.noarch
  2283. Nov 4 16:21:15 fuel yum[10611]: Installed: network-checker-9.0.0-1.mos72.x86_64
  2284. Nov 4 16:21:15 fuel yum[10611]: Installed: fuelmenu-9.0.0-1.mos269.noarch
  2285. Nov 4 16:21:15 fuel yum[10611]: Installed: shotgun-9.0.0-1.mos88.noarch
  2286. Nov 4 16:21:15 fuel yum[10611]: Installed: fuel-9.0.0-1.mos6340.noarch
  2287. Nov 4 16:21:17 fuel yum[10690]: Installed: boost-system-1.53.0-25.el7.x86_64
  2288. Nov 4 16:21:17 fuel yum[10690]: Installed: boost-thread-1.53.0-25.el7.x86_64
  2289. Nov 4 16:21:17 fuel yum[10690]: Installed: 1:librados2-0.94.5-0.el7~mos1.x86_64
  2290. Nov 4 16:21:18 fuel yum[10690]: Installed: 1:librbd1-0.94.5-0.el7~mos1.x86_64
  2291. Nov 4 16:21:18 fuel systemd: Reloading.
  2292. 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.
  2293. 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.
  2294. Nov 4 16:21:18 fuel yum[10690]: Installed: rsync-3.0.9-17.el7.x86_64
  2295. Nov 4 16:21:18 fuel yum[10690]: Installed: psmisc-22.20-9.el7.x86_64
  2296. Nov 4 16:21:18 fuel yum[10690]: Installed: 1:dmidecode-2.12-9.el7.x86_64
  2297. Nov 4 16:21:19 fuel yum[10690]: Installed: libicu-50.1.2-15.el7.x86_64
  2298. Nov 4 16:21:19 fuel yum[10690]: Installed: gdisk-0.8.6-5.el7.x86_64
  2299. Nov 4 16:21:19 fuel yum[10690]: Installed: rsyslog-mmjsonparse-7.4.7-12.el7.x86_64
  2300. Nov 4 16:21:19 fuel yum[10690]: Installed: glusterfs-libs-3.7.1-16.0.1.el7.centos.x86_64
  2301. Nov 4 16:21:19 fuel yum[10690]: Installed: glusterfs-client-xlators-3.7.1-16.0.1.el7.centos.x86_64
  2302. 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.
  2303. Nov 4 16:21:19 fuel rsyslogd: [origin software="rsyslogd" swVersion="7.4.7" x-pid="10719" x-info="http://www.rsyslog.com"] start
  2304. Nov 4 16:21:19 fuel systemd: Stopping System Logging Service...
  2305. Nov 4 16:21:19 fuel systemd: Starting System Logging Service...
  2306. Nov 4 16:21:19 fuel systemd: Started System Logging Service.
  2307. Nov 4 16:21:19 fuel yum[10690]: Installed: glusterfs-3.7.1-16.0.1.el7.centos.x86_64
  2308. Nov 4 16:21:19 fuel yum[10690]: Installed: glusterfs-api-3.7.1-16.0.1.el7.centos.x86_64
  2309. Nov 4 16:21:19 fuel yum[10690]: Installed: cloud-utils-growpart-0.27-20.el7.centos.x86_64
  2310. Nov 4 16:21:19 fuel yum[10690]: Installed: python-markupsafe-0.23-7.el7~mos1.x86_64
  2311. Nov 4 16:21:19 fuel yum[10690]: Installed: python-jinja2-2.8-2.el7~mos1.noarch
  2312. Nov 4 16:21:19 fuel yum[10690]: Installed: libusal-1.1.11-23.el7.x86_64
  2313. Nov 4 16:21:19 fuel yum[10690]: Installed: genisoimage-1.1.11-23.el7.x86_64
  2314. Nov 4 16:21:20 fuel yum[10690]: Installed: python-requestbuilder-0.4.0-1.el7~mos1.noarch
  2315. Nov 4 16:21:20 fuel yum[10690]: Installed: debootstrap-1.0.66-1.el7~mos1.noarch
  2316. Nov 4 16:21:20 fuel yum[10690]: Installed: 2:libunwind-1.1-5.el7_2.2.x86_64
  2317. Nov 4 16:21:20 fuel yum[10690]: Installed: gperftools-libs-2.4-7.el7.x86_64
  2318. Nov 4 16:21:20 fuel yum[10690]: Installed: pciutils-3.2.1-4.el7.x86_64
  2319. Nov 4 16:21:20 fuel yum[10690]: Installed: libreport-filesystem-2.1.11-32.el7.centos.x86_64
  2320. Nov 4 16:21:20 fuel systemd: Reloading.
  2321. 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.
  2322. 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.
  2323. Nov 4 16:21:20 fuel systemd: Reloading.
  2324. 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.
  2325. 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.
  2326. Nov 4 16:21:20 fuel yum[10690]: Installed: mdadm-3.3.2-7.el7.x86_64
  2327. Nov 4 16:21:20 fuel yum[10690]: Installed: python-progressbar-2.3-5.el7~mos1.noarch
  2328. Nov 4 16:21:21 fuel yum[10690]: Installed: euca2ools-3.3.0-1.el7~mos1.noarch
  2329. Nov 4 16:21:21 fuel yum[10690]: Installed: libiscsi-1.9.0-6.el7.x86_64
  2330. Nov 4 16:21:21 fuel yum[10690]: Installed: 10:qemu-img-1.5.3-105.el7_2.3.x86_64
  2331. Nov 4 16:21:21 fuel yum[10690]: Installed: cloud-utils-0.27-20.el7.centos.x86_64
  2332. Nov 4 16:21:21 fuel yum[10690]: Installed: python-jsonschema-2.3.0-1.el7~mos1.noarch
  2333. Nov 4 16:21:21 fuel yum[10690]: Installed: fuel-agent-9.0.0-1.mos273.noarch
  2334. Nov 4 16:21:21 fuel yum[10690]: Installed: fuel-bootstrap-cli-9.0.0-1.mos273.noarch
  2335. Nov 4 16:21:22 fuel yum[10761]: Installed: fuel-openstack-metadata-9.0.0-1.mos8663.noarch
  2336. Nov 4 16:21:22 fuel yum[10762]: Installed: fuel-utils-9.0.0-1.mos8312.noarch
  2337. Nov 4 16:21:24 fuel yum[10763]: Installed: fuel-ui-9.0.0-1.mos2667.noarch
  2338. Nov 4 16:21:24 fuel yum[10765]: Installed: lrzip-0.614-3.el7~mos1.x86_64
  2339. Nov 4 16:21:25 fuel yum[10766]: Installed: lsof-4.87-4.el7.x86_64
  2340. Nov 4 16:21:26 fuel yum[10767]: Installed: mlocate-0.26-5.el7.x86_64
  2341. Nov 4 16:21:26 fuel yum[10776]: Installed: 2:nmap-ncat-6.40-7.el7.x86_64
  2342. Nov 4 16:21:28 fuel yum[10779]: Installed: ruby-libs-2.0.0.598-26.el7~mos1.x86_64
  2343. Nov 4 16:21:28 fuel yum[10779]: Installed: ruby-irb-2.0.0.598-26.el7~mos1.noarch
  2344. Nov 4 16:21:28 fuel yum[10779]: Installed: ruby-2.0.0.598-26.el7~mos1.x86_64
  2345. Nov 4 16:21:28 fuel yum[10779]: Installed: rubygem-bigdecimal-1.2.0-26.el7~mos1.x86_64
  2346. Nov 4 16:21:28 fuel yum[10779]: Installed: rubygem-json-1.7.7-26.el7~mos1.x86_64
  2347. Nov 4 16:21:29 fuel yum[10779]: Installed: rubygem-rdoc-4.0.0-26.el7~mos1.noarch
  2348. Nov 4 16:21:29 fuel yum[10779]: Installed: rubygem-io-console-0.4.2-26.el7~mos1.x86_64
  2349. Nov 4 16:21:29 fuel yum[10779]: Installed: rubygems-2.0.14-26.el7~mos1.noarch
  2350. Nov 4 16:21:29 fuel yum[10779]: Installed: rubygem-psych-2.0.0-26.el7~mos1.x86_64
  2351. Nov 4 16:21:29 fuel yum[10779]: Installed: ruby-shadow-1.4.1-27.el7~mos1.x86_64
  2352. Nov 4 16:21:29 fuel yum[10779]: Installed: hiera-1.3.4-4.el7~mos2.noarch
  2353. Nov 4 16:21:29 fuel yum[10779]: Installed: augeas-libs-1.4.0-2.el7.x86_64
  2354. Nov 4 16:21:29 fuel yum[10779]: Installed: ruby-augeas-0.5.0-7.el7~mos1.x86_64
  2355. Nov 4 16:21:29 fuel systemd: Reloading.
  2356. 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.
  2357. 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.
  2358. Nov 4 16:21:29 fuel yum[10779]: Installed: net-tools-2.0-0.17.20131004git.el7.x86_64
  2359. Nov 4 16:21:29 fuel yum[10779]: Installed: libselinux-ruby-2.2.2-6.el7.x86_64
  2360. Nov 4 16:21:29 fuel yum[10779]: Installed: virt-what-1.13-6.el7.x86_64
  2361. Nov 4 16:21:29 fuel yum[10779]: Installed: facter-2.4.4-2.el7~mos2.x86_64
  2362. Nov 4 16:21:30 fuel systemd: Reloading.
  2363. 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.
  2364. 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.
  2365. Nov 4 16:21:30 fuel yum[10779]: Installed: puppet-3.8.5-1.el7~mos1.noarch
  2366. Nov 4 16:21:31 fuel yum[10826]: Installed: rubygem-netaddr-1.5.0-2.el7~mos9.noarch
  2367. Nov 4 16:21:32 fuel yum[10827]: Installed: rubygem-openstack-1.1.1-5.el7~mos9.noarch
  2368. Nov 4 16:21:33 fuel yum[10828]: Installed: send2syslog-0.1-2.el7~mos1.x86_64
  2369. Nov 4 16:21:33 fuel yum[10829]: Installed: strace-4.8-11.el7.x86_64
  2370. Nov 4 16:21:34 fuel yum[10830]: Installed: lm_sensors-libs-3.3.4-11.el7.x86_64
  2371. Nov 4 16:21:35 fuel systemd: Reloading.
  2372. 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.
  2373. 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.
  2374. Nov 4 16:21:36 fuel yum[10830]: Installed: sysstat-10.1.5-7.el7.x86_64
  2375. Nov 4 16:21:36 fuel systemd: Reloading.
  2376. 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.
  2377. 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.
  2378. Nov 4 16:21:36 fuel yum[10847]: Installed: iptables-services-1.4.21-16.el7.x86_64
  2379. Nov 4 16:21:36 fuel yum[10847]: Installed: system-config-firewall-base-1.2.29-10.el7.noarch
  2380. Nov 4 16:21:37 fuel yum[10864]: Installed: 1:telnet-0.17-59.el7.x86_64
  2381. Nov 4 16:21:38 fuel yum[10865]: Installed: gpm-libs-1.20.7-5.el7.x86_64
  2382. Nov 4 16:21:38 fuel yum[10865]: Installed: 2:vim-filesystem-7.4.160-1.el7.x86_64
  2383. Nov 4 16:21:39 fuel yum[10865]: Installed: 2:vim-common-7.4.160-1.el7.x86_64
  2384. Nov 4 16:21:40 fuel yum[10865]: Installed: 2:vim-enhanced-7.4.160-1.el7.x86_64
  2385. Nov 4 16:21:40 fuel systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring.
  2386. Nov 4 16:21:40 fuel systemd: Stopping LSB: Bring up/down networking...
  2387. Nov 4 16:21:40 fuel NetworkManager[723]: <info> (eth0): device state change: activated -> deactivating (reason 'user-requested') [100 110 39]
  2388. Nov 4 16:21:40 fuel NetworkManager[723]: <info> NetworkManager state is now DISCONNECTING
  2389. Nov 4 16:21:40 fuel NetworkManager[723]: <info> (eth0): device state change: deactivating -> disconnected (reason 'user-requested') [110 30 39]
  2390. Nov 4 16:21:40 fuel NetworkManager[723]: <info> NetworkManager state is now DISCONNECTED
  2391. 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'
  2392. 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'
  2393. Nov 4 16:21:40 fuel network: Shutting down interface eth0: Device 'eth0' successfully disconnected.
  2394. Nov 4 16:21:40 fuel systemd: Starting Network Manager Script Dispatcher Service...
  2395. Nov 4 16:21:40 fuel network: [ OK ]
  2396. Nov 4 16:21:40 fuel dbus[730]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
  2397. Nov 4 16:21:40 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
  2398. Nov 4 16:21:40 fuel systemd: Started Network Manager Script Dispatcher Service.
  2399. Nov 4 16:21:40 fuel nm-dispatcher: Dispatching action 'down' for eth0
  2400. Nov 4 16:21:40 fuel network: Shutting down interface eth1: [ OK ]
  2401. Nov 4 16:21:40 fuel network: Shutting down loopback interface: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
  2402. Nov 4 16:21:40 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
  2403. Nov 4 16:21:41 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
  2404. Nov 4 16:21:41 fuel NetworkManager[723]: <info> (lo): link disconnected
  2405. Nov 4 16:21:41 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
  2406. Nov 4 16:21:41 fuel network: [ OK ]
  2407. Nov 4 16:21:41 fuel systemd: Starting LSB: Bring up/down networking...
  2408. Nov 4 16:21:41 fuel network: Bringing up loopback interface: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
  2409. Nov 4 16:21:41 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
  2410. Nov 4 16:21:41 fuel NetworkManager[723]: <info> (lo): link connected
  2411. Nov 4 16:21:41 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
  2412. Nov 4 16:21:41 fuel network: Could not load file '/etc/sysconfig/network-scripts/ifcfg-lo'
  2413. Nov 4 16:21:41 fuel network: [ OK ]
  2414. Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): Activation: starting connection 'eth0' (99a9eae7-c924-4411-bf31-b62b1697357e)
  2415. Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
  2416. Nov 4 16:21:41 fuel NetworkManager[723]: <info> NetworkManager state is now CONNECTING
  2417. Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
  2418. Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
  2419. Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
  2420. Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
  2421. Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0]
  2422. Nov 4 16:21:41 fuel NetworkManager[723]: <info> NetworkManager state is now CONNECTED_LOCAL
  2423. Nov 4 16:21:41 fuel NetworkManager[723]: <info> NetworkManager state is now CONNECTED_GLOBAL
  2424. Nov 4 16:21:41 fuel NetworkManager[723]: <info> Policy set 'eth0' (eth0) as default for IPv4 routing and DNS.
  2425. Nov 4 16:21:41 fuel NetworkManager[723]: <info> (eth0): Activation: successful, device activated.
  2426. Nov 4 16:21:41 fuel nm-dispatcher: Dispatching action 'up' for eth0
  2427. Nov 4 16:21:41 fuel network: Bringing up interface eth0: Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/1)
  2428. Nov 4 16:21:41 fuel network: [ OK ]
  2429. Nov 4 16:21:41 fuel systemd: Started LSB: Bring up/down networking.
  2430. Nov 4 16:21:41 fuel systemd: Starting Network Time Service...
  2431. Nov 4 16:21:41 fuel ntpd[11331]: ntpd 4.2.6p5@1.2349-o Mon Jan 25 14:27:34 UTC 2016 (1)
  2432. Nov 4 16:21:41 fuel ntpd[11332]: proto: precision = 0.045 usec
  2433. Nov 4 16:21:41 fuel ntpd[11332]: 0.0.0.0 c01d 0d kern kernel time sync enabled
  2434. Nov 4 16:21:41 fuel systemd: Started Network Time Service.
  2435. Nov 4 16:21:41 fuel ntpd[11332]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
  2436. Nov 4 16:21:41 fuel ntpd[11332]: Listen and drop on 1 v6wildcard :: UDP 123
  2437. Nov 4 16:21:41 fuel ntpd[11332]: Listen normally on 2 lo 127.0.0.1 UDP 123
  2438. Nov 4 16:21:41 fuel ntpd[11332]: Listen normally on 3 eth0 10.20.0.2 UDP 123
  2439. Nov 4 16:21:41 fuel ntpd[11332]: Listen normally on 4 lo ::1 UDP 123
  2440. Nov 4 16:21:41 fuel ntpd[11332]: Listening on routing socket on fd #21 for interface updates
  2441. Nov 4 16:21:42 fuel kernel: device eth0 entered promiscuous mode
  2442. Nov 4 16:21:52 fuel kernel: device eth0 left promiscuous mode
  2443. Nov 4 16:22:01 fuel ntpd[11332]: Deferring DNS for 0.centos.pool.ntp.org 1
  2444. Nov 4 16:22:21 fuel ntpd[11332]: Deferring DNS for 1.centos.pool.ntp.org 1
  2445. Nov 4 16:22:41 fuel ntpd[11332]: Deferring DNS for 2.centos.pool.ntp.org 1
  2446. Nov 4 16:23:01 fuel ntpd[11332]: Deferring DNS for 3.centos.pool.ntp.org 1
  2447. Nov 4 16:23:01 fuel ntpd[11332]: 0.0.0.0 c016 06 restart
  2448. Nov 4 16:23:01 fuel ntpd[11332]: 0.0.0.0 c012 02 freq_set kernel 0.000 PPM
  2449. Nov 4 16:23:01 fuel ntpd[11332]: 0.0.0.0 c011 01 freq_not_set
  2450. Nov 4 16:23:03 fuel ntpd[11332]: Listen normally on 5 eth0 fe80::250:56ff:febf:6ed6 UDP 123
  2451. Nov 4 16:23:23 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
  2452. Nov 4 16:23:43 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
  2453. Nov 4 16:24:03 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
  2454. Nov 4 16:24:23 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
  2455. Nov 4 16:24:45 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
  2456. Nov 4 16:25:05 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
  2457. Nov 4 16:25:25 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
  2458. Nov 4 16:25:45 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
  2459. Nov 4 16:28:08 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
  2460. Nov 4 16:28:28 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
  2461. Nov 4 16:28:48 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
  2462. Nov 4 16:29:08 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
  2463. Nov 4 16:30:01 fuel systemd: Started Session 2 of user root.
  2464. Nov 4 16:30:01 fuel systemd: Starting Session 2 of user root.
  2465. Nov 4 16:33:30 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
  2466. Nov 4 16:33:50 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
  2467. Nov 4 16:34:10 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
  2468. Nov 4 16:34:30 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
  2469. Nov 4 16:35:26 fuel systemd: Starting Cleanup of Temporary Directories...
  2470. Nov 4 16:35:26 fuel systemd: Started Cleanup of Temporary Directories.
  2471. Nov 4 16:40:01 fuel systemd: Started Session 3 of user root.
  2472. Nov 4 16:40:01 fuel systemd: Starting Session 3 of user root.
  2473. Nov 4 16:42:52 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
  2474. Nov 4 16:43:12 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
  2475. Nov 4 16:43:32 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
  2476. Nov 4 16:43:52 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
  2477. Nov 4 16:50:01 fuel systemd: Started Session 4 of user root.
  2478. Nov 4 16:50:01 fuel systemd: Starting Session 4 of user root.
  2479. Nov 4 17:00:01 fuel systemd: Started Session 5 of user root.
  2480. Nov 4 17:00:01 fuel systemd: Starting Session 5 of user root.
  2481. Nov 4 17:00:15 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
  2482. Nov 4 17:00:35 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
  2483. Nov 4 17:00:55 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
  2484. Nov 4 17:01:01 fuel systemd: Started Session 6 of user root.
  2485. Nov 4 17:01:01 fuel systemd: Starting Session 6 of user root.
  2486. Nov 4 17:01:15 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
  2487. Nov 4 17:10:02 fuel systemd: Started Session 7 of user root.
  2488. Nov 4 17:10:02 fuel systemd: Starting Session 7 of user root.
  2489. Nov 4 17:17:38 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
  2490. Nov 4 17:17:58 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
  2491. Nov 4 17:18:18 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
  2492. Nov 4 17:18:39 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
  2493. Nov 4 17:20:01 fuel systemd: Started Session 8 of user root.
  2494. Nov 4 17:20:01 fuel systemd: Starting Session 8 of user root.
  2495. 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
  2496. 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
  2497. 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
  2498. 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
  2499. 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
  2500. 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
  2501. 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
  2502. 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
  2503. 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
  2504. Nov 4 17:28:31 fuel yum[11669]: Erased: 1:NetworkManager-team-1.0.6-29.el7_2.x86_64
  2505. Nov 4 17:28:31 fuel yum[11669]: Erased: 1:NetworkManager-tui-1.0.6-29.el7_2.x86_64
  2506. Nov 4 17:28:31 fuel systemd: Stopped Network Manager Wait Online.
  2507. Nov 4 17:28:31 fuel systemd: Stopped Network Manager Script Dispatcher Service.
  2508. Nov 4 17:28:31 fuel dbus-daemon: dbus[730]: [system] Reloaded configuration
  2509. Nov 4 17:28:31 fuel dbus[730]: [system] Reloaded configuration
  2510. Nov 4 17:28:31 fuel dbus[730]: [system] Reloaded configuration
  2511. Nov 4 17:28:31 fuel dbus-daemon: dbus[730]: [system] Reloaded configuration
  2512. Nov 4 17:28:31 fuel dbus[730]: [system] Reloaded configuration
  2513. Nov 4 17:28:31 fuel yum[11669]: Erased: 1:NetworkManager-1.0.6-29.el7_2.x86_64
  2514. Nov 4 17:28:31 fuel dbus-daemon: dbus[730]: [system] Reloaded configuration
  2515. Nov 4 17:28:31 fuel dbus[730]: [system] Reloaded configuration
  2516. Nov 4 17:28:31 fuel dbus-daemon: dbus[730]: [system] Reloaded configuration
  2517. Nov 4 17:28:31 fuel systemd: Reloading.
  2518. 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.
  2519. 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.
  2520. Nov 4 17:28:31 fuel systemd: Stopping NetworkManager.service...
  2521. Nov 4 17:28:31 fuel NetworkManager[723]: <info> caught SIGTERM, shutting down normally.
  2522. Nov 4 17:28:31 fuel NetworkManager[723]: <info> (eth1): device state change: disconnected -> unmanaged (reason 'unmanaged') [30 10 3]
  2523. Nov 4 17:28:31 fuel NetworkManager[723]: <info> exiting (success)
  2524. Nov 4 17:28:31 fuel systemd: Stopped NetworkManager.service.
  2525. Nov 4 17:28:31 fuel kernel: Bridge firewalling registered
  2526. Nov 4 17:28:31 fuel kernel: 8021q: 802.1Q VLAN Support v1.8
  2527. Nov 4 17:28:31 fuel kernel: 8021q: adding VLAN 0 to HW filter on device eth0
  2528. 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
  2529. Nov 4 17:28:36 fuel ntpd[11332]: Listen normally on 6 eth0 172.16.160.100 UDP 123
  2530. Nov 4 17:28:40 fuel systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring.
  2531. Nov 4 17:28:58 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
  2532. Nov 4 17:29:18 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
  2533. Nov 4 17:29:38 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
  2534. Nov 4 17:29:58 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
  2535. Nov 4 17:30:01 fuel systemd: Started Session 9 of user root.
  2536. Nov 4 17:30:01 fuel systemd: Starting Session 9 of user root.
  2537. Nov 4 17:37:56 fuel kernel: vmxnet3 0000:13:00.0 eth1: intr type 3, mode 0, 5 vectors allocated
  2538. Nov 4 17:37:56 fuel kernel: vmxnet3 0000:13:00.0 eth1: NIC Link is Up 10000 Mbps
  2539. Nov 4 17:37:56 fuel kernel: 8021q: adding VLAN 0 to HW filter on device eth1
  2540. 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
  2541. 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
  2542. 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
  2543. 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
  2544. 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
  2545. 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
  2546. Nov 4 17:37:59 fuel ntpd[11332]: Listen normally on 7 eth1 fe80::250:56ff:febf:4223 UDP 123
  2547. Nov 4 17:38:06 fuel ntpd[11332]: Listen normally on 8 eth1 172.16.161.100 UDP 123
  2548. Nov 4 17:38:11 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
  2549. Nov 4 17:38:11 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
  2550. Nov 4 17:38:11 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
  2551. Nov 4 17:38:11 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
  2552. Nov 4 17:38:13 fuel ntpd_intres[11392]: host name not found: 0.centos.pool.ntp.org
  2553. Nov 4 17:38:13 fuel ntpd_intres[11392]: host name not found: 1.centos.pool.ntp.org
  2554. Nov 4 17:38:13 fuel ntpd_intres[11392]: host name not found: 2.centos.pool.ntp.org
  2555. Nov 4 17:38:13 fuel ntpd_intres[11392]: host name not found: 3.centos.pool.ntp.org
  2556. 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
  2557. 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
  2558. 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
  2559. 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
  2560. 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
  2561. Nov 4 17:39:57 fuel kernel: device eth1 entered promiscuous mode
  2562. Nov 4 17:40:01 fuel systemd: Started Session 10 of user root.
  2563. Nov 4 17:40:01 fuel systemd: Starting Session 10 of user root.
  2564. Nov 4 17:40:07 fuel kernel: device eth1 left promiscuous mode
  2565. 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'
  2566. Nov 4 17:41:03 fuel dbus[730]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
  2567. Nov 4 17:41:03 fuel systemd: Starting Hostname Service...
  2568. Nov 4 17:41:03 fuel dbus[730]: [system] Successfully activated service 'org.freedesktop.hostname1'
  2569. Nov 4 17:41:03 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'org.freedesktop.hostname1'
  2570. Nov 4 17:41:03 fuel systemd: Started Hostname Service.
  2571. Nov 4 17:41:03 fuel systemd-hostnamed: Changed static host name to 'fuel01'
  2572. Nov 4 17:41:03 fuel systemd-hostnamed: Changed host name to 'fuel01'
  2573. 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
  2574. 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
  2575. 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
  2576. 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
  2577. Nov 4 17:41:41 fuel kernel: device eth1 entered promiscuous mode
  2578. Nov 4 17:41:52 fuel kernel: device eth1 left promiscuous mode
  2579. Nov 4 17:41:54 fuel dbus[730]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
  2580. 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'
  2581. Nov 4 17:41:54 fuel systemd: Starting Hostname Service...
  2582. Nov 4 17:41:54 fuel dbus[730]: [system] Successfully activated service 'org.freedesktop.hostname1'
  2583. Nov 4 17:41:54 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'org.freedesktop.hostname1'
  2584. Nov 4 17:41:54 fuel systemd: Started Hostname Service.
  2585. Nov 4 17:42:16 fuel ntpd[11332]: ntpd exiting on signal 15
  2586. Nov 4 17:42:16 fuel ntpd_intres[11392]: ntpd exiting on signal 15
  2587. Nov 4 17:42:16 fuel systemd: Stopping Network Time Service...
  2588. Nov 4 17:42:16 fuel systemd: Stopped Network Time Service.
  2589. Nov 4 17:42:32 fuel systemd: Starting Network Time Service...
  2590. Nov 4 17:42:32 fuel ntpd[12619]: ntpd 4.2.6p5@1.2349-o Mon Jan 25 14:27:34 UTC 2016 (1)
  2591. Nov 4 17:42:32 fuel ntpd[12620]: proto: precision = 0.045 usec
  2592. Nov 4 17:42:32 fuel ntpd[12620]: 0.0.0.0 c01d 0d kern kernel time sync enabled
  2593. Nov 4 17:42:32 fuel ntpd[12620]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
  2594. Nov 4 17:42:32 fuel ntpd[12620]: Listen and drop on 1 v6wildcard :: UDP 123
  2595. Nov 4 17:42:32 fuel ntpd[12620]: Listen normally on 2 lo 127.0.0.1 UDP 123
  2596. Nov 4 17:42:32 fuel ntpd[12620]: Listen normally on 3 eth0 172.16.160.100 UDP 123
  2597. Nov 4 17:42:32 fuel ntpd[12620]: Listen normally on 4 eth1 172.16.161.100 UDP 123
  2598. Nov 4 17:42:32 fuel ntpd[12620]: Listen normally on 5 lo ::1 UDP 123
  2599. Nov 4 17:42:32 fuel ntpd[12620]: Listen normally on 6 eth0 fe80::250:56ff:febf:6ed6 UDP 123
  2600. Nov 4 17:42:32 fuel ntpd[12620]: Listen normally on 7 eth1 fe80::250:56ff:febf:4223 UDP 123
  2601. Nov 4 17:42:32 fuel ntpd[12620]: Listening on routing socket on fd #24 for interface updates
  2602. Nov 4 17:42:32 fuel systemd: Started Network Time Service.
  2603. Nov 4 17:42:32 fuel ntpd[12620]: 0.0.0.0 c016 06 restart
  2604. Nov 4 17:42:32 fuel ntpd[12620]: 0.0.0.0 c012 02 freq_set kernel 0.000 PPM
  2605. Nov 4 17:42:32 fuel ntpd[12620]: 0.0.0.0 c011 01 freq_not_set
  2606. Nov 4 17:42:34 fuel ntpd[12620]: 0.0.0.0 0614 04 freq_mode
  2607. Nov 4 17:42:44 fuel systemd: Reloading.
  2608. 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.
  2609. 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.
  2610. Nov 4 17:42:44 fuel systemd: Starting OpenSSH Server Key Generation...
  2611. Nov 4 17:42:45 fuel sshd-keygen: Generating SSH2 RSA host key: [ OK ]
  2612. Nov 4 17:42:45 fuel sshd-keygen: Generating SSH2 ECDSA host key: [ OK ]
  2613. Nov 4 17:42:45 fuel sshd-keygen: Generating SSH2 ED25519 host key: [ OK ]
  2614. Nov 4 17:42:45 fuel systemd: Started OpenSSH Server Key Generation.
  2615. Nov 4 17:42:45 fuel systemd: Started OpenSSH server daemon.
  2616. Nov 4 17:42:45 fuel systemd: Starting OpenSSH server daemon...
  2617. Nov 4 17:42:45 fuel systemd: Reloading.
  2618. 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.
  2619. 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.
  2620. Nov 4 17:42:45 fuel systemd: Starting IPv4 firewall with iptables...
  2621. Nov 4 17:42:45 fuel kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  2622. Nov 4 17:42:45 fuel iptables.init: iptables: Applying firewall rules: [ OK ]
  2623. Nov 4 17:42:45 fuel systemd: Started IPv4 firewall with iptables.
  2624. Nov 4 17:42:45 fuel systemd: Starting Docker Storage Setup...
  2625. Nov 4 17:42:45 fuel docker-storage-setup: Rounding up size to full physical extent 12.00 MiB
  2626. Nov 4 17:42:45 fuel docker-storage-setup: Logical volume "docker-poolmeta" created.
  2627. Nov 4 17:42:45 fuel docker-storage-setup: Wiping xfs signature on /dev/docker/docker-pool.
  2628. Nov 4 17:42:45 fuel docker-storage-setup: Logical volume "docker-pool" created.
  2629. 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.
  2630. Nov 4 17:42:45 fuel docker-storage-setup: THIS WILL DESTROY CONTENT OF LOGICAL VOLUME (filesystem etc.)
  2631. Nov 4 17:42:45 fuel kernel: device-mapper: thin: Data device (dm-5) discard unsupported: Disabling discard passdown.
  2632. Nov 4 17:42:45 fuel systemd: Started Device-mapper event daemon.
  2633. Nov 4 17:42:45 fuel systemd: Starting Device-mapper event daemon...
  2634. Nov 4 17:42:45 fuel dmeventd[12830]: dmeventd ready for processing.
  2635. Nov 4 17:42:45 fuel lvm[12830]: Monitoring thin docker-docker--pool.
  2636. Nov 4 17:42:45 fuel docker-storage-setup: Converted docker/docker-pool to thin pool.
  2637. Nov 4 17:42:45 fuel docker-storage-setup: Logical volume "docker-pool" changed.
  2638. Nov 4 17:42:45 fuel systemd: Started Docker Storage Setup.
  2639. Nov 4 17:42:45 fuel systemd: Starting Docker Application Container Engine...
  2640. Nov 4 17:42:45 fuel journal: Forwarding stdin to journald using Priority Informational and tag docker
  2641. Nov 4 17:42:47 fuel journal: time="2016-11-04T17:42:47.736065264Z" level=info msg="Firewalld running: false"
  2642. 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"
  2643. Nov 4 17:42:47 fuel kernel: IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
  2644. Nov 4 17:42:47 fuel systemd: Scope libcontainer-12890-systemd-test-default-dependencies.scope has no PIDs. Refusing.
  2645. Nov 4 17:42:47 fuel journal: time="2016-11-04T17:42:47.819653560Z" level=info msg="Loading containers: start."
  2646. Nov 4 17:42:47 fuel journal:
  2647. Nov 4 17:42:47 fuel journal: time="2016-11-04T17:42:47.819858956Z" level=info msg="Loading containers: done."
  2648. Nov 4 17:42:47 fuel journal: time="2016-11-04T17:42:47.820043272Z" level=info msg="Daemon has completed initialization"
  2649. 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
  2650. Nov 4 17:42:47 fuel journal: time="2016-11-04T17:42:47.829554929Z" level=info msg="API listen on /var/run/docker.sock"
  2651. Nov 4 17:42:47 fuel systemd: Started Docker Application Container Engine.
  2652. 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
  2653. 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
  2654. 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
  2655. 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
  2656. Nov 4 17:42:49 fuel ntpd[12620]: Listen normally on 8 docker0 172.17.0.1 UDP 123
  2657. 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
  2658. 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
  2659. 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
  2660. 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
  2661. 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
  2662. 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
  2663. 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
  2664. 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
  2665. Nov 4 17:43:08 fuel yum[13376]: Installed: yajl-2.0.4-4.el7.x86_64
  2666. Nov 4 17:43:08 fuel yum[13376]: Installed: libevent-2.0.21-4.el7.x86_64
  2667. Nov 4 17:43:08 fuel systemd: Reloading.
  2668. 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.
  2669. 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.
  2670. Nov 4 17:43:08 fuel yum[13376]: Installed: cyrus-sasl-2.1.26-20.el7_2.x86_64
  2671. Nov 4 17:43:08 fuel yum[13376]: Installed: ldns-1.6.16-7.el7.x86_64
  2672. Nov 4 17:43:08 fuel systemd: Reloading.
  2673. 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.
  2674. 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.
  2675. Nov 4 17:43:09 fuel systemd: Started daily update of the root trust anchor for DNSSEC.
  2676. Nov 4 17:43:09 fuel systemd: Starting daily update of the root trust anchor for DNSSEC.
  2677. Nov 4 17:43:09 fuel yum[13376]: Installed: unbound-libs-1.4.20-26.el7.x86_64
  2678. Nov 4 17:43:09 fuel yum[13376]: Installed: gnutls-dane-3.3.8-14.el7_2.x86_64
  2679. Nov 4 17:43:09 fuel yum[13376]: Installed: gnutls-utils-3.3.8-14.el7_2.x86_64
  2680. Nov 4 17:43:09 fuel yum[13376]: Installed: cyrus-sasl-md5-2.1.26-20.el7_2.x86_64
  2681. Nov 4 17:43:09 fuel systemd: Reloading.
  2682. 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.
  2683. 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.
  2684. Nov 4 17:43:09 fuel yum[13376]: Installed: libvirt-client-1.2.17-13.el7_2.4.x86_64
  2685. Nov 4 17:43:09 fuel yum[13376]: Installed: fuel-migrate-9.0.0-1.mos8607.noarch
  2686. Nov 4 17:43:11 fuel systemd: Reloading.
  2687. 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.
  2688. 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.
  2689. Nov 4 17:43:11 fuel yum[13494]: Installed: psacct-6.6.1-9.el7.x86_64
  2690. Nov 4 17:43:12 fuel systemd: Reloading.
  2691. 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.
  2692. 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.
  2693. Nov 4 17:43:12 fuel yum[13528]: Installed: acpid-2.0.19-6.el7.x86_64
  2694. Nov 4 17:43:14 fuel yum[13561]: Installed: 1:python-lockfile-0.9.1-4.el7~mos1.noarch
  2695. Nov 4 17:43:14 fuel yum[13561]: Installed: python-daemon-2.1.0-1.el7~mos1.noarch
  2696. Nov 4 17:43:15 fuel yum[13578]: Installed: fuel-notify-9.0.0-1.mos8607.noarch
  2697. Nov 4 17:43:18 fuel systemd: Reloading.
  2698. 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.
  2699. 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.
  2700. Nov 4 17:43:18 fuel yum[13612]: Installed: atop-2.1-1.el7~mos1.x86_64
  2701. Nov 4 17:43:24 fuel systemd: Starting advanced interactive monitor...
  2702. Nov 4 17:43:24 fuel systemd: Started advanced interactive monitor.
  2703. Nov 4 17:43:25 fuel systemd: Reloading.
  2704. 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.
  2705. 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.
  2706. Nov 4 17:43:25 fuel systemd: Reloading.
  2707. 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.
  2708. 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.
  2709. Nov 4 17:43:25 fuel systemd: Stopping Network Time Service...
  2710. Nov 4 17:43:25 fuel ntpd[12620]: ntpd exiting on signal 15
  2711. Nov 4 17:43:25 fuel systemd: Starting Network Time Service...
  2712. Nov 4 17:43:25 fuel ntpd[15219]: ntpd 4.2.6p5@1.2349-o Mon Jan 25 14:27:34 UTC 2016 (1)
  2713. Nov 4 17:43:25 fuel ntpd[15220]: proto: precision = 0.045 usec
  2714. Nov 4 17:43:25 fuel ntpd[15220]: 0.0.0.0 c01d 0d kern kernel time sync enabled
  2715. Nov 4 17:43:25 fuel ntpd[15220]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
  2716. Nov 4 17:43:25 fuel ntpd[15220]: Listen and drop on 1 v6wildcard :: UDP 123
  2717. Nov 4 17:43:25 fuel ntpd[15220]: Listen normally on 2 lo 127.0.0.1 UDP 123
  2718. Nov 4 17:43:25 fuel ntpd[15220]: Listen normally on 3 eth0 172.16.160.100 UDP 123
  2719. Nov 4 17:43:25 fuel ntpd[15220]: Listen normally on 4 eth1 172.16.161.100 UDP 123
  2720. Nov 4 17:43:25 fuel ntpd[15220]: Listen normally on 5 docker0 172.17.0.1 UDP 123
  2721. Nov 4 17:43:25 fuel ntpd[15220]: Listen normally on 6 lo ::1 UDP 123
  2722. Nov 4 17:43:25 fuel ntpd[15220]: Listen normally on 7 eth0 fe80::250:56ff:febf:6ed6 UDP 123
  2723. Nov 4 17:43:25 fuel ntpd[15220]: Listen normally on 8 eth1 fe80::250:56ff:febf:4223 UDP 123
  2724. Nov 4 17:43:25 fuel ntpd[15220]: Listening on routing socket on fd #25 for interface updates
  2725. Nov 4 17:43:25 fuel ntpd[15220]: 0.0.0.0 c016 06 restart
  2726. Nov 4 17:43:25 fuel ntpd[15220]: 0.0.0.0 c012 02 freq_set kernel 0.000 PPM
  2727. Nov 4 17:43:25 fuel ntpd[15220]: 0.0.0.0 c011 01 freq_not_set
  2728. Nov 4 17:43:25 fuel systemd: Started Network Time Service.
  2729. Nov 4 17:43:27 fuel ntpd[15220]: 0.0.0.0 c614 04 freq_mode
  2730. Nov 4 17:43:27 fuel yum[15277]: Installed: apr-1.4.8-3.el7.x86_64
  2731. Nov 4 17:43:27 fuel yum[15277]: Installed: apr-util-1.5.2-6.el7.x86_64
  2732. Nov 4 17:43:27 fuel yum[15277]: Installed: httpd-tools-2.4.6-40.el7.centos.x86_64
  2733. Nov 4 17:43:27 fuel yum[15277]: Installed: mailcap-2.1.41-2.el7.noarch
  2734. Nov 4 17:43:28 fuel systemd: Reloading.
  2735. 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.
  2736. 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.
  2737. Nov 4 17:43:28 fuel yum[15277]: Installed: httpd-2.4.6-40.el7.centos.x86_64
  2738. Nov 4 17:43:30 fuel systemd: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 15534 (sysctl)
  2739. Nov 4 17:43:30 fuel systemd: Mounting Arbitrary Executable File Formats File System...
  2740. Nov 4 17:43:30 fuel systemd: Mounted Arbitrary Executable File Formats File System.
  2741. Nov 4 17:43:30 fuel kernel: nr_pdflush_threads exported in /proc is scheduled for removal
  2742. Nov 4 17:43:31 fuel systemd: Stopping OpenSSH server daemon...
  2743. Nov 4 17:43:31 fuel systemd: Stopping OpenSSH Server Key Generation...
  2744. Nov 4 17:43:31 fuel systemd: Started OpenSSH Server Key Generation.
  2745. Nov 4 17:43:31 fuel systemd: Started OpenSSH server daemon.
  2746. Nov 4 17:43:31 fuel systemd: Starting OpenSSH server daemon...
  2747. Nov 4 17:43:31 fuel sshd: Could not load host key: /etc/ssh/ssh_host_dsa_key
  2748. Nov 4 17:43:31 fuel sshd[15697]: Set /proc/self/oom_score_adj from 0 to -1000
  2749. Nov 4 17:43:31 fuel sshd[15697]: Server listening on 0.0.0.0 port 22.
  2750. Nov 4 17:43:33 fuel yum[15708]: Installed: dbus-python-1.1.1-9.el7.x86_64
  2751. Nov 4 17:43:33 fuel yum[15708]: Installed: system-config-keyboard-base-1.4.0-4.el7.noarch
  2752. Nov 4 17:43:33 fuel yum[15708]: Installed: system-config-keyboard-1.4.0-4.el7.noarch
  2753. Nov 4 17:43:33 fuel yum[15708]: Installed: squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86_64
  2754. Nov 4 17:43:33 fuel yum[15708]: Installed: pykickstart-1.99.66.6-1.el7.noarch
  2755. Nov 4 17:43:33 fuel yum[15708]: Installed: 1:python-imgcreate-21.4-2.el7.x86_64
  2756. Nov 4 17:43:33 fuel yum[15708]: Installed: ami-creator-0.3-1.el7~mos1.noarch
  2757. Nov 4 17:43:34 fuel ntpd[15220]: 0.0.0.0 0612 02 freq_set kernel 953.096 PPM
  2758. Nov 4 17:43:34 fuel ntpd[15220]: 0.0.0.0 0615 05 clock_sync
  2759. 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
  2760. 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
  2761. 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
  2762. 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
  2763. 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
  2764. 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
  2765. Nov 4 17:43:41 fuel systemd: Reloading.
  2766. 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.
  2767. 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.
  2768. Nov 4 17:43:41 fuel yum[15961]: Installed: 2:xinetd-2.3.15-12.el7.x86_64
  2769. Nov 4 17:43:43 fuel yum[15993]: Installed: python-django-bash-completion-1.8.4-1.el7~mos1.noarch
  2770. Nov 4 17:43:45 fuel yum[15993]: Installed: python-django-1.8.4-1.el7~mos1.noarch
  2771. Nov 4 17:43:46 fuel yum[16010]: Installed: pexpect-3.1-1.el7~mos1.noarch
  2772. Nov 4 17:43:48 fuel systemd: Reloading.
  2773. 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.
  2774. 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.
  2775. Nov 4 17:43:48 fuel yum[16027]: Installed: tftp-server-5.2-12.el7.x86_64
  2776. Nov 4 17:43:49 fuel yum[16059]: Installed: mtools-4.0.18-5.el7.x86_64
  2777. Nov 4 17:43:50 fuel yum[16059]: Installed: syslinux-4.05-12.el7.x86_64
  2778. Nov 4 17:43:51 fuel yum[16077]: Installed: python-ipaddr-2.1.9-5.el7.noarch
  2779. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-common-4.0.11-27.el7_2.7.x86_64
  2780. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ilo-mp-4.0.11-27.el7_2.7.x86_64
  2781. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ilo-moonshot-4.0.11-27.el7_2.7.x86_64
  2782. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-eps-4.0.11-27.el7_2.7.x86_64
  2783. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-rsb-4.0.11-27.el7_2.7.x86_64
  2784. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-wti-4.0.11-27.el7_2.7.x86_64
  2785. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-cisco-ucs-4.0.11-27.el7_2.7.x86_64
  2786. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-rsa-4.0.11-27.el7_2.7.x86_64
  2787. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-hpblade-4.0.11-27.el7_2.7.x86_64
  2788. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-drac5-4.0.11-27.el7_2.7.x86_64
  2789. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-compute-4.0.11-27.el7_2.7.x86_64
  2790. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-rhevm-4.0.11-27.el7_2.7.x86_64
  2791. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-bladecenter-4.0.11-27.el7_2.7.x86_64
  2792. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-apc-4.0.11-27.el7_2.7.x86_64
  2793. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-emerson-4.0.11-27.el7_2.7.x86_64
  2794. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-brocade-4.0.11-27.el7_2.7.x86_64
  2795. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-kdump-4.0.11-27.el7_2.7.x86_64
  2796. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ilo2-4.0.11-27.el7_2.7.x86_64
  2797. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ilo-ssh-4.0.11-27.el7_2.7.x86_64
  2798. Nov 4 17:43:53 fuel yum[16094]: Installed: 1:net-snmp-libs-5.7.2-24.el7.x86_64
  2799. Nov 4 17:43:53 fuel yum[16094]: Installed: 1:net-snmp-utils-5.7.2-24.el7.x86_64
  2800. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-eaton-snmp-4.0.11-27.el7_2.7.x86_64
  2801. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-cisco-mds-4.0.11-27.el7_2.7.x86_64
  2802. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ifmib-4.0.11-27.el7_2.7.x86_64
  2803. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-intelmodular-4.0.11-27.el7_2.7.x86_64
  2804. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-apc-snmp-4.0.11-27.el7_2.7.x86_64
  2805. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ipdu-4.0.11-27.el7_2.7.x86_64
  2806. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ibmblade-4.0.11-27.el7_2.7.x86_64
  2807. Nov 4 17:43:53 fuel yum[16094]: Installed: OpenIPMI-modalias-2.0.19-11.el7.x86_64
  2808. Nov 4 17:43:53 fuel systemd: Reloading.
  2809. 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.
  2810. 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.
  2811. Nov 4 17:43:53 fuel yum[16094]: Installed: ipmitool-1.8.13-8.el7_1.x86_64
  2812. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-ipmilan-4.0.11-27.el7_2.7.x86_64
  2813. Nov 4 17:43:53 fuel systemd: Reloading.
  2814. 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.
  2815. 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.
  2816. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-virt-0.3.2-2.el7.x86_64
  2817. Nov 4 17:43:53 fuel yum[16094]: Installed: sg3_utils-libs-1.37-5.el7.x86_64
  2818. Nov 4 17:43:53 fuel yum[16094]: Installed: sg3_utils-1.37-5.el7.x86_64
  2819. Nov 4 17:43:53 fuel yum[16094]: Installed: fence-agents-scsi-4.0.11-27.el7_2.7.x86_64
  2820. Nov 4 17:43:54 fuel yum[16094]: Installed: python-suds-jurko-0.6-1.el7~mos1.noarch
  2821. Nov 4 17:43:54 fuel yum[16094]: Installed: fence-agents-vmware-soap-4.0.11-27.el7_2.7.x86_64
  2822. Nov 4 17:43:54 fuel yum[16094]: Installed: device-mapper-multipath-libs-0.4.9-85.el7_2.1.x86_64
  2823. Nov 4 17:43:54 fuel systemd: Reloading.
  2824. 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.
  2825. 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.
  2826. Nov 4 17:43:54 fuel yum[16094]: Installed: device-mapper-multipath-0.4.9-85.el7_2.1.x86_64
  2827. Nov 4 17:43:54 fuel yum[16094]: Installed: fence-agents-mpath-4.0.11-27.el7_2.7.x86_64
  2828. Nov 4 17:43:54 fuel yum[16094]: Installed: fence-agents-all-4.0.11-27.el7_2.7.x86_64
  2829. Nov 4 17:43:56 fuel yum[16165]: Installed: python-simplejson-3.5.3-3.el7~mos1.x86_64
  2830. Nov 4 17:43:56 fuel yum[16165]: Installed: mod_wsgi-3.4-12.el7_0.x86_64
  2831. Nov 4 17:43:56 fuel yum[16165]: Installed: python-cheetah-2.4.4-11.el7~mos1.x86_64
  2832. Nov 4 17:43:57 fuel systemd: Reloading.
  2833. 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.
  2834. 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.
  2835. Nov 4 17:43:57 fuel yum[16165]: Installed: cobbler-2.6.9-1.el7~mos11.noarch
  2836. Nov 4 17:43:59 fuel yum[16200]: Installed: 1:mod_ssl-2.4.6-40.el7.centos.x86_64
  2837. Nov 4 17:43:59 fuel yum[16200]: Installed: cobbler-web-2.6.9-1.el7~mos11.noarch
  2838. Nov 4 17:44:00 fuel systemd: Starting Cobbler Helper Daemon...
  2839. Nov 4 17:44:00 fuel systemd: Started Cobbler Helper Daemon.
  2840. Nov 4 17:44:00 fuel systemd: Reloading.
  2841. 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.
  2842. 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.
  2843. Nov 4 17:44:00 fuel systemd: Starting The Apache HTTP Server...
  2844. 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
  2845. Nov 4 17:44:00 fuel systemd: Started The Apache HTTP Server.
  2846. Nov 4 17:44:00 fuel systemd: Reloading.
  2847. 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.
  2848. 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.
  2849. Nov 4 17:44:01 fuel systemd: Started DNS caching server..
  2850. Nov 4 17:44:01 fuel systemd: Starting DNS caching server....
  2851. Nov 4 17:44:04 fuel systemd: Stopping DNS caching server....
  2852. Nov 4 17:44:04 fuel systemd: Started DNS caching server..
  2853. Nov 4 17:44:04 fuel systemd: Starting DNS caching server....
  2854. Nov 4 17:44:05 fuel systemd: Reloading.
  2855. 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.
  2856. 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.
  2857. Nov 4 17:44:05 fuel systemd: Stopping DNS caching server....
  2858. Nov 4 17:44:05 fuel systemd: Started DNS caching server..
  2859. Nov 4 17:44:05 fuel systemd: Starting DNS caching server....
  2860. Nov 4 17:44:05 fuel systemd: Starting Xinetd A Powerful Replacement For Inetd...
  2861. Nov 4 17:44:05 fuel systemd: Started Xinetd A Powerful Replacement For Inetd.
  2862. Nov 4 17:44:05 fuel xinetd[16418]: xinetd Version 2.3.15 started with libwrap loadavg labeled-networking options compiled in.
  2863. Nov 4 17:44:05 fuel xinetd[16418]: Started working: 1 available service
  2864. Nov 4 17:44:11 fuel systemd: Stopping DNS caching server....
  2865. Nov 4 17:44:11 fuel systemd: Started DNS caching server..
  2866. Nov 4 17:44:11 fuel systemd: Starting DNS caching server....
  2867. Nov 4 17:44:12 fuel systemd: Reloading.
  2868. 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.
  2869. 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.
  2870. Nov 4 17:44:14 fuel systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring.
  2871. 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
  2872. 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
  2873. 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
  2874. 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
  2875. Nov 4 17:44:20 fuel systemd: Reloading.
  2876. 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.
  2877. 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.
  2878. Nov 4 17:44:21 fuel yum[16827]: Installed: postgresql-server-9.3.10-1.el7~mos2.x86_64
  2879. Nov 4 17:44:25 fuel systemd: Reloading.
  2880. 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.
  2881. 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.
  2882. Nov 4 17:44:25 fuel systemd: Starting PostgreSQL database server...
  2883. Nov 4 17:44:25 fuel pg_ctl: LOG: redirecting log output to logging collector process
  2884. Nov 4 17:44:25 fuel pg_ctl: HINT: Future log output will appear in directory "pg_log".
  2885. Nov 4 17:44:26 fuel systemd: Started PostgreSQL database server.
  2886. Nov 4 17:44:26 fuel systemd: Reloading.
  2887. 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.
  2888. 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.
  2889. Nov 4 17:44:26 fuel systemd: Reloaded PostgreSQL database server.
  2890. Nov 4 17:44:29 fuel yum[17225]: Installed: python-psycopg2-2.5.1-3.el7.x86_64
  2891. 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
  2892. 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
  2893. 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
  2894. 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
  2895. 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
  2896. 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
  2897. 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
  2898. 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
  2899. Nov 4 17:44:37 fuel yum[17473]: Installed: lksctp-tools-1.0.13-3.el7.x86_64
  2900. Nov 4 17:44:37 fuel yum[17473]: Installed: erlang-erts-18.1-1.el7~mos2.x86_64
  2901. Nov 4 17:44:37 fuel yum[17473]: Installed: erlang-crypto-18.1-1.el7~mos2.x86_64
  2902. Nov 4 17:44:38 fuel yum[17473]: Installed: erlang-compiler-18.1-1.el7~mos2.x86_64
  2903. Nov 4 17:44:38 fuel yum[17473]: Installed: erlang-hipe-18.1-1.el7~mos2.x86_64
  2904. Nov 4 17:44:38 fuel yum[17473]: Installed: erlang-syntax_tools-18.1-1.el7~mos2.x86_64
  2905. Nov 4 17:44:38 fuel yum[17473]: Installed: erlang-stdlib-18.1-1.el7~mos2.x86_64
  2906. Nov 4 17:44:38 fuel yum[17473]: Installed: erlang-kernel-18.1-1.el7~mos2.x86_64
  2907. Nov 4 17:44:38 fuel yum[17473]: Installed: erlang-mnesia-18.1-1.el7~mos2.x86_64
  2908. Nov 4 17:44:38 fuel yum[17473]: Installed: erlang-runtime_tools-18.1-1.el7~mos2.x86_64
  2909. Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-snmp-18.1-1.el7~mos2.x86_64
  2910. Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-asn1-18.1-1.el7~mos2.x86_64
  2911. Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-public_key-18.1-1.el7~mos2.x86_64
  2912. Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-ssl-18.1-1.el7~mos2.x86_64
  2913. Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-eldap-18.1-1.el7~mos2.x86_64
  2914. Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-inets-18.1-1.el7~mos2.x86_64
  2915. Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-tools-18.1-1.el7~mos2.x86_64
  2916. Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-sasl-18.1-1.el7~mos2.x86_64
  2917. Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-otp_mibs-18.1-1.el7~mos2.x86_64
  2918. Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-os_mon-18.1-1.el7~mos2.x86_64
  2919. Nov 4 17:44:39 fuel yum[17473]: Installed: erlang-xmerl-18.1-1.el7~mos2.x86_64
  2920. Nov 4 17:44:40 fuel systemd: Reloading.
  2921. 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.
  2922. 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.
  2923. Nov 4 17:44:40 fuel systemd: Reloading.
  2924. 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.
  2925. 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.
  2926. Nov 4 17:44:40 fuel yum[17473]: Installed: rabbitmq-server-3.6.5-1.el7~mos1.noarch
  2927. Nov 4 17:44:42 fuel systemd: Reloading.
  2928. 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.
  2929. 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.
  2930. Nov 4 17:44:42 fuel systemd: epmd@0.0.0.0.socket failed to listen on sockets: Address already in use
  2931. Nov 4 17:44:42 fuel systemd: Failed to listen on Erlang Port Mapper Daemon Activation Socket.
  2932. Nov 4 17:44:42 fuel systemd: Unit epmd@0.0.0.0.socket entered failed state.
  2933. Nov 4 17:44:42 fuel systemd: Starting Erlang Port Mapper Daemon Activation Socket.
  2934. Nov 4 17:44:42 fuel systemd: Starting RabbitMQ broker...
  2935. Nov 4 17:44:43 fuel rabbitmq-server: RabbitMQ 3.6.5. Copyright (C) 2007-2016 Pivotal Software, Inc.
  2936. Nov 4 17:44:43 fuel rabbitmq-server: ## ## Licensed under the MPL. See http://www.rabbitmq.com/
  2937. Nov 4 17:44:43 fuel rabbitmq-server: ## ##
  2938. Nov 4 17:44:43 fuel rabbitmq-server: ########## Logs: /var/log/rabbitmq/rabbit@fuel.log
  2939. Nov 4 17:44:43 fuel rabbitmq-server: ###### ## /var/log/rabbitmq/rabbit@fuel-sasl.log
  2940. Nov 4 17:44:43 fuel rabbitmq-server: ##########
  2941. Nov 4 17:44:43 fuel rabbitmq-server: Starting broker...
  2942. Nov 4 17:44:45 fuel rabbitmq-server: systemd unit for activation check: "rabbitmq-server.service"
  2943. Nov 4 17:44:45 fuel systemd: Started RabbitMQ broker.
  2944. Nov 4 17:44:45 fuel rabbitmq-server: completed with 7 plugins.
  2945. Nov 4 17:44:45 fuel systemd: Reloading.
  2946. 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.
  2947. 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.
  2948. Nov 4 17:44:45 fuel su: (to rabbitmq) root on none
  2949. Nov 4 17:44:46 fuel su: (to rabbitmq) root on none
  2950. Nov 4 17:44:46 fuel su: (to rabbitmq) root on none
  2951. Nov 4 17:44:47 fuel su: (to rabbitmq) root on none
  2952. Nov 4 17:44:48 fuel su: (to rabbitmq) root on none
  2953. Nov 4 17:44:48 fuel su: (to rabbitmq) root on none
  2954. Nov 4 17:44:49 fuel su: (to rabbitmq) root on none
  2955. Nov 4 17:44:49 fuel su: (to rabbitmq) root on none
  2956. Nov 4 17:44:50 fuel su: (to rabbitmq) root on none
  2957. Nov 4 17:44:51 fuel su: (to rabbitmq) root on none
  2958. Nov 4 17:44:51 fuel su: (to rabbitmq) root on none
  2959. Nov 4 17:44:52 fuel su: (to rabbitmq) root on none
  2960. Nov 4 17:44:52 fuel su: (to rabbitmq) root on none
  2961. Nov 4 17:44:53 fuel su: (to rabbitmq) root on none
  2962. Nov 4 17:44:54 fuel su: (to rabbitmq) root on none
  2963. Nov 4 17:44:54 fuel su: (to rabbitmq) root on none
  2964. Nov 4 17:44:55 fuel su: (to rabbitmq) root on none
  2965. Nov 4 17:44:56 fuel su: (to rabbitmq) root on none
  2966. Nov 4 17:44:56 fuel su: (to rabbitmq) root on none
  2967. Nov 4 17:44:57 fuel su: (to rabbitmq) root on none
  2968. 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
  2969. 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
  2970. 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
  2971. 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
  2972. 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
  2973. 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
  2974. 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
  2975. 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
  2976. Nov 4 17:45:04 fuel yum[21269]: Installed: ironic-fa-bootstrap-configs-9.0.0-1.mos291.noarch
  2977. Nov 4 17:45:06 fuel yum[21290]: Installed: rubygem-mcollective-client-2.8.4-1.el7~mos1.noarch
  2978. Nov 4 17:45:08 fuel yum[21307]: Installed: rubygem-stomp-1.3.4-3.el7~mos1.noarch
  2979. Nov 4 17:45:08 fuel yum[21307]: Installed: rubygem-systemu-2.6.4-1.el7~mos1.noarch
  2980. Nov 4 17:45:08 fuel yum[21307]: Installed: mcollective-common-2.5.3-3.el7~mos3.noarch
  2981. Nov 4 17:45:08 fuel yum[21307]: Installed: mcollective-client-2.5.3-3.el7~mos3.noarch
  2982. Nov 4 17:45:10 fuel yum[21324]: Installed: mcollective-2.5.3-3.el7~mos3.noarch
  2983. Nov 4 17:45:10 fuel yum[21324]: Installed: nailgun-mcagents-9.0.0-1.mos774.noarch
  2984. Nov 4 17:45:10 fuel systemd: Starting The Marionette Collective...
  2985. Nov 4 17:45:10 fuel systemd: Started The Marionette Collective.
  2986. Nov 4 17:45:10 fuel systemd: Reloading.
  2987. 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.
  2988. 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.
  2989. 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
  2990. 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
  2991. 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
  2992. 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
  2993. Nov 4 17:45:16 fuel yum[21600]: Installed: 1:rubygem-amqp-1.5.1-1.el7~mos2.noarch
  2994. Nov 4 17:45:18 fuel yum[21617]: Installed: rubygem-tzinfo-1.2.2-2.el7~mos1.noarch
  2995. Nov 4 17:45:19 fuel yum[21634]: Installed: rubygem-symboltable-1.0.2-1.el7~mos9.noarch
  2996. Nov 4 17:45:21 fuel yum[21651]: Installed: rubygem-thread_safe-0.3.5-2.el7~mos1.noarch
  2997. Nov 4 17:45:22 fuel yum[21668]: Installed: rubygem-i18n-0.7.0-2.el7~mos1.noarch
  2998. Nov 4 17:45:24 fuel yum[21685]: Installed: python-editor-0.4-1.el7~mos1.noarch
  2999. Nov 4 17:45:25 fuel yum[21704]: Installed: rubygem-minitest-5.3.1-3.el7~mos1.noarch
  3000. Nov 4 17:45:27 fuel yum[21722]: Installed: rubygem-amq-protocol-2.0.0-1.el7~mos1.noarch
  3001. Nov 4 17:45:30 fuel yum[21739]: Installed: rubygem-net-ssh-gateway-1.2.0-5.el7~mos1.noarch
  3002. Nov 4 17:45:30 fuel yum[21739]: Installed: rubygem-net-ssh-2.9.1-2.el7~mos1.noarch
  3003. Nov 4 17:45:30 fuel yum[21739]: Installed: rubygem-net-ssh-multi-1.2.0-4.el7~mos1.noarch
  3004. Nov 4 17:45:30 fuel yum[21739]: Installed: rubygem-bunny-2.0.1-1.el7~mos1.noarch
  3005. Nov 4 17:45:30 fuel yum[21739]: Installed: rubygem-raemon-0.3.0-1.el7~mos2.noarch
  3006. Nov 4 17:45:30 fuel yum[21739]: Installed: python-timmy-1.20.3-1.el7~mos1.noarch
  3007. Nov 4 17:45:31 fuel yum[21739]: Installed: 1:rubygem-activesupport-4.2.4-1.el7~mos1.noarch
  3008. Nov 4 17:45:31 fuel yum[21739]: Installed: rubygem-mime-types-1.25.1-2.el7~mos1.noarch
  3009. Nov 4 17:45:31 fuel yum[21739]: Installed: rubygem-rest-client-1.6.7-2.el7~mos2.noarch
  3010. Nov 4 17:45:32 fuel systemd: Reloading.
  3011. 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.
  3012. 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.
  3013. Nov 4 17:45:32 fuel yum[21739]: Installed: rubygem-astute-9.0.0-1.mos774.noarch
  3014. Nov 4 17:45:32 fuel systemd: Reloading.
  3015. 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.
  3016. 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.
  3017. Nov 4 17:45:32 fuel systemd: [/usr/lib/systemd/system/astute.service:2] Unknown lvalue 'Name' in section 'Unit'
  3018. Nov 4 17:45:32 fuel systemd: Started astute.service.
  3019. Nov 4 17:45:32 fuel systemd: Starting astute.service...
  3020. Nov 4 17:45:32 fuel systemd: Reloading.
  3021. Nov 4 17:45:32 fuel systemd: [/usr/lib/systemd/system/astute.service:2] Unknown lvalue 'Name' in section 'Unit'
  3022. 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.
  3023. 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.
  3024. 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
  3025. 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
  3026. 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
  3027. 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
  3028. 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
  3029. 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
  3030. 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
  3031. 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
  3032. Nov 4 17:45:40 fuel yum[22181]: Installed: python2-appdirs-1.4.0-4.el7~mos1.noarch
  3033. Nov 4 17:45:40 fuel yum[22181]: Installed: python2-requestsexceptions-1.1.2-1.el7~mos0.noarch
  3034. Nov 4 17:45:40 fuel yum[22181]: Installed: os-client-config-1.14.0-1.el7~mos9.noarch
  3035. Nov 4 17:45:45 fuel yum[22215]: Installed: python-webob-1.4.1-2.el7~mos2.noarch
  3036. Nov 4 17:45:45 fuel yum[22215]: Installed: python-oslo-context-2.2.0-1.el7~mos0.noarch
  3037. Nov 4 17:45:46 fuel yum[22215]: Installed: python-sqlalchemy-1.0.12-1.el7~mos1.x86_64
  3038. Nov 4 17:45:46 fuel yum[22215]: Installed: python-futures-3.0.3-1.el7~mos1.noarch
  3039. Nov 4 17:45:46 fuel yum[22215]: Installed: mpfr-3.1.1-4.el7.x86_64
  3040. Nov 4 17:45:46 fuel yum[22215]: Installed: python-memcached-1.57-1.el7~mos1.noarch
  3041. Nov 4 17:45:46 fuel yum[22215]: Installed: libmpc-1.0.1-3.el7.x86_64
  3042. Nov 4 17:45:46 fuel yum[22215]: Installed: python-trollius-1.0.4-1.el7~mos1.noarch
  3043. Nov 4 17:45:46 fuel yum[22215]: Installed: python-oslo-middleware-3.8.0-1.el7~mos0.noarch
  3044. Nov 4 17:45:46 fuel yum[22215]: Installed: python-tempita-0.5.1-6.el7.noarch
  3045. Nov 4 17:45:46 fuel yum[22215]: Installed: python-pika-0.10.0-3.el7~mos1.noarch
  3046. Nov 4 17:45:48 fuel yum[22215]: Installed: python3-libs-3.4.3-4.el7~mos2.x86_64
  3047. Nov 4 17:45:48 fuel yum[22215]: Installed: python3-3.4.3-4.el7~mos2.x86_64
  3048. Nov 4 17:45:48 fuel yum[22215]: Installed: python-ldap-2.4.15-2.el7.x86_64
  3049. Nov 4 17:45:48 fuel yum[22215]: Installed: 1:python-dateutil-2.4.2-3.el7~mos1.noarch
  3050. Nov 4 17:45:49 fuel yum[22215]: Installed: python-oslo-log-3.3.0-1.el7~mos5.noarch
  3051. Nov 4 17:45:49 fuel yum[22215]: Installed: python-decorator-4.0.2-1.el7~mos1.noarch
  3052. Nov 4 17:45:49 fuel yum[22215]: Installed: python-amqp-1.4.9-1.el7~mos1.noarch
  3053. Nov 4 17:45:49 fuel yum[22215]: Installed: python-ldappool-1.0-1.el7~mos2.noarch
  3054. Nov 4 17:45:49 fuel yum[22215]: Installed: python3-setuptools-17.1.1-3.el7~mos1.noarch
  3055. Nov 4 17:45:49 fuel yum[22215]: Installed: python3-webob-1.4.1-2.el7~mos2.noarch
  3056. Nov 4 17:45:49 fuel yum[22215]: Installed: python3-zope-event-4.0.3-2.el7~mos2.noarch
  3057. Nov 4 17:45:49 fuel yum[22215]: Installed: python3-zope-interface-4.1.2-3.el7~mos1.x86_64
  3058. Nov 4 17:45:49 fuel yum[22215]: Installed: python-pika-pool-0.1.3-1.el7~mos1.x86_64
  3059. Nov 4 17:45:49 fuel yum[22215]: Installed: python-aioeventlet-0.4-1.el7~mos2.noarch
  3060. Nov 4 17:45:50 fuel yum[22215]: Installed: cpp-4.8.5-4.el7.x86_64
  3061. Nov 4 17:45:50 fuel yum[22215]: Installed: python-dogpile-core-0.4.1-2.el7~mos1.noarch
  3062. Nov 4 17:45:50 fuel yum[22215]: Installed: python-dogpile-cache-0.5.7-3.el7~mos1.noarch
  3063. Nov 4 17:45:50 fuel yum[22215]: Installed: python-oslo-cache-1.6.0-2.el7~mos0.noarch
  3064. Nov 4 17:45:50 fuel yum[22215]: Installed: python-enum34-1.0.4-1.el7.noarch
  3065. Nov 4 17:45:50 fuel yum[22215]: Installed: python-oslo-policy-1.6.0-1.el7~mos0.noarch
  3066. Nov 4 17:45:50 fuel yum[22215]: Installed: python-sqlparse-0.1.11-2.el7~mos1.noarch
  3067. Nov 4 17:45:50 fuel yum[22215]: Installed: python-migrate-0.10.0-2.el7~mos3.noarch
  3068. Nov 4 17:45:51 fuel yum[22215]: Installed: kernel-headers-3.10.0-327.13.1.el7.x86_64
  3069. Nov 4 17:45:51 fuel yum[22215]: Installed: glibc-headers-2.17-106.el7_2.4.x86_64
  3070. Nov 4 17:45:51 fuel yum[22215]: Installed: glibc-devel-2.17-106.el7_2.4.x86_64
  3071. Nov 4 17:45:52 fuel yum[22215]: Installed: gcc-4.8.5-4.el7.x86_64
  3072. Nov 4 17:45:52 fuel yum[22215]: Installed: python-anyjson-0.3.3-3.el7~mos1.noarch
  3073. Nov 4 17:45:53 fuel yum[22215]: Installed: 1:python-kombu-3.0.33-4.el7~mos1.noarch
  3074. Nov 4 17:45:53 fuel yum[22215]: Installed: python-passlib-1.6.2-2.el7~mos1.noarch
  3075. Nov 4 17:45:53 fuel yum[22215]: Installed: libtool-ltdl-2.4.2-21.el7_2.x86_64
  3076. Nov 4 17:45:53 fuel yum[22215]: Installed: xmlsec1-1.2.20-5.el7.x86_64
  3077. Nov 4 17:45:53 fuel yum[22215]: Installed: zlib-devel-1.2.7-15.el7.x86_64
  3078. Nov 4 17:45:53 fuel yum[22215]: Installed: python-pymemcache-1.2.9-1.el7~mos1.noarch
  3079. Nov 4 17:45:53 fuel yum[22215]: Installed: pcre-devel-8.32-15.el7.x86_64
  3080. Nov 4 17:45:53 fuel yum[22215]: Installed: python-cachetools-1.0.2-2.el7~mos1.noarch
  3081. Nov 4 17:45:53 fuel yum[22215]: Installed: python-ply-3.4-10.el7.noarch
  3082. Nov 4 17:45:53 fuel yum[22215]: Installed: python-pycparser-2.14-1.el7.noarch
  3083. Nov 4 17:45:53 fuel yum[22215]: Installed: python-cffi-1.1.2-3.el7~mos1.x86_64
  3084. Nov 4 17:45:53 fuel yum[22215]: Installed: python-oauthlib-0.6.0-2.el7~mos1.noarch
  3085. Nov 4 17:45:53 fuel yum[22215]: Installed: python-contextlib2-0.4.0-1.el7~mos2.noarch
  3086. Nov 4 17:45:53 fuel yum[22215]: Installed: python-futurist-0.11.0-1.el7~mos1.noarch
  3087. Nov 4 17:45:53 fuel yum[22215]: Installed: python-zope-event-4.0.3-2.el7~mos2.noarch
  3088. Nov 4 17:45:54 fuel yum[22215]: Installed: python-zope-interface-4.1.2-3.el7~mos1.x86_64
  3089. Nov 4 17:45:54 fuel yum[22215]: Installed: python-repoze-who-2.1-1.el7~mos1.noarch
  3090. Nov 4 17:45:54 fuel yum[22215]: Installed: libsepol-devel-2.1.9-3.el7.x86_64
  3091. Nov 4 17:45:54 fuel yum[22215]: Installed: libselinux-devel-2.2.2-6.el7.x86_64
  3092. Nov 4 17:45:54 fuel yum[22215]: Installed: python-fasteners-0.9.0-2.el7~mos1.noarch
  3093. Nov 4 17:45:54 fuel yum[22215]: Installed: python-pyasn1-0.1.8-2.el7~mos1.noarch
  3094. Nov 4 17:45:54 fuel yum[22215]: Installed: libcom_err-devel-1.42.9-7.el7.x86_64
  3095. Nov 4 17:45:54 fuel yum[22215]: Installed: python-repoze-lru-0.4-3.el7~mos1.noarch
  3096. Nov 4 17:45:54 fuel yum[22215]: Installed: python-routes-1.13-2.el7~mos1.noarch
  3097. Nov 4 17:45:54 fuel yum[22215]: Installed: python-retrying-1.2.3-3.el7~mos1.noarch
  3098. Nov 4 17:45:54 fuel yum[22215]: Installed: python-oslo-concurrency-3.7.1-1.el7~mos0.noarch
  3099. Nov 4 17:45:54 fuel yum[22215]: Installed: python-devel-2.7.5-34.el7.x86_64
  3100. Nov 4 17:45:54 fuel yum[22215]: Installed: python-idna-2.0-1.el7~mos1.noarch
  3101. Nov 4 17:45:54 fuel yum[22215]: Installed: libffi-devel-3.0.13-16.el7.x86_64
  3102. Nov 4 17:45:54 fuel yum[22215]: Installed: libverto-devel-0.2.5-4.el7.x86_64
  3103. Nov 4 17:45:54 fuel yum[22215]: Installed: keyutils-libs-devel-1.5.8-3.el7.x86_64
  3104. Nov 4 17:45:54 fuel yum[22215]: Installed: krb5-devel-1.13.2-12.el7_2.x86_64
  3105. Nov 4 17:45:55 fuel yum[22215]: Installed: 1:openssl-devel-1.0.1e-51.el7_2.4.x86_64
  3106. Nov 4 17:45:55 fuel yum[22215]: Installed: python-ipaddress-1.0.7-4.el7~mos1.noarch
  3107. Nov 4 17:45:55 fuel yum[22215]: Installed: python-cryptography-1.0-1.el7~mos2.x86_64
  3108. Nov 4 17:45:55 fuel yum[22215]: Installed: pyOpenSSL-0.15.1-1.el7~mos1.noarch
  3109. Nov 4 17:45:56 fuel yum[22215]: Installed: python-paste-1.7.5.1-9.20111221hg1498.el7.noarch
  3110. Nov 4 17:45:56 fuel yum[22215]: Installed: python-paste-deploy-1.5.0-10.el7~mos1.noarch
  3111. Nov 4 17:45:56 fuel yum[22215]: Installed: python-oslo-service-1.8.0-2.el7~mos3.noarch
  3112. Nov 4 17:45:56 fuel yum[22215]: Installed: python-oslo-messaging-4.6.1-2.el7~mos9.noarch
  3113. Nov 4 17:45:56 fuel yum[22215]: Installed: python-pycadf-1.1.0-1.el7~mos2.noarch
  3114. Nov 4 17:45:56 fuel yum[22215]: Installed: python-keystonemiddleware-4.4.0-1.el7~mos0.noarch
  3115. Nov 4 17:45:56 fuel yum[22215]: Installed: python-beaker-1.5.4-11.el7~mos1.noarch
  3116. Nov 4 17:45:56 fuel yum[22215]: Installed: python-mako-1.0.1-2.el7~mos1.noarch
  3117. Nov 4 17:45:56 fuel yum[22215]: Installed: pysaml2-2.4.0-2.el7~mos4.noarch
  3118. Nov 4 17:45:57 fuel yum[22215]: Installed: python-alembic-0.8.2-1.el7~mos1.noarch
  3119. Nov 4 17:45:57 fuel yum[22215]: Installed: python-oslo-db-4.7.0-1.el7~mos4.noarch
  3120. 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
  3121. Nov 4 17:45:57 fuel yum[22215]: Installed: MySQL-python-1.3.6-4.el7~mos9.x86_64
  3122. Nov 4 17:45:58 fuel yum[22215]: Installed: 1:python-keystone-9.0.2-1.el7~mos6.noarch
  3123. Nov 4 17:46:00 fuel systemd: Reloading.
  3124. Nov 4 17:46:00 fuel systemd: [/usr/lib/systemd/system/astute.service:2] Unknown lvalue 'Name' in section 'Unit'
  3125. 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.
  3126. 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.
  3127. Nov 4 17:46:00 fuel yum[22256]: Installed: 1:openstack-keystone-9.0.2-1.el7~mos6.noarch
  3128. Nov 4 17:46:03 fuel systemd: Starting OpenStack Identity Service (code-named Keystone)...
  3129. 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).
  3130. 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.
  3131. 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.
  3132. 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.
  3133. 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".
  3134. 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.
  3135. 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".
  3136. 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.
  3137. 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.
  3138. 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.
  3139. 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".
  3140. 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.
  3141. 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".
  3142. 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.
  3143. 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".
  3144. 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.
  3145. 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.
  3146. 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.
  3147. 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.
  3148. 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
  3149. Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.875 22324 INFO oslo_service.service [-] Starting 4 workers
  3150. 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
  3151. 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
  3152. 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
  3153. 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
  3154. Nov 4 17:46:04 fuel keystone-all: 2016-11-04 17:46:04.885 22324 INFO oslo_service.service [-] Starting 4 workers
  3155. 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
  3156. Nov 4 17:46:04 fuel systemd: Started OpenStack Identity Service (code-named Keystone).
  3157. 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
  3158. 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
  3159. 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.
  3160. 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
  3161. 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.
  3162. 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.
  3163. 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.
  3164. 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.
  3165. 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
  3166. 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.
  3167. Nov 4 17:46:04 fuel systemd: Reloading.
  3168. Nov 4 17:46:04 fuel systemd: [/usr/lib/systemd/system/astute.service:2] Unknown lvalue 'Name' in section 'Unit'
  3169. 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.
  3170. 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.
  3171. Nov 4 17:46:05 fuel systemd: getty@tty1.service has no holdoff time, scheduling restart.
  3172. Nov 4 17:46:05 fuel systemd: Started Getty on tty1.
  3173. Nov 4 17:46:05 fuel systemd: Starting Getty on tty1...
  3174. Nov 4 17:46:20 fuel systemd-logind: New session 11 of user root.
  3175. Nov 4 17:46:20 fuel systemd: Started Session 11 of user root.
  3176. Nov 4 17:46:20 fuel systemd: Starting Session 11 of user root.
  3177. Nov 4 17:46:50 fuel yum[22408]: Installed: nano-2.3.1-10.el7.x86_64
  3178. Nov 4 17:50:01 fuel systemd: Started Session 12 of user root.
  3179. Nov 4 17:50:01 fuel systemd: Starting Session 12 of user root.
  3180. Nov 4 17:51:21 fuel sshd[6957]: Set /proc/self/oom_score_adj to 0
  3181. Nov 4 17:51:21 fuel sshd[6957]: error: Could not load host key: /etc/ssh/ssh_host_dsa_key
  3182. Nov 4 17:51:21 fuel sshd[6957]: Connection from 172.16.7.101 port 55854 on 172.16.160.100 port 22
  3183. Nov 4 17:51:22 fuel sshd[6957]: Failed publickey for root from 172.16.7.101 port 55854 ssh2: RSA
  3184. Nov 4 17:51:22 fuel sshd[6957]: Failed publickey for root from 172.16.7.101 port 55854 ssh2: RSA
  3185. Nov 4 17:51:22 fuel sshd[6957]: Failed publickey for root from 172.16.7.101 port 55854 ssh2: RSA
  3186. Nov 4 17:51:25 fuel sshd[6957]: Accepted password for root from 172.16.7.101 port 55854 ssh2
  3187. Nov 4 17:51:25 fuel sshd[6963]: Set /proc/self/oom_score_adj to 0
  3188. Nov 4 17:51:25 fuel sshd[6963]: error: Could not load host key: /etc/ssh/ssh_host_dsa_key
  3189. Nov 4 17:51:25 fuel sshd[6963]: Connection from 172.16.7.101 port 55856 on 172.16.160.100 port 22
  3190. Nov 4 17:51:25 fuel systemd-logind: New session 13 of user root.
  3191. Nov 4 17:51:25 fuel systemd: Started Session 13 of user root.
  3192. Nov 4 17:51:25 fuel systemd: Starting Session 13 of user root.
  3193. Nov 4 17:51:25 fuel sshd[6963]: Failed publickey for root from 172.16.7.101 port 55856 ssh2: RSA
  3194. Nov 4 17:51:25 fuel sshd[6963]: Failed publickey for root from 172.16.7.101 port 55856 ssh2: RSA
  3195. Nov 4 17:51:25 fuel sshd[6963]: Failed publickey for root from 172.16.7.101 port 55856 ssh2: RSA
  3196. Nov 4 17:51:25 fuel sshd[6963]: Accepted password for root from 172.16.7.101 port 55856 ssh2
  3197. Nov 4 17:51:25 fuel systemd-logind: New session 14 of user root.
  3198. Nov 4 17:51:25 fuel systemd: Started Session 14 of user root.
  3199. Nov 4 17:51:25 fuel systemd: Starting Session 14 of user root.
  3200. Nov 4 17:51:25 fuel sshd[6963]: Starting session: subsystem 'sftp' for root from 172.16.7.101 port 55856
  3201. Nov 4 17:51:26 fuel sshd[6957]: Starting session: shell on pts/0 for root from 172.16.7.101 port 55854
  3202. Nov 4 18:00:01 fuel systemd: Started Session 16 of user root.
  3203. Nov 4 18:00:01 fuel systemd: Starting Session 16 of user root.
  3204. Nov 4 18:00:01 fuel systemd: Started Session 17 of user root.
  3205. Nov 4 18:00:01 fuel systemd: Starting Session 17 of user root.
  3206. Nov 4 18:00:01 fuel systemd: Started Session 15 of user root.
  3207. Nov 4 18:00:01 fuel systemd: Starting Session 15 of user root.
  3208. Nov 4 18:01:01 fuel systemd: Started Session 18 of user root.
  3209. Nov 4 18:01:01 fuel systemd: Starting Session 18 of user root.
  3210. 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
  3211. 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
  3212. 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
  3213. 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
  3214. Nov 4 18:02:22 fuel kernel: device eth1 entered promiscuous mode
  3215. Nov 4 18:02:33 fuel kernel: device eth1 left promiscuous mode
  3216. 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'
  3217. Nov 4 18:02:35 fuel dbus[730]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
  3218. Nov 4 18:02:35 fuel systemd: Starting Hostname Service...
  3219. Nov 4 18:02:35 fuel dbus[730]: [system] Successfully activated service 'org.freedesktop.hostname1'
  3220. Nov 4 18:02:35 fuel systemd: Started Hostname Service.
  3221. Nov 4 18:02:35 fuel dbus-daemon: dbus[730]: [system] Successfully activated service 'org.freedesktop.hostname1'
  3222. Nov 4 18:02:35 fuel systemd-hostnamed: Changed static host name to 'fuel'
  3223. Nov 4 18:02:35 fuel systemd-hostnamed: Changed host name to 'fuel'
  3224. Nov 4 18:06:52 fuel sshd[6957]: Received disconnect from 172.16.7.101: 11: disconnected by user
  3225. Nov 4 18:06:52 fuel systemd-logind: Removed session 13.
  3226. Nov 4 18:06:52 fuel sshd[6963]: Connection closed by 172.16.7.101
  3227. Nov 4 18:06:52 fuel sshd[6963]: Transferred: sent 4432, received 2184 bytes
  3228. Nov 4 18:06:52 fuel sshd[6963]: Closing connection to 172.16.7.101 port 55856
  3229. Nov 4 18:06:52 fuel systemd-logind: Removed session 14.
  3230. Nov 4 18:06:54 fuel sshd[7748]: Set /proc/self/oom_score_adj to 0
  3231. Nov 4 18:06:54 fuel sshd[7748]: error: Could not load host key: /etc/ssh/ssh_host_dsa_key
  3232. Nov 4 18:06:54 fuel sshd[7748]: Connection from 172.16.7.101 port 56025 on 172.16.160.100 port 22
  3233. Nov 4 18:06:54 fuel sshd[7748]: Failed publickey for root from 172.16.7.101 port 56025 ssh2: RSA
  3234. Nov 4 18:06:54 fuel sshd[7748]: Failed publickey for root from 172.16.7.101 port 56025 ssh2: RSA
  3235. Nov 4 18:06:54 fuel sshd[7748]: Failed publickey for root from 172.16.7.101 port 56025 ssh2: RSA
  3236. Nov 4 18:06:54 fuel sshd[7748]: Accepted password for root from 172.16.7.101 port 56025 ssh2
  3237. Nov 4 18:06:54 fuel sshd[7752]: Set /proc/self/oom_score_adj to 0
  3238. Nov 4 18:06:54 fuel sshd[7752]: error: Could not load host key: /etc/ssh/ssh_host_dsa_key
  3239. Nov 4 18:06:54 fuel sshd[7752]: Connection from 172.16.7.101 port 56027 on 172.16.160.100 port 22
  3240. Nov 4 18:06:54 fuel systemd-logind: New session 19 of user root.
  3241. Nov 4 18:06:54 fuel systemd: Started Session 19 of user root.
  3242. Nov 4 18:06:54 fuel systemd: Starting Session 19 of user root.
  3243. Nov 4 18:06:54 fuel sshd[7752]: Failed publickey for root from 172.16.7.101 port 56027 ssh2: RSA
  3244. Nov 4 18:06:54 fuel sshd[7752]: Failed publickey for root from 172.16.7.101 port 56027 ssh2: RSA
  3245. Nov 4 18:06:54 fuel sshd[7752]: Failed publickey for root from 172.16.7.101 port 56027 ssh2: RSA
  3246. Nov 4 18:06:54 fuel sshd[7752]: Accepted password for root from 172.16.7.101 port 56027 ssh2
  3247. Nov 4 18:06:54 fuel sshd[7748]: Starting session: shell on pts/0 for root from 172.16.7.101 port 56025
  3248. Nov 4 18:06:54 fuel systemd-logind: New session 20 of user root.
  3249. Nov 4 18:06:54 fuel systemd: Started Session 20 of user root.
  3250. Nov 4 18:06:54 fuel systemd: Starting Session 20 of user root.
  3251. Nov 4 18:06:54 fuel sshd[7752]: Starting session: subsystem 'sftp' for root from 172.16.7.101 port 56027
  3252. Nov 4 18:10:01 fuel systemd: Started Session 21 of user root.
  3253. Nov 4 18:10:01 fuel systemd: Starting Session 21 of user root.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement