Advertisement
Guest User

CentOS SSD Troubleshooting 1

a guest
Dec 15th, 2018
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.51 KB | None | 0 0
  1. Information for general problems.
  2. [code]
  3. == BEGIN uname -rmi ==
  4. 3.10.0-957.1.3.el7.x86_64 x86_64 x86_64
  5. == END uname -rmi ==
  6.  
  7. == BEGIN rpm -qa \*-release\* ==
  8. centos-release-7-6.1810.2.el7.centos.x86_64
  9. == END rpm -qa \*-release\* ==
  10.  
  11. == BEGIN cat /etc/redhat-release ==
  12. CentOS Linux release 7.6.1810 (Core)
  13. == END cat /etc/redhat-release ==
  14.  
  15. == BEGIN getenforce ==
  16. Enforcing
  17. == END getenforce ==
  18.  
  19. == BEGIN free -m ==
  20. total used free shared buff/cache available
  21. Mem: 23831 1241 21529 209 1060 22006
  22. Swap: 12031 0 12031
  23. == END free -m ==
  24.  
  25. == BEGIN rpm -qa yum\* rpm-\* python | sort ==
  26. python-2.7.5-76.el7.x86_64
  27. rpm-build-4.11.3-35.el7.x86_64
  28. rpm-build-libs-4.11.3-35.el7.x86_64
  29. rpm-libs-4.11.3-35.el7.x86_64
  30. rpm-python-4.11.3-35.el7.x86_64
  31. rpm-sign-4.11.3-35.el7.x86_64
  32. yum-3.4.3-161.el7.centos.noarch
  33. yum-langpacks-0.4.2-7.el7.noarch
  34. yum-metadata-parser-1.1.4-10.el7.x86_64
  35. yum-plugin-fastestmirror-1.1.31-50.el7.noarch
  36. yum-utils-1.1.31-50.el7.noarch
  37. == END rpm -qa yum\* rpm-\* python | sort ==
  38.  
  39. == BEGIN ls /etc/yum.repos.d ==
  40. CentOS-Base.repo
  41. CentOS-CR.repo
  42. CentOS-Debuginfo.repo
  43. CentOS-fasttrack.repo
  44. CentOS-Media.repo
  45. CentOS-Sources.repo
  46. CentOS-Vault.repo
  47. pgdg-11-centos.repo
  48. == END ls /etc/yum.repos.d ==
  49.  
  50. == BEGIN cat /etc/yum.conf ==
  51. [main]
  52. cachedir=/var/cache/yum/$basearch/$releasever
  53. keepcache=0
  54. debuglevel=2
  55. logfile=/var/log/yum.log
  56. exactarch=1
  57. obsoletes=1
  58. gpgcheck=1
  59. plugins=1
  60. installonly_limit=5
  61. bugtracker_url=http://bugs.centos.org/set_project.php?project_id=23&ref=http://bugs.centos.org/bug_report_page.php?category=yum
  62. distroverpkg=centos-release
  63.  
  64.  
  65. # This is the default, if you make this bigger yum won't see if the metadata
  66. # is newer on the remote and so you'll "gain" the bandwidth of not having to
  67. # download the new metadata and "pay" for it by yum not having correct
  68. # information.
  69. # It is esp. important, to have correct metadata, for distributions like
  70. # Fedora which don't keep old packages around. If you don't like this checking
  71. # interupting your command line usage, it's much better to have something
  72. # manually check the metadata once an hour (yum-updatesd will do this).
  73. # metadata_expire=90m
  74.  
  75. # PUT YOUR REPOS HERE OR IN separate files named file.repo
  76. # in /etc/yum.repos.d
  77. == END cat /etc/yum.conf ==
  78.  
  79. == BEGIN yum repolist all ==
  80. Loaded plugins: fastestmirror, langpacks
  81. Loading mirror speeds from cached hostfile
  82. * base: ftp.usf.edu
  83. * extras: ftp.usf.edu
  84. * updates: ftp.usf.edu
  85. repo id repo name status
  86. C7.0.1406-base/x86_64 CentOS-7.0.1406 - Base disabled
  87. C7.0.1406-centosplus/x86_64 CentOS-7.0.1406 - CentOSP disabled
  88. C7.0.1406-extras/x86_64 CentOS-7.0.1406 - Extras disabled
  89. C7.0.1406-fasttrack/x86_64 CentOS-7.0.1406 - Fasttra disabled
  90. C7.0.1406-updates/x86_64 CentOS-7.0.1406 - Updates disabled
  91. C7.1.1503-base/x86_64 CentOS-7.1.1503 - Base disabled
  92. C7.1.1503-centosplus/x86_64 CentOS-7.1.1503 - CentOSP disabled
  93. C7.1.1503-extras/x86_64 CentOS-7.1.1503 - Extras disabled
  94. C7.1.1503-fasttrack/x86_64 CentOS-7.1.1503 - Fasttra disabled
  95. C7.1.1503-updates/x86_64 CentOS-7.1.1503 - Updates disabled
  96. C7.2.1511-base/x86_64 CentOS-7.2.1511 - Base disabled
  97. C7.2.1511-centosplus/x86_64 CentOS-7.2.1511 - CentOSP disabled
  98. C7.2.1511-extras/x86_64 CentOS-7.2.1511 - Extras disabled
  99. C7.2.1511-fasttrack/x86_64 CentOS-7.2.1511 - Fasttra disabled
  100. C7.2.1511-updates/x86_64 CentOS-7.2.1511 - Updates disabled
  101. C7.3.1611-base/x86_64 CentOS-7.3.1611 - Base disabled
  102. C7.3.1611-centosplus/x86_64 CentOS-7.3.1611 - CentOSP disabled
  103. C7.3.1611-extras/x86_64 CentOS-7.3.1611 - Extras disabled
  104. C7.3.1611-fasttrack/x86_64 CentOS-7.3.1611 - Fasttra disabled
  105. C7.3.1611-updates/x86_64 CentOS-7.3.1611 - Updates disabled
  106. C7.4.1708-base/x86_64 CentOS-7.4.1708 - Base disabled
  107. C7.4.1708-centosplus/x86_64 CentOS-7.4.1708 - CentOSP disabled
  108. C7.4.1708-extras/x86_64 CentOS-7.4.1708 - Extras disabled
  109. C7.4.1708-fasttrack/x86_64 CentOS-7.4.1708 - Fasttra disabled
  110. C7.4.1708-updates/x86_64 CentOS-7.4.1708 - Updates disabled
  111. C7.5.1804-base/x86_64 CentOS-7.5.1804 - Base disabled
  112. C7.5.1804-centosplus/x86_64 CentOS-7.5.1804 - CentOSP disabled
  113. C7.5.1804-extras/x86_64 CentOS-7.5.1804 - Extras disabled
  114. C7.5.1804-fasttrack/x86_64 CentOS-7.5.1804 - Fasttra disabled
  115. C7.5.1804-updates/x86_64 CentOS-7.5.1804 - Updates disabled
  116. !base/7/x86_64 CentOS-7 - Base enabled: 10,019
  117. base-debuginfo/x86_64 CentOS-7 - Debuginfo disabled
  118. base-source/7 CentOS-7 - Base Sources disabled
  119. c7-media CentOS-7 - Media disabled
  120. centosplus/7/x86_64 CentOS-7 - Plus disabled
  121. centosplus-source/7 CentOS-7 - Plus Sources disabled
  122. cr/7/x86_64 CentOS-7 - cr disabled
  123. !extras/7/x86_64 CentOS-7 - Extras enabled: 321
  124. extras-source/7 CentOS-7 - Extras Sources disabled
  125. fasttrack/7/x86_64 CentOS-7 - fasttrack disabled
  126. !pgdg11/7/x86_64 PostgreSQL 11 7 - x86_64 enabled: 341
  127. pgdg11-source/7/x86_64 PostgreSQL 11 7 - x86_64 disabled
  128. pgdg11-source-updates-testing/7/x86_64 PostgreSQL 11 7 - x86_64 disabled
  129. pgdg11-updates-testing/7/x86_64 PostgreSQL 11 7 - x86_64 disabled
  130. !updates/7/x86_64 CentOS-7 - Updates enabled: 599
  131. updates-source/7 CentOS-7 - Updates Source disabled
  132. repolist: 11,280
  133. == END yum repolist all ==
  134.  
  135. == BEGIN egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  136. == END egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  137.  
  138. == BEGIN sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  139. == END sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  140.  
  141. == BEGIN cat /etc/fstab ==
  142.  
  143. #
  144. # /etc/fstab
  145. # Created by anaconda on Sun Dec 9 17:03:40 2018
  146. #
  147. # Accessible filesystems, by reference, are maintained under '/dev/disk'
  148. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
  149. #
  150. /dev/mapper/centos-root / xfs defaults 0 0
  151. UUID=c644e328-5f82-4cd8-9cfe-f2d249edd3e5 /boot xfs defaults 0 0
  152. UUID=13B2-7FAA /boot/efi vfat umask=0077,shortname=winnt 0 0
  153. /dev/mapper/centos-home /home xfs defaults 0 0
  154. /dev/mapper/centos-swap swap swap defaults 0 0
  155. == END cat /etc/fstab ==
  156.  
  157. == BEGIN df -h ==
  158. Filesystem Size Used Avail Use% Mounted on
  159. /dev/mapper/centos-root 50G 5.1G 45G 11% /
  160. devtmpfs 12G 0 12G 0% /dev
  161. tmpfs 12G 26M 12G 1% /dev/shm
  162. tmpfs 12G 10M 12G 1% /run
  163. tmpfs 12G 0 12G 0% /sys/fs/cgroup
  164. /dev/sdb2 1014M 224M 791M 23% /boot
  165. /dev/sdb1 200M 12M 189M 6% /boot/efi
  166. /dev/mapper/centos-home 869G 5.2G 863G 1% /home
  167. tmpfs 2.4G 28K 2.4G 1% /run/user/1000
  168. == END df -h ==
  169.  
  170. == BEGIN fdisk -lu ==
  171. WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
  172.  
  173. Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes, 1953525168 sectors
  174. Units = sectors of 1 * 512 = 512 bytes
  175. Sector size (logical/physical): 512 bytes / 4096 bytes
  176. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  177. Disk label type: gpt
  178. Disk identifier: 41D43EA4-B46A-4956-98A0-638966E5A18C
  179.  
  180.  
  181. # Start End Size Type Name
  182. 1 2048 411647 200M EFI System EFI System Partition
  183. 2 411648 2508799 1G Microsoft basic
  184. 3 2508800 1953523711 930.3G Linux LVM
  185.  
  186. Disk /dev/mapper/centos-root: 53.7 GB, 53687091200 bytes, 104857600 sectors
  187. Units = sectors of 1 * 512 = 512 bytes
  188. Sector size (logical/physical): 512 bytes / 4096 bytes
  189. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  190.  
  191.  
  192. Disk /dev/mapper/centos-swap: 12.6 GB, 12616466432 bytes, 24641536 sectors
  193. Units = sectors of 1 * 512 = 512 bytes
  194. Sector size (logical/physical): 512 bytes / 4096 bytes
  195. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  196.  
  197.  
  198. Disk /dev/mapper/centos-home: 932.6 GB, 932607688704 bytes, 1821499392 sectors
  199. Units = sectors of 1 * 512 = 512 bytes
  200. Sector size (logical/physical): 512 bytes / 4096 bytes
  201. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  202.  
  203. == END fdisk -lu ==
  204.  
  205. == BEGIN parted -l ==
  206. Model: ATA ST1000LM024 HN-M (scsi)
  207. Disk /dev/sdb: 1000GB
  208. Sector size (logical/physical): 512B/4096B
  209. Partition Table: gpt
  210. Disk Flags:
  211.  
  212. Number Start End Size File system Name Flags
  213. 1 1049kB 211MB 210MB fat16 EFI System Partition boot
  214. 2 211MB 1285MB 1074MB xfs
  215. 3 1285MB 1000GB 999GB lvm
  216.  
  217.  
  218. Model: Linux device-mapper (linear) (dm)
  219. Disk /dev/mapper/centos-home: 933GB
  220. Sector size (logical/physical): 512B/4096B
  221. Partition Table: loop
  222. Disk Flags:
  223.  
  224. Number Start End Size File system Flags
  225. 1 0.00B 933GB 933GB xfs
  226.  
  227.  
  228. Model: Linux device-mapper (linear) (dm)
  229. Disk /dev/mapper/centos-swap: 12.6GB
  230. Sector size (logical/physical): 512B/4096B
  231. Partition Table: loop
  232. Disk Flags:
  233.  
  234. Number Start End Size File system Flags
  235. 1 0.00B 12.6GB 12.6GB linux-swap(v1)
  236.  
  237.  
  238. Model: Linux device-mapper (linear) (dm)
  239. Disk /dev/mapper/centos-root: 53.7GB
  240. Sector size (logical/physical): 512B/4096B
  241. Partition Table: loop
  242. Disk Flags:
  243.  
  244. Number Start End Size File system Flags
  245. 1 0.00B 53.7GB 53.7GB xfs
  246.  
  247.  
  248. == END parted -l ==
  249.  
  250. == BEGIN blkid ==
  251. /dev/mapper/centos-root: UUID="4e716068-fec5-4c09-a654-759b9559b633" TYPE="xfs"
  252. /dev/sdb3: UUID="FmXegk-xkuU-QlGB-PLre-seJ3-p7gl-J5oECt" TYPE="LVM2_member" PARTUUID="1b589afa-6f2c-48e8-a709-ffbfeef4e2bd"
  253. /dev/sdb1: SEC_TYPE="msdos" UUID="13B2-7FAA" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="0677a8dc-c4bc-4a28-9858-ebd3d7e43946"
  254. /dev/sdb2: UUID="c644e328-5f82-4cd8-9cfe-f2d249edd3e5" TYPE="xfs" PARTUUID="b1e5ec29-4b0f-4e6f-b3d6-34069775ee96"
  255. /dev/mapper/centos-swap: UUID="15b3a4e2-2362-4cea-b48c-ad53b3d0a1ba" TYPE="swap"
  256. /dev/mapper/centos-home: UUID="b2372a79-aa0d-4d34-b8f6-002004955cf7" TYPE="xfs"
  257. == END blkid ==
  258.  
  259. == BEGIN cat /proc/mdstat ==
  260. Personalities :
  261. unused devices: <none>
  262. == END cat /proc/mdstat ==
  263.  
  264. == BEGIN pvs ==
  265. PV VG Fmt Attr PSize PFree
  266. /dev/sdb3 centos lvm2 a-- 930.31g 4.00m
  267. == END pvs ==
  268.  
  269. == BEGIN vgs ==
  270. VG #PV #LV #SN Attr VSize VFree
  271. centos 1 3 0 wz--n- 930.31g 4.00m
  272. == END vgs ==
  273.  
  274. == BEGIN lvs ==
  275. LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
  276. home centos -wi-ao---- <868.56g
  277. root centos -wi-ao---- 50.00g
  278. swap centos -wi-ao---- 11.75g
  279. == END lvs ==
  280.  
  281. == BEGIN rpm -qa kernel\* | sort ==
  282. kernel-3.10.0-957.1.3.el7.x86_64
  283. kernel-3.10.0-957.el7.x86_64
  284. kernel-devel-3.10.0-957.1.3.el7.x86_64
  285. kernel-devel-3.10.0-957.el7.x86_64
  286. kernel-headers-3.10.0-957.1.3.el7.x86_64
  287. kernel-tools-3.10.0-957.1.3.el7.x86_64
  288. kernel-tools-libs-3.10.0-957.1.3.el7.x86_64
  289. == END rpm -qa kernel\* | sort ==
  290.  
  291. == BEGIN lspci -nn ==
  292. 00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller [8086:0c04] (rev 06)
  293. 00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller [8086:0c01] (rev 06)
  294. 00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06)
  295. 00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
  296. 00:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31] (rev 05)
  297. 00:16.0 Communication controller [0780]: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 [8086:8c3a] (rev 04)
  298. 00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d] (rev 05)
  299. 00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 05)
  300. 00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 [8086:8c10] (rev d5)
  301. 00:1c.2 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 [8086:8c14] (rev d5)
  302. 00:1c.3 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 [8086:8c16] (rev d5)
  303. 00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 05)
  304. 00:1f.0 ISA bridge [0601]: Intel Corporation HM87 Express LPC Controller [8086:8c4b] (rev 05)
  305. 00:1f.2 SATA controller [0106]: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [8086:8c03] (rev 05)
  306. 00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22] (rev 05)
  307. 01:00.0 3D controller [0302]: NVIDIA Corporation GM107M [GeForce GTX 860M] [10de:1392] (rev a2)
  308. 3b:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
  309. 3c:00.0 Ethernet controller [0200]: Qualcomm Atheros QCA8171 Gigabit Ethernet [1969:10a1] (rev 10)
  310. == END lspci -nn ==
  311.  
  312. == BEGIN lsusb ==
  313. Bus 002 Device 002: ID 8087:8000 Intel Corp.
  314. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  315. Bus 001 Device 002: ID 8087:8008 Intel Corp.
  316. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  317. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  318. Bus 003 Device 005: ID 04f2:b414 Chicony Electronics Co., Ltd
  319. Bus 003 Device 004: ID 13d3:3404 IMC Networks
  320. Bus 003 Device 003: ID 258a:0001
  321. Bus 003 Device 007: ID 0457:10c6 Silicon Integrated Systems Corp.
  322. Bus 003 Device 006: ID 0b05:17fd ASUSTek Computer, Inc.
  323. Bus 003 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
  324. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  325. == END lsusb ==
  326.  
  327. == BEGIN rpm -qa kmod\* kmdl\* ==
  328. kmod-20-23.el7.x86_64
  329. kmod-kvdo-6.1.1.125-5.el7.x86_64
  330. kmod-libs-20-23.el7.x86_64
  331. == END rpm -qa kmod\* kmdl\* ==
  332.  
  333. == BEGIN ifconfig -a ==
  334. enp60s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  335. inet 192.168.2.88 netmask 255.255.255.0 broadcast 192.168.2.255
  336. inet6 fe80::599:d092:bf90:ad16 prefixlen 64 scopeid 0x20<link>
  337. ether 08:62:66:52:a8:4d txqueuelen 1000 (Ethernet)
  338. RX packets 4632 bytes 2983149 (2.8 MiB)
  339. RX errors 0 dropped 0 overruns 0 frame 0
  340. TX packets 3664 bytes 444676 (434.2 KiB)
  341. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  342. device interrupt 19
  343.  
  344. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  345. inet 127.0.0.1 netmask 255.0.0.0
  346. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  347. loop txqueuelen 1000 (Local Loopback)
  348. RX packets 85 bytes 7441 (7.2 KiB)
  349. RX errors 0 dropped 0 overruns 0 frame 0
  350. TX packets 85 bytes 7441 (7.2 KiB)
  351. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  352.  
  353. virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  354. inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
  355. ether 52:54:00:33:68:46 txqueuelen 1000 (Ethernet)
  356. RX packets 0 bytes 0 (0.0 B)
  357. RX errors 0 dropped 0 overruns 0 frame 0
  358. TX packets 0 bytes 0 (0.0 B)
  359. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  360.  
  361. virbr0-nic: flags=4098<BROADCAST,MULTICAST> mtu 1500
  362. ether 52:54:00:33:68:46 txqueuelen 1000 (Ethernet)
  363. RX packets 0 bytes 0 (0.0 B)
  364. RX errors 0 dropped 0 overruns 0 frame 0
  365. TX packets 0 bytes 0 (0.0 B)
  366. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  367.  
  368. == END ifconfig -a ==
  369.  
  370. == BEGIN brctl show ==
  371. bridge name bridge id STP enabled interfaces
  372. virbr0 8000.525400336846 yes virbr0-nic
  373. == END brctl show ==
  374.  
  375. == BEGIN route -n ==
  376. Kernel IP routing table
  377. Destination Gateway Genmask Flags Metric Ref Use Iface
  378. 0.0.0.0 192.168.2.1 0.0.0.0 UG 100 0 0 enp60s0
  379. 192.168.2.0 0.0.0.0 255.255.255.0 U 100 0 0 enp60s0
  380. 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
  381. == END route -n ==
  382.  
  383. == BEGIN sysctl -a | grep .rp_filter ==
  384. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  385. sysctl: reading key "net.ipv6.conf.default.stable_secret"
  386. sysctl: reading key "net.ipv6.conf.enp60s0.stable_secret"
  387. sysctl: reading key "net.ipv6.conf.lo.stable_secret"
  388. sysctl: reading key "net.ipv6.conf.virbr0.stable_secret"
  389. sysctl: reading key "net.ipv6.conf.virbr0-nic.stable_secret"
  390. net.ipv4.conf.all.arp_filter = 0
  391. net.ipv4.conf.all.rp_filter = 1
  392. net.ipv4.conf.default.arp_filter = 0
  393. net.ipv4.conf.default.rp_filter = 1
  394. net.ipv4.conf.enp60s0.arp_filter = 0
  395. net.ipv4.conf.enp60s0.rp_filter = 1
  396. net.ipv4.conf.lo.arp_filter = 0
  397. net.ipv4.conf.lo.rp_filter = 0
  398. net.ipv4.conf.virbr0.arp_filter = 0
  399. net.ipv4.conf.virbr0.rp_filter = 1
  400. net.ipv4.conf.virbr0-nic.arp_filter = 0
  401. net.ipv4.conf.virbr0-nic.rp_filter = 1
  402. == END sysctl -a | grep .rp_filter ==
  403.  
  404. == BEGIN ip rule show ==
  405. 0: from all lookup local
  406. 32766: from all lookup main
  407. 32767: from all lookup default
  408. == END ip rule show ==
  409.  
  410. == BEGIN ip route show ==
  411. default via 192.168.2.1 dev enp60s0 proto dhcp metric 100
  412. 192.168.2.0/24 dev enp60s0 proto kernel scope link src 192.168.2.88 metric 100
  413. 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1
  414. == END ip route show ==
  415.  
  416. == BEGIN cat /etc/resolv.conf ==
  417. # Generated by NetworkManager
  418. search home.ray localdomain
  419. nameserver 192.168.2.1
  420. == END cat /etc/resolv.conf ==
  421.  
  422. == BEGIN egrep 'net|hosts' /etc/nsswitch.conf ==
  423. #hosts: db files nisplus nis dns
  424. hosts: files dns myhostname
  425. #networks: nisplus [NOTFOUND=return] files
  426. #netmasks: nisplus [NOTFOUND=return] files
  427. netmasks: files
  428. networks: files
  429. netgroup: nisplus sss
  430. == END egrep 'net|hosts' /etc/nsswitch.conf ==
  431.  
  432. == BEGIN chkconfig --list | grep -Ei 'network|wpa' ==
  433.  
  434. Note: This output shows SysV services only and does not include native
  435. systemd services. SysV configuration data might be overridden by native
  436. systemd configuration.
  437.  
  438. If you want to list systemd services use 'systemctl list-unit-files'.
  439. To see services enabled on particular target use
  440. 'systemctl list-dependencies [target]'.
  441.  
  442. network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
  443. == END chkconfig --list | grep -Ei 'network|wpa' ==
  444.  
  445. [/code]
  446. [root@typhoon Downloads]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement