Advertisement
Guest User

Tsimblist - getinfo.sh

a guest
Jan 2nd, 2015
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.67 KB | None | 0 0
  1. Information for general problems.
  2. [code]
  3. == BEGIN uname -rmi ==
  4. 3.10.0-123.13.2.el7.x86_64 x86_64 x86_64
  5. == END uname -rmi ==
  6.  
  7. == BEGIN rpm -qa \*-release\* ==
  8. elrepo-release-7.0-2.el7.elrepo.noarch
  9. centos-release-7-0.1406.el7.centos.2.5.x86_64
  10. == END rpm -qa \*-release\* ==
  11.  
  12. == BEGIN cat /etc/redhat-release ==
  13. CentOS Linux release 7.0.1406 (Core)
  14. == END cat /etc/redhat-release ==
  15.  
  16. == BEGIN getenforce ==
  17. Enforcing
  18. == END getenforce ==
  19.  
  20. == BEGIN free -m ==
  21. total used free shared buffers cached
  22. Mem: 23850 21810 2039 76 1 9367
  23. -/+ buffers/cache: 12441 11408
  24. Swap: 7951 0 7951
  25. == END free -m ==
  26.  
  27. == BEGIN rpm -qa yum\* rpm-\* python | sort ==
  28. python-2.7.5-16.el7.x86_64
  29. rpm-build-libs-4.11.1-18.el7_0.x86_64
  30. rpm-libs-4.11.1-18.el7_0.x86_64
  31. rpm-python-4.11.1-18.el7_0.x86_64
  32. yum-3.4.3-118.el7.centos.noarch
  33. yum-langpacks-0.4.2-3.el7.noarch
  34. yum-metadata-parser-1.1.4-10.el7.x86_64
  35. yum-plugin-fastestmirror-1.1.31-25.el7_0.noarch
  36. yum-utils-1.1.31-25.el7_0.noarch
  37. == END rpm -qa yum\* rpm-\* python | sort ==
  38.  
  39. == BEGIN ls /etc/yum.repos.d ==
  40. CentOS-Base.repo
  41. CentOS-Debuginfo.repo
  42. CentOS-fasttrack.repo
  43. CentOS-Sources.repo
  44. CentOS-Vault.repo
  45. elrepo.repo
  46. google-chrome.repo
  47. virtualbox.repo
  48. virtualbox.repo~
  49. == END ls /etc/yum.repos.d ==
  50.  
  51. == BEGIN cat /etc/yum.conf ==
  52. [main]
  53. cachedir=/var/cache/yum/$basearch/$releasever
  54. keepcache=0
  55. debuglevel=2
  56. logfile=/var/log/yum.log
  57. exactarch=1
  58. obsoletes=1
  59. gpgcheck=1
  60. plugins=1
  61. installonly_limit=5
  62. bugtracker_url=http://bugs.centos.org/set_project.php?project_id=23&ref=http://bugs.centos.org/bug_report_page.php?category=yum
  63. distroverpkg=centos-release
  64.  
  65.  
  66. # This is the default, if you make this bigger yum won't see if the metadata
  67. # is newer on the remote and so you'll "gain" the bandwidth of not having to
  68. # download the new metadata and "pay" for it by yum not having correct
  69. # information.
  70. # It is esp. important, to have correct metadata, for distributions like
  71. # Fedora which don't keep old packages around. If you don't like this checking
  72. # interupting your command line usage, it's much better to have something
  73. # manually check the metadata once an hour (yum-updatesd will do this).
  74. # metadata_expire=90m
  75.  
  76. # PUT YOUR REPOS HERE OR IN separate files named file.repo
  77. # in /etc/yum.repos.d
  78. == END cat /etc/yum.conf ==
  79.  
  80. == BEGIN yum repolist all ==
  81. Loaded plugins: fastestmirror, langpacks
  82. Loading mirror speeds from cached hostfile
  83. * base: mirror.metrocast.net
  84. * elrepo: reflector.westga.edu
  85. * extras: mirror.cc.columbia.edu
  86. * updates: mirror.vtti.vt.edu
  87. repo id repo name status
  88. base/7/x86_64 CentOS-7 - Base enabled: 8,465
  89. base-debuginfo/x86_64 CentOS-7 - Debuginfo disabled
  90. base-source/7 CentOS-7 - Base Sources disabled
  91. centosplus/7/x86_64 CentOS-7 - Plus disabled
  92. centosplus-source/7 CentOS-7 - Plus Sources disabled
  93. elrepo ELRepo.org Community Enterprise Linux Repos enabled: 75
  94. elrepo-extras ELRepo.org Community Enterprise Linux Extra disabled
  95. elrepo-kernel ELRepo.org Community Enterprise Linux Kerne disabled
  96. elrepo-testing ELRepo.org Community Enterprise Linux Testi disabled
  97. extras/7/x86_64 CentOS-7 - Extras enabled: 102
  98. extras-source/7 CentOS-7 - Extras Sources disabled
  99. fasttrack/7/x86_64 CentOS-7 - fasttrack disabled
  100. google-chrome google-chrome enabled: 3
  101. updates/7/x86_64 CentOS-7 - Updates enabled: 1,497
  102. updates-source/7 CentOS-7 - Updates Sources disabled
  103. virtualbox/7/x86_64 Oracle Linux / RHEL / CentOS-7 / x86_64 - V enabled: 4
  104. repolist: 10,146
  105. == END yum repolist all ==
  106.  
  107. == BEGIN egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  108. == END egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  109.  
  110. == BEGIN sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  111. == END sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  112.  
  113. == BEGIN cat /etc/fstab ==
  114.  
  115. #
  116. # /etc/fstab
  117. # Created by anaconda on Wed Dec 31 15:51:38 2014
  118. #
  119. # Accessible filesystems, by reference, are maintained under '/dev/disk'
  120. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
  121. #
  122. /dev/mapper/centos_lenovo--k450-root / xfs defaults 1 1
  123. UUID=f452a77e-fd70-44e3-83ff-9bcdee8dd14c /boot xfs defaults 1 2
  124. UUID=B817-4F48 /boot/efi vfat umask=0077,shortname=winnt 0 0
  125. /dev/mapper/centos_lenovo--k450-home /home xfs defaults 1 2
  126. /dev/mapper/centos_lenovo--k450-swap swap swap defaults 0 0
  127. == END cat /etc/fstab ==
  128.  
  129. == BEGIN df -h ==
  130. Filesystem Size Used Avail Use% Mounted on
  131. /dev/mapper/centos_lenovo--k450-root 50G 5.1G 45G 11% /
  132. devtmpfs 12G 0 12G 0% /dev
  133. tmpfs 12G 16M 12G 1% /dev/shm
  134. tmpfs 12G 8.9M 12G 1% /run
  135. tmpfs 12G 0 12G 0% /sys/fs/cgroup
  136. /dev/sda2 494M 152M 343M 31% /boot
  137. /dev/mapper/centos_lenovo--k450-home 873G 114G 760G 13% /home
  138. /dev/sda1 200M 9.6M 191M 5% /boot/efi
  139. == END df -h ==
  140.  
  141. == BEGIN fdisk -lu ==
  142. WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
  143.  
  144. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes, 1953525168 sectors
  145. Units = sectors of 1 * 512 = 512 bytes
  146. Sector size (logical/physical): 512 bytes / 4096 bytes
  147. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  148. Disk label type: gpt
  149.  
  150.  
  151. # Start End Size Type Name
  152. 1 2048 411647 200M EFI System EFI System Partition
  153. 2 411648 1435647 500M Microsoft basic
  154. 3 1435648 1953523711 930.8G Linux LVM
  155.  
  156. Disk /dev/mapper/centos_lenovo--k450-root: 53.7 GB, 53687091200 bytes, 104857600 sectors
  157. Units = sectors of 1 * 512 = 512 bytes
  158. Sector size (logical/physical): 512 bytes / 4096 bytes
  159. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  160.  
  161.  
  162. Disk /dev/mapper/centos_lenovo--k450-swap: 8338 MB, 8338276352 bytes, 16285696 sectors
  163. Units = sectors of 1 * 512 = 512 bytes
  164. Sector size (logical/physical): 512 bytes / 4096 bytes
  165. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  166.  
  167.  
  168. Disk /dev/mapper/centos_lenovo--k450-home: 937.4 GB, 937439526912 bytes, 1830936576 sectors
  169. Units = sectors of 1 * 512 = 512 bytes
  170. Sector size (logical/physical): 512 bytes / 4096 bytes
  171. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  172.  
  173. == END fdisk -lu ==
  174.  
  175. == BEGIN parted -l ==
  176. Model: ATA WDC WD10EZEX-08M (scsi)
  177. Disk /dev/sda: 1000GB
  178. Sector size (logical/physical): 512B/4096B
  179. Partition Table: gpt
  180. Disk Flags:
  181.  
  182. Number Start End Size File system Name Flags
  183. 1 1049kB 211MB 210MB fat16 EFI System Partition boot
  184. 2 211MB 735MB 524MB xfs
  185. 3 735MB 1000GB 999GB lvm
  186.  
  187.  
  188. Model: Linux device-mapper (linear) (dm)
  189. Disk /dev/mapper/centos_lenovo--k450-home: 937GB
  190. Sector size (logical/physical): 512B/4096B
  191. Partition Table: loop
  192. Disk Flags:
  193.  
  194. Number Start End Size File system Flags
  195. 1 0.00B 937GB 937GB xfs
  196.  
  197.  
  198. Model: Linux device-mapper (linear) (dm)
  199. Disk /dev/mapper/centos_lenovo--k450-swap: 8338MB
  200. Sector size (logical/physical): 512B/4096B
  201. Partition Table: loop
  202. Disk Flags:
  203.  
  204. Number Start End Size File system Flags
  205. 1 0.00B 8338MB 8338MB linux-swap(v1)
  206.  
  207.  
  208. Model: Linux device-mapper (linear) (dm)
  209. Disk /dev/mapper/centos_lenovo--k450-root: 53.7GB
  210. Sector size (logical/physical): 512B/4096B
  211. Partition Table: loop
  212. Disk Flags:
  213.  
  214. Number Start End Size File system Flags
  215. 1 0.00B 53.7GB 53.7GB xfs
  216.  
  217.  
  218. == END parted -l ==
  219.  
  220. == BEGIN blkid ==
  221. /dev/sda1: SEC_TYPE="msdos" UUID="B817-4F48" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="741bc62f-4fab-450c-9c08-802579122bbb"
  222. /dev/sda2: UUID="f452a77e-fd70-44e3-83ff-9bcdee8dd14c" TYPE="xfs" PARTUUID="39b73180-68df-4022-b5a8-a3171c74b79d"
  223. /dev/sda3: UUID="Kzsh63-lYSo-pVby-oHja-3uOr-bjcR-su7oGZ" TYPE="LVM2_member" PARTUUID="d44d0721-57e5-471b-b538-905233001f10"
  224. /dev/mapper/centos_lenovo--k450-root: UUID="798e5fdf-6767-4807-b07b-05f9f4408481" TYPE="xfs"
  225. /dev/mapper/centos_lenovo--k450-swap: UUID="d673754c-51fc-4148-8a33-11a5d94b0b2e" TYPE="swap"
  226. /dev/mapper/centos_lenovo--k450-home: UUID="bcf929c7-ad48-479f-b49b-ad826530ed9a" TYPE="xfs"
  227. == END blkid ==
  228.  
  229. == BEGIN cat /proc/mdstat ==
  230. Personalities :
  231. unused devices: <none>
  232. == END cat /proc/mdstat ==
  233.  
  234. == BEGIN pvs ==
  235. PV VG Fmt Attr PSize PFree
  236. /dev/sda3 centos_lenovo-k450 lvm2 a-- 930.82g 0
  237. == END pvs ==
  238.  
  239. == BEGIN vgs ==
  240. VG #PV #LV #SN Attr VSize VFree
  241. centos_lenovo-k450 1 3 0 wz--n- 930.82g 0
  242. == END vgs ==
  243.  
  244. == BEGIN lvs ==
  245. LV VG Attr LSize Pool Origin Data% Move Log Cpy%Sync Convert
  246. home centos_lenovo-k450 -wi-ao---- 873.06g
  247. root centos_lenovo-k450 -wi-ao---- 50.00g
  248. swap centos_lenovo-k450 -wi-ao---- 7.77g
  249. == END lvs ==
  250.  
  251. == BEGIN rpm -qa kernel\* | sort ==
  252. kernel-3.10.0-123.13.2.el7.x86_64
  253. kernel-3.10.0-123.el7.x86_64
  254. kernel-devel-3.10.0-123.13.2.el7.x86_64
  255. kernel-headers-3.10.0-123.13.2.el7.x86_64
  256. kernel-tools-3.10.0-123.13.2.el7.x86_64
  257. kernel-tools-libs-3.10.0-123.13.2.el7.x86_64
  258. == END rpm -qa kernel\* | sort ==
  259.  
  260. == BEGIN lspci -nn ==
  261. 00:00.0 Host bridge [0600]: Intel Corporation 4th Gen Core Processor DRAM Controller [8086:0c00] (rev 06)
  262. 00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06)
  263. 00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
  264. 00:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31] (rev 05)
  265. 00:16.0 Communication controller [0780]: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 [8086:8c3a] (rev 04)
  266. 00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d] (rev 05)
  267. 00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 05)
  268. 00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 [8086:8c10] (rev d5)
  269. 00:1c.5 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #6 [8086:8c1a] (rev d5)
  270. 00:1c.7 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #8 [8086:8c1e] (rev d5)
  271. 00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 05)
  272. 00:1f.0 ISA bridge [0601]: Intel Corporation B85 Express LPC Controller [8086:8c50] (rev 05)
  273. 00:1f.2 SATA controller [0106]: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [8086:8c02] (rev 05)
  274. 00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22] (rev 05)
  275. 02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 09)
  276. 03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter [10ec:8179] (rev 01)
  277. == END lspci -nn ==
  278.  
  279. == BEGIN lsusb ==
  280. Bus 001 Device 002: ID 8087:8008 Intel Corp.
  281. Bus 002 Device 002: ID 8087:8000 Intel Corp.
  282. Bus 003 Device 002: ID 0bda:0184 Realtek Semiconductor Corp. RTS5182 Card Reader
  283. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  284. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  285. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  286. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  287. == END lsusb ==
  288.  
  289. == BEGIN rpm -qa kmod\* kmdl\* ==
  290. kmod-14-9.el7.x86_64
  291. kmod-libs-14-9.el7.x86_64
  292. == END rpm -qa kmod\* kmdl\* ==
  293.  
  294. == BEGIN ip addr ==
  295. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
  296. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  297. inet 127.0.0.1/8 scope host lo
  298. valid_lft forever preferred_lft forever
  299. inet6 ::1/128 scope host
  300. valid_lft forever preferred_lft forever
  301. 2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
  302. link/ether 44:8a:5b:4a:b6:7e brd ff:ff:ff:ff:ff:ff
  303. inet 192.168.1.19/24 brd 192.168.1.255 scope global dynamic enp2s0
  304. valid_lft 65132sec preferred_lft 65132sec
  305. inet6 fe80::468a:5bff:fe4a:b67e/64 scope link
  306. valid_lft forever preferred_lft forever
  307. 3: wlp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
  308. link/ether 40:f0:2f:da:3e:36 brd ff:ff:ff:ff:ff:ff
  309. inet 192.168.1.18/24 brd 192.168.1.255 scope global dynamic wlp3s0
  310. valid_lft 65133sec preferred_lft 65133sec
  311. inet6 fe80::42f0:2fff:feda:3e36/64 scope link
  312. valid_lft forever preferred_lft forever
  313. 4: vboxnet0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
  314. link/ether 0a:00:27:00:00:00 brd ff:ff:ff:ff:ff:ff
  315. inet 192.168.56.1/24 brd 192.168.56.255 scope global vboxnet0
  316. valid_lft forever preferred_lft forever
  317. inet 192.168.56.101/24 brd 192.168.56.255 scope global secondary dynamic vboxnet0
  318. valid_lft 1085sec preferred_lft 1085sec
  319. inet6 fe80::800:27ff:fe00:0/64 scope link
  320. valid_lft forever preferred_lft forever
  321. == END ip addr ==
  322.  
  323. == BEGIN brctl show ==
  324. bridge name bridge id STP enabled interfaces
  325. == END brctl show ==
  326.  
  327. == BEGIN route -n ==
  328. Kernel IP routing table
  329. Destination Gateway Genmask Flags Metric Ref Use Iface
  330. 0.0.0.0 192.168.1.1 0.0.0.0 UG 1024 0 0 enp2s0
  331. 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 enp2s0
  332. 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlp3s0
  333. 192.168.56.0 0.0.0.0 255.255.255.0 U 0 0 0 vboxnet0
  334. == END route -n ==
  335.  
  336. == BEGIN sysctl -a | grep .rp_filter ==
  337. net.ipv4.conf.all.arp_filter = 0
  338. net.ipv4.conf.all.rp_filter = 0
  339. net.ipv4.conf.default.arp_filter = 0
  340. net.ipv4.conf.default.rp_filter = 1
  341. net.ipv4.conf.enp2s0.arp_filter = 0
  342. net.ipv4.conf.enp2s0.rp_filter = 1
  343. net.ipv4.conf.lo.arp_filter = 0
  344. net.ipv4.conf.lo.rp_filter = 0
  345. net.ipv4.conf.vboxnet0.arp_filter = 0
  346. net.ipv4.conf.vboxnet0.rp_filter = 1
  347. net.ipv4.conf.wlp3s0.arp_filter = 0
  348. net.ipv4.conf.wlp3s0.rp_filter = 1
  349. == END sysctl -a | grep .rp_filter ==
  350.  
  351. == BEGIN ip rule show ==
  352. 0: from all lookup local
  353. 32766: from all lookup main
  354. 32767: from all lookup default
  355. == END ip rule show ==
  356.  
  357. == BEGIN ip route show ==
  358. default via 192.168.1.1 dev enp2s0 proto static metric 1024
  359. 192.168.1.0/24 dev enp2s0 proto kernel scope link src 192.168.1.19
  360. 192.168.1.0/24 dev wlp3s0 proto kernel scope link src 192.168.1.18
  361. 192.168.56.0/24 dev vboxnet0 proto kernel scope link src 192.168.56.1
  362. == END ip route show ==
  363.  
  364. == BEGIN cat /etc/resolv.conf ==
  365. # Generated by NetworkManager
  366. nameserver 192.168.1.1
  367. == END cat /etc/resolv.conf ==
  368.  
  369. == BEGIN egrep 'net|hosts' /etc/nsswitch.conf ==
  370. #hosts: db files nisplus nis dns
  371. hosts: files dns myhostname
  372. #networks: nisplus [NOTFOUND=return] files
  373. #netmasks: nisplus [NOTFOUND=return] files
  374. netmasks: files
  375. networks: files
  376. netgroup: files sss
  377. == END egrep 'net|hosts' /etc/nsswitch.conf ==
  378.  
  379. == BEGIN systemctl list-unit-files | grep -Ei 'network|wpa' ==
  380. dbus-org.freedesktop.NetworkManager.service enabled
  381. NetworkManager-dispatcher.service enabled
  382. NetworkManager-wait-online.service disabled
  383. NetworkManager.service enabled
  384. wpa_supplicant.service disabled
  385. network-online.target static
  386. network.target static
  387. == END systemctl list-unit-files | grep -Ei 'network|wpa' ==
  388.  
  389. [/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement