1. Information for general problems.
  2. [code]
  3. == BEGIN uname -rmi ==
  4. 2.6.32-131.21.1.el6.x86_64 x86_64 x86_64
  5. == END uname -rmi ==
  6.  
  7. == BEGIN rpm -qa \*-release\* ==
  8. centos-release-6-1.el6.centos.6.x86_64
  9. == END rpm -qa \*-release\* ==
  10.  
  11. == BEGIN cat /etc/redhat-release ==
  12. CentOS release 6.1 (Final)
  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 buffers cached
  21. Mem: 3932 347 3585 0 12 142
  22. -/+ buffers/cache: 192 3740
  23. Swap: 5983 0 5983
  24. == END free -m ==
  25.  
  26. == BEGIN rpm -qa yum\* rpm-\* python | sort ==
  27. python-2.6.6-20.el6.x86_64
  28. rpm-libs-4.8.0-16.el6_1.1.x86_64
  29. rpm-python-4.8.0-16.el6_1.1.x86_64
  30. yum-3.2.29-17.el6.centos.1.noarch
  31. yum-metadata-parser-1.1.2-16.el6.x86_64
  32. yum-plugin-fastestmirror-1.1.30-6.el6.noarch
  33. == END rpm -qa yum\* rpm-\* python | sort ==
  34.  
  35. == BEGIN ls /etc/yum.repos.d ==
  36. CentOS-Base.repo
  37. CentOS-Debuginfo.repo
  38. CentOS-Media.repo
  39. == END ls /etc/yum.repos.d ==
  40.  
  41. == BEGIN cat /etc/yum.conf ==
  42. [main]
  43. cachedir=/var/cache/yum/$basearch/$releasever
  44. keepcache=0
  45. debuglevel=2
  46. logfile=/var/log/yum.log
  47. exactarch=1
  48. obsoletes=1
  49. gpgcheck=1
  50. plugins=1
  51. installonly_limit=5
  52. bugtracker_url=http://bugs.centos.org/set_project.php?project_id=16&ref=http://bugs.centos.org/bug_report_page.php?category=yum
  53. distroverpkg=centos-release
  54.  
  55. # This is the default, if you make this bigger yum won't see if the metadata
  56. # is newer on the remote and so you'll "gain" the bandwidth of not having to
  57. # download the new metadata and "pay" for it by yum not having correct
  58. # information.
  59. # It is esp. important, to have correct metadata, for distributions like
  60. # Fedora which don't keep old packages around. If you don't like this checking
  61. # interupting your command line usage, it's much better to have something
  62. # manually check the metadata once an hour (yum-updatesd will do this).
  63. # metadata_expire=90m
  64.  
  65. # PUT YOUR REPOS HERE OR IN separate files named file.repo
  66. # in /etc/yum.repos.d
  67. == END cat /etc/yum.conf ==
  68.  
  69. == BEGIN yum repolist all ==
  70. Loaded plugins: fastestmirror
  71. Loading mirror speeds from cached hostfile
  72. * base: tux.rainside.sk
  73. * extras: tux.rainside.sk
  74. * updates: tux.rainside.sk
  75. repo id repo name status
  76. base CentOS-6 - Base enabled: 6,188
  77. c6-media CentOS-6 - Media disabled
  78. centosplus CentOS-6 - Plus disabled
  79. contrib CentOS-6 - Contrib disabled
  80. debug CentOS-6 - Debuginfo disabled
  81. extras CentOS-6 - Extras enabled: 3
  82. updates CentOS-6 - Updates enabled: 1,253
  83. repolist: 7,444
  84. == END yum repolist all ==
  85.  
  86. == BEGIN egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  87. == END egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  88.  
  89. == BEGIN sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  90. == END sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  91.  
  92. == BEGIN cat /etc/fstab ==
  93.  
  94. #
  95. # /etc/fstab
  96. # Created by anaconda on Tue Dec 13 20:05:04 2011
  97. #
  98. # Accessible filesystems, by reference, are maintained under '/dev/disk'
  99. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
  100. #
  101. /dev/mapper/vg_sanjurocentpc-lv_root / ext4 defaults 1 1
  102. UUID=c49ddcaa-efbc-4902-9d96-290ed92f21a1 /boot ext4 defaults 1 2
  103. /dev/mapper/vg_sanjurocentpc-lv_home /home ext4 defaults 1 2
  104. /dev/mapper/vg_sanjurocentpc-lv_swap swap swap defaults 0 0
  105. tmpfs /dev/shm tmpfs defaults 0 0
  106. devpts /dev/pts devpts gid=5,mode=620 0 0
  107. sysfs /sys sysfs defaults 0 0
  108. proc /proc proc defaults 0 0
  109. == END cat /etc/fstab ==
  110.  
  111. == BEGIN df -h ==
  112. Filesystem Size Used Avail Use% Mounted on
  113. /dev/mapper/vg_sanjurocentpc-lv_root
  114. 32G 963M 30G 4% /
  115. tmpfs 1.9G 0 1.9G 0% /dev/shm
  116. /dev/sda2 485M 50M 410M 11% /boot
  117. /dev/mapper/vg_sanjurocentpc-lv_home
  118. 30G 172M 28G 1% /home
  119. /dev/sdb1 932G 370G 563G 40% /media/usb
  120. /dev/sdc1 932G 370G 563G 40% /media/usb
  121. == END df -h ==
  122.  
  123. == BEGIN fdisk -l ==
  124. Disk /dev/mapper/vg_sanjurocentpc-lv_root doesn't contain a valid partition table
  125. Disk /dev/mapper/vg_sanjurocentpc-lv_swap doesn't contain a valid partition table
  126. Disk /dev/mapper/vg_sanjurocentpc-lv_home doesn't contain a valid partition table
  127.  
  128. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  129. 255 heads, 63 sectors/track, 60801 cylinders
  130. Units = cylinders of 16065 * 512 = 8225280 bytes
  131. Sector size (logical/physical): 512 bytes / 512 bytes
  132. I/O size (minimum/optimal): 512 bytes / 512 bytes
  133. Disk identifier: 0x31fca80f
  134.  
  135. Device Boot Start End Blocks Id System
  136. /dev/sda1 * 1 51878 416704512 7 HPFS/NTFS
  137. /dev/sda2 51878 51942 512000 83 Linux
  138. /dev/sda3 51942 60802 71169024 8e Linux LVM
  139.  
  140. Disk /dev/mapper/vg_sanjurocentpc-lv_root: 34.7 GB, 34745614336 bytes
  141. 255 heads, 63 sectors/track, 4224 cylinders
  142. Units = cylinders of 16065 * 512 = 8225280 bytes
  143. Sector size (logical/physical): 512 bytes / 512 bytes
  144. I/O size (minimum/optimal): 512 bytes / 512 bytes
  145. Disk identifier: 0x00000000
  146.  
  147.  
  148. Disk /dev/mapper/vg_sanjurocentpc-lv_swap: 6274 MB, 6274678784 bytes
  149. 255 heads, 63 sectors/track, 762 cylinders
  150. Units = cylinders of 16065 * 512 = 8225280 bytes
  151. Sector size (logical/physical): 512 bytes / 512 bytes
  152. I/O size (minimum/optimal): 512 bytes / 512 bytes
  153. Disk identifier: 0x00000000
  154.  
  155.  
  156. Disk /dev/mapper/vg_sanjurocentpc-lv_home: 31.9 GB, 31855738880 bytes
  157. 255 heads, 63 sectors/track, 3872 cylinders
  158. Units = cylinders of 16065 * 512 = 8225280 bytes
  159. Sector size (logical/physical): 512 bytes / 512 bytes
  160. I/O size (minimum/optimal): 512 bytes / 512 bytes
  161. Disk identifier: 0x00000000
  162.  
  163.  
  164. Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
  165. 255 heads, 63 sectors/track, 121601 cylinders
  166. Units = cylinders of 16065 * 512 = 8225280 bytes
  167. Sector size (logical/physical): 512 bytes / 512 bytes
  168. I/O size (minimum/optimal): 512 bytes / 512 bytes
  169. Disk identifier: 0x61d88b1e
  170.  
  171. Device Boot Start End Blocks Id System
  172. /dev/sdc1 1 121601 976760001 c W95 FAT32 (LBA)
  173. == END fdisk -l ==
  174.  
  175. == BEGIN blkid ==
  176. /dev/sda1: UUID="220C7F710C7F3F3B" TYPE="ntfs"
  177. /dev/sda2: UUID="c49ddcaa-efbc-4902-9d96-290ed92f21a1" TYPE="ext4"
  178. /dev/sda3: UUID="ZM73Eb-a0Rz-wkE4-aQeZ-S5Ls-UqCv-gSGOjv" TYPE="LVM2_member"
  179. /dev/mapper/vg_sanjurocentpc-lv_root: UUID="0a0003e6-2aaf-4324-abbe-4c148586405a" TYPE="ext4"
  180. /dev/mapper/vg_sanjurocentpc-lv_swap: UUID="9770074f-1f45-4722-b070-7bbf5984ef08" TYPE="swap"
  181. /dev/mapper/vg_sanjurocentpc-lv_home: UUID="5a7bdcf7-85b3-45a2-b556-1968d1786409" TYPE="ext4"
  182. /dev/sdc1: LABEL="INTENSO" UUID="0FE6-3F52" TYPE="vfat"
  183. == END blkid ==
  184.  
  185. == BEGIN cat /proc/mdstat ==
  186. Personalities :
  187. unused devices: <none>
  188. == END cat /proc/mdstat ==
  189.  
  190. == BEGIN pvs ==
  191. PV VG Fmt Attr PSize PFree
  192. /dev/sda3 vg_sanjurocentpc lvm2 a- 67.87g 0
  193. == END pvs ==
  194.  
  195. == BEGIN vgs ==
  196. VG #PV #LV #SN Attr VSize VFree
  197. vg_sanjurocentpc 1 3 0 wz--n- 67.87g 0
  198. == END vgs ==
  199.  
  200. == BEGIN lvs ==
  201. LV VG Attr LSize Origin Snap% Move Log Copy% Convert
  202. lv_home vg_sanjurocentpc -wi-ao 29.67g
  203. lv_root vg_sanjurocentpc -wi-ao 32.36g
  204. lv_swap vg_sanjurocentpc -wi-ao 5.84g
  205. == END lvs ==
  206.  
  207. == BEGIN rpm -qa kernel\* | sort ==
  208. kernel-2.6.32-131.0.15.el6.x86_64
  209. kernel-2.6.32-131.21.1.el6.x86_64
  210. kernel-firmware-2.6.32-131.21.1.el6.noarch
  211. == END rpm -qa kernel\* | sort ==
  212.  
  213. == BEGIN lspci -nn ==
  214. 00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0100] (rev 09)
  215. 00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port [8086:0101] (rev 09)
  216. 00:16.0 Communication controller [0780]: Intel Corporation 6 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
  217. 00:1a.0 USB Controller [0c03]: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 05)
  218. 00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b5)
  219. 00:1c.3 PCI bridge [0604]: Intel Corporation 6 Series Chipset Family PCI Express Root Port 4 [8086:1c16] (rev b5)
  220. 00:1c.4 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev b5)
  221. 00:1c.5 PCI bridge [0604]: Intel Corporation 6 Series Chipset Family PCI Express Root Port 6 [8086:1c1a] (rev b5)
  222. 00:1c.6 PCI bridge [0604]: Intel Corporation 6 Series Chipset Family PCI Express Root Port 7 [8086:1c1c] (rev b5)
  223. 00:1c.7 PCI bridge [0604]: Intel Corporation 6 Series Chipset Family PCI Express Root Port 8 [8086:1c1e] (rev b5)
  224. 00:1d.0 USB Controller [0c03]: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 05)
  225. 00:1f.0 ISA bridge [0601]: Intel Corporation P67 Express Chipset Family LPC Controller [8086:1c46] (rev 05)
  226. 00:1f.2 SATA controller [0106]: Intel Corporation 6 Series Chipset Family 6 port SATA AHCI Controller [8086:1c02] (rev 05)
  227. 00:1f.3 SMBus [0c05]: Intel Corporation 6 Series Chipset Family SMBus Controller [8086:1c22] (rev 05)
  228. 01:00.0 VGA compatible controller [0300]: nVidia Corporation GF110 [GeForce GTX 560 Ti] [10de:1200] (rev a1)
  229. 01:00.1 Audio device [0403]: nVidia Corporation Device [10de:0e0c] (rev a1)
  230. 03:00.0 USB Controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 04)
  231. 04:00.0 PCI bridge [0604]: Device [1b21:1080] (rev 01)
  232. 05:02.0 Multimedia audio controller [0401]: C-Media Electronics Inc CMI8788 [Oxygen HD Audio] [13f6:8788]
  233. 06:00.0 USB Controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 04)
  234. 07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 06)
  235. 08:00.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. VT6315 Series Firewire Controller [1106:3403] (rev 01)
  236. == END lspci -nn ==
  237.  
  238. == BEGIN lsusb ==
  239. ./getinfo.sh: line 87: lsusb: command not found
  240. == END lsusb ==
  241.  
  242. == BEGIN ifconfig -a ==
  243. eth0 Link encap:Ethernet HWaddr 6C:62:6D:43:50:BA
  244. inet addr:10.10.10.99 Bcast:255.255.255.255 Mask:255.255.255.0
  245. inet6 addr: fe80::6e62:6dff:fe43:50ba/64 Scope:Link
  246. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  247. RX packets:17408 errors:0 dropped:17408 overruns:0 frame:17408
  248. TX packets:10708 errors:0 dropped:138 overruns:0 carrier:0
  249. collisions:0 txqueuelen:1000
  250. RX bytes:24493171 (23.3 MiB) TX bytes:749910 (732.3 KiB)
  251. Interrupt:39 Base address:0x4000
  252.  
  253. lo Link encap:Local Loopback
  254. inet addr:127.0.0.1 Mask:255.0.0.0
  255. inet6 addr: ::1/128 Scope:Host
  256. UP LOOPBACK RUNNING MTU:16436 Metric:1
  257. RX packets:219 errors:0 dropped:0 overruns:0 frame:0
  258. TX packets:219 errors:0 dropped:0 overruns:0 carrier:0
  259. collisions:0 txqueuelen:0
  260. RX bytes:18522 (18.0 KiB) TX bytes:18522 (18.0 KiB)
  261.  
  262. == END ifconfig -a ==
  263.  
  264. == BEGIN route -n ==
  265. Kernel IP routing table
  266. Destination Gateway Genmask Flags Metric Ref Use Iface
  267. 10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  268. 169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 eth0
  269. 0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0
  270. == END route -n ==
  271.  
  272. == BEGIN cat /etc/resolv.conf ==
  273. ; generated by /sbin/dhclient-script
  274. nameserver 192.168.202.213
  275. nameserver 192.168.202.222
  276. == END cat /etc/resolv.conf ==
  277.  
  278. == BEGIN grep net /etc/nsswitch.conf ==
  279. #networks: nisplus [NOTFOUND=return] files
  280. #netmasks: nisplus [NOTFOUND=return] files
  281. netmasks: files
  282. networks: files
  283. netgroup: nisplus
  284. == END grep net /etc/nsswitch.conf ==
  285.  
  286. == BEGIN chkconfig --list | grep -Ei 'network|wpa' ==
  287. NetworkManager 0:off 1:off 2:on 3:on 4:on 5:on 6:off
  288. network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
  289. wpa_supplicant 0:off 1:off 2:off 3:off 4:off 5:off 6:off
  290. == END chkconfig --list | grep -Ei 'network|wpa' ==
  291.  
  292. [/code]