Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.64 KB | None | 0 0
  1. Information for general problems.
  2. [code]
  3. == BEGIN uname -rmi ==
  4. 2.6.18-53.1.21.el5PAE i686 i386
  5. == END uname -rmi ==
  6.  
  7. == BEGIN rpm -qa \*-release\* ==
  8. centos-release-5-5.el5.centos
  9. centos-release-notes-5.1.0-2
  10. centos-release-5-1.0.el5.centos.1
  11. centos-release-notes-5.5-0
  12. == END rpm -qa \*-release\* ==
  13.  
  14. == BEGIN cat /etc/redhat-release ==
  15. CentOS release 5.5 (Final)
  16. == END cat /etc/redhat-release ==
  17.  
  18. == BEGIN getenforce ==
  19. Disabled
  20. == END getenforce ==
  21.  
  22. == BEGIN free -m ==
  23. total used free shared buffers cached
  24. Mem: 4051 1463 2587 0 265 949
  25. -/+ buffers/cache: 248 3802
  26. Swap: 1983 0 1983
  27. == END free -m ==
  28.  
  29. == BEGIN rpm -q yum rpm python ==
  30. yum-3.2.19-18.el5.centos
  31. rpm-4.4.2-47.el5
  32. rpm-4.4.2.3-18.el5
  33. python-2.4.3-19.el5
  34. python-2.4.3-27.el5
  35. == END rpm -q yum rpm python ==
  36.  
  37. == BEGIN ls /etc/yum.repos.d ==
  38. CentOS-Base.repo
  39. CentOS-Media.repo
  40. CentOS-Testing.repo
  41. kbsingh-CentOS-Extras.repo
  42. == END ls /etc/yum.repos.d ==
  43.  
  44. == BEGIN cat /etc/yum.conf ==
  45. [main]
  46. cachedir=/var/cache/yum
  47. keepcache=0
  48. debuglevel=2
  49. logfile=/var/log/yum.log
  50. distroverpkg=redhat-release
  51. tolerant=1
  52. exactarch=1
  53. obsoletes=1
  54. gpgcheck=1
  55. plugins=1
  56.  
  57. # Note: yum-RHN-plugin doesn't honor this.
  58. metadata_expire=1h
  59.  
  60. installonly_limit = 5
  61.  
  62. # PUT YOUR REPOS HERE OR IN separate files named file.repo
  63. # in /etc/yum.repos.d
  64. == END cat /etc/yum.conf ==
  65.  
  66. == BEGIN yum repolist all ==
  67. Loaded plugins: fastestmirror
  68. Loading mirror speeds from cached hostfile
  69. * base: ftp.heanet.ie
  70. * updates: ftp.heanet.ie
  71. * addons: ftp.heanet.ie
  72. * extras: ftp.heanet.ie
  73. repo id repo name status
  74. addons CentOS-5 - Addons enabled : 0
  75. base CentOS-5 - Base enabled : 2,683
  76. c5-media CentOS-5 - Media disabled
  77. c5-testing CentOS-5 Testing enabled : 942
  78. centosplus CentOS-5 - Plus disabled
  79. contrib CentOS-5 - Contrib disabled
  80. extras CentOS-5 - Extras enabled : 327
  81. kbs-CentOS-Extras CentOS.Karan.Org-EL5 - Stable enabled : 0
  82. kbs-CentOS-Testing CentOS.Karan.Org-EL5 - Testing disabled
  83. updates CentOS-5 - Updates enabled : 614
  84. repolist: 4,566
  85. == END yum repolist all ==
  86.  
  87. == BEGIN egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  88. /etc/yum.repos.d/CentOS-Testing.repo:includepkgs=php*
  89. == END egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  90.  
  91. == BEGIN sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  92. == END sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  93.  
  94. == BEGIN cat /etc/fstab ==
  95. /dev/VolGroup00/LogVol00 / ext3 defaults 1 1
  96. LABEL=/boot /boot ext3 defaults 1 2
  97. tmpfs /dev/shm tmpfs defaults 0 0
  98. devpts /dev/pts devpts gid=5,mode=620 0 0
  99. sysfs /sys sysfs defaults 0 0
  100. proc /proc proc defaults 0 0
  101. /dev/VolGroup00/LogVol01 swap swap defaults 0 0
  102. == END cat /etc/fstab ==
  103.  
  104. == BEGIN df -h ==
  105. Filesystem Size Used Avail Use% Mounted on
  106. /dev/mapper/VolGroup00-LogVol00
  107. 672G 5.6G 632G 1% /
  108. /dev/sda3 99M 18M 77M 19% /boot
  109. tmpfs 2.0G 0 2.0G 0% /dev/shm
  110. == END df -h ==
  111.  
  112. == BEGIN fdisk -l ==
  113.  
  114. Disk /dev/sda: 748.9 GB, 748999933952 bytes
  115. 255 heads, 63 sectors/track, 91060 cylinders
  116. Units = cylinders of 16065 * 512 = 8225280 bytes
  117.  
  118. Device Boot Start End Blocks Id System
  119. /dev/sda1 * 1 8 64228+ de Dell Utility
  120. /dev/sda2 9 270 2104515 c W95 FAT32 (LBA)
  121. /dev/sda3 271 283 104422+ 83 Linux
  122. /dev/sda4 284 91060 729166252+ 5 Extended
  123. /dev/sda5 284 91060 729166221 8e Linux LVM
  124. == END fdisk -l ==
  125.  
  126. == BEGIN blkid ==
  127. /dev/mapper/VolGroup00-LogVol01: TYPE="swap"
  128. /dev/mapper/VolGroup00-LogVol00: UUID="5e68c612-ac41-45b0-b4d7-75f0c4fbbdd0" TYPE="ext3"
  129. /dev/sda3: LABEL="/boot" UUID="5892c539-8e52-46ae-a2fd-9c653e54c642" TYPE="ext3"
  130. /dev/sda2: LABEL="OS" UUID="07D8-0502" TYPE="vfat"
  131. /dev/sda1: SEC_TYPE="msdos" LABEL="DellUtility" UUID="07D8-0502" TYPE="vfat"
  132. /dev/VolGroup00/LogVol00: UUID="5e68c612-ac41-45b0-b4d7-75f0c4fbbdd0" SEC_TYPE="ext2" TYPE="ext3"
  133. /dev/VolGroup00/LogVol01: TYPE="swap"
  134. == END blkid ==
  135.  
  136. == BEGIN cat /proc/mdstat ==
  137. Personalities :
  138. unused devices: <none>
  139. == END cat /proc/mdstat ==
  140.  
  141. == BEGIN pvs ==
  142. PV VG Fmt Attr PSize PFree
  143. /dev/sda5 VolGroup00 lvm2 a- 695.38G 0
  144. == END pvs ==
  145.  
  146. == BEGIN vgs ==
  147. VG #PV #LV #SN Attr VSize VFree
  148. VolGroup00 1 2 0 wz--n- 695.38G 0
  149. == END vgs ==
  150.  
  151. == BEGIN lvs ==
  152. LV VG Attr LSize Origin Snap% Move Log Copy% Convert
  153. LogVol00 VolGroup00 -wi-ao 693.44G
  154. LogVol01 VolGroup00 -wi-ao 1.94G
  155. == END lvs ==
  156.  
  157. == BEGIN rpm -qa kernel\* | sort ==
  158. kernel-PAE-2.6.18-53.1.21.el5
  159. kernel-PAE-2.6.18-53.el5
  160. == END rpm -qa kernel\* | sort ==
  161.  
  162. == BEGIN lspci ==
  163. 00:00.0 Host bridge: Intel Corporation 3200/3210 Chipset DRAM Controller (rev 01)
  164. 00:01.0 PCI bridge: Intel Corporation 3200/3210 Chipset Host-Primary PCI Express Bridge (rev 01)
  165. 00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02)
  166. 00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 02)
  167. 00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 02)
  168. 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02)
  169. 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02)
  170. 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02)
  171. 00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02)
  172. 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
  173. 00:1f.0 ISA bridge: Intel Corporation 82801IR (ICH9R) LPC Interface Controller (rev 02)
  174. 00:1f.2 IDE interface: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA IDE Controller (rev 02)
  175. 02:00.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1068E PCI-Express Fusion-MPT SAS (rev 08)
  176. 03:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5721 Gigabit Ethernet PCI Express (rev 21)
  177. 04:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5721 Gigabit Ethernet PCI Express (rev 21)
  178. 05:05.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02)
  179. == END lspci ==
  180.  
  181. == BEGIN lspci -n ==
  182. 00:00.0 0600: 8086:29f0 (rev 01)
  183. 00:01.0 0604: 8086:29f1 (rev 01)
  184. 00:1c.0 0604: 8086:2940 (rev 02)
  185. 00:1c.4 0604: 8086:2948 (rev 02)
  186. 00:1c.5 0604: 8086:294a (rev 02)
  187. 00:1d.0 0c03: 8086:2934 (rev 02)
  188. 00:1d.1 0c03: 8086:2935 (rev 02)
  189. 00:1d.2 0c03: 8086:2936 (rev 02)
  190. 00:1d.7 0c03: 8086:293a (rev 02)
  191. 00:1e.0 0604: 8086:244e (rev 92)
  192. 00:1f.0 0601: 8086:2916 (rev 02)
  193. 00:1f.2 0101: 8086:2920 (rev 02)
  194. 02:00.0 0100: 1000:0058 (rev 08)
  195. 03:00.0 0200: 14e4:1659 (rev 21)
  196. 04:00.0 0200: 14e4:1659 (rev 21)
  197. 05:05.0 0300: 1002:515e (rev 02)
  198. == END lspci -n ==
  199.  
  200. == BEGIN lsusb ==
  201. Bus 001 Device 001: ID 0000:0000
  202. Bus 002 Device 001: ID 0000:0000
  203. Bus 003 Device 001: ID 0000:0000
  204. Bus 004 Device 001: ID 0000:0000
  205. Bus 004 Device 002: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 "TetraHub"
  206. == END lsusb ==
  207.  
  208. == BEGIN ifconfig -a ==
  209. eth0 Link encap:Ethernet HWaddr 00:1E:C9:BB:7E:77
  210. inet addr:89.xxx.xxx.82 Bcast:89.xxx.xx.127 Mask:255.255.255.128
  211. inet6 addr: fe80::xxxxxxx:7e77/64 Scope:Link
  212. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  213. RX packets:566897571 errors:0 dropped:10 overruns:0 frame:0
  214. TX packets:637556537 errors:0 dropped:0 overruns:0 carrier:0
  215. collisions:0 txqueuelen:1000
  216. RX bytes:1558943339 (1.4 GiB) TX bytes:2465822414 (2.2 GiB)
  217. Interrupt:169
  218.  
  219. eth1 Link encap:Ethernet HWaddr 00:1E:C9:BB:7E:78
  220. BROADCAST MULTICAST MTU:1500 Metric:1
  221. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  222. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  223. collisions:0 txqueuelen:1000
  224. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  225. Interrupt:177
  226.  
  227. lo Link encap:Local Loopback
  228. inet addr:127.0.0.1 Mask:255.0.0.0
  229. inet6 addr: ::1/128 Scope:Host
  230. UP LOOPBACK RUNNING MTU:16436 Metric:1
  231. RX packets:270895616 errors:0 dropped:0 overruns:0 frame:0
  232. TX packets:270895616 errors:0 dropped:0 overruns:0 carrier:0
  233. collisions:0 txqueuelen:0
  234. RX bytes:1184292413 (1.1 GiB) TX bytes:1184292413 (1.1 GiB)
  235.  
  236. sit0 Link encap:IPv6-in-IPv4
  237. NOARP MTU:1480 Metric:1
  238. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  239. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  240. collisions:0 txqueuelen:0
  241. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  242.  
  243. == END ifconfig -a ==
  244.  
  245. == BEGIN route -n ==
  246. Kernel IP routing table
  247. Destination Gateway Genmask Flags Metric Ref Use Iface
  248. 89.xxx.xxx.0 0.0.0.0 255.255.255.128 U 0 0 0 eth0
  249. 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
  250. 0.0.0.0 89.xxx.xxx.1 0.0.0.0 UG 0 0 0 eth0
  251. == END route -n ==
  252.  
  253. == BEGIN cat /etc/resolv.conf ==
  254. nameserver 83.147.160.2
  255. nameserver 83.147.160.3
  256. == END cat /etc/resolv.conf ==
  257.  
  258. == BEGIN grep net /etc/nsswitch.conf ==
  259. #networks: nisplus [NOTFOUND=return] files
  260. #netmasks: nisplus [NOTFOUND=return] files
  261. netmasks: files
  262. networks: files
  263. netgroup: nisplus
  264. == END grep net /etc/nsswitch.conf ==
  265.  
  266. == BEGIN chkconfig --list | grep -Ei 'network|wpa' ==
  267. NetworkManager 0:off 1:off 2:off 3:off 4:off 5:off 6:off
  268. network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
  269. wpa_supplicant 0:off 1:off 2:off 3:off 4:off 5:off 6:off
  270. == END chkconfig --list | grep -Ei 'network|wpa' ==
  271.  
  272. [/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement