Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2011
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.05 KB | None | 0 0
  1. Information for general problems.
  2. [code]
  3. == BEGIN uname -rmi ==
  4. 2.6.32-71.29.1.el6.centos.plus.i686 i686 i386
  5. == END uname -rmi ==
  6.  
  7. == BEGIN rpm -qa \*-release\* ==
  8. centos-release-6-0.el6.centos.5.i686
  9. rpmforge-release-0.5.2-2.el6.rf.i686
  10. adobe-release-i386-1.0-1.noarch
  11. == END rpm -qa \*-release\* ==
  12.  
  13. == BEGIN cat /etc/redhat-release ==
  14. CentOS Linux release 6.0 (Final)
  15. == END cat /etc/redhat-release ==
  16.  
  17. == BEGIN getenforce ==
  18. Enforcing
  19. == END getenforce ==
  20.  
  21. == BEGIN free -m ==
  22. total used free shared buffers cached
  23. Mem: 1981 753 1228 0 30 415
  24. -/+ buffers/cache: 307 1674
  25. Swap: 3967 0 3967
  26. == END free -m ==
  27.  
  28. == BEGIN rpm -q yum rpm python ==
  29. yum-3.2.27-14.el6.centos.noarch
  30. rpm-4.8.0-12.el6.i686
  31. python-2.6.5-3.el6_0.2.i686
  32. == END rpm -q yum rpm python ==
  33.  
  34. == BEGIN ls /etc/yum.repos.d ==
  35. adobe-linux-i386.repo
  36. CentOS-Base.repo
  37. CentOS-Debuginfo.repo
  38. CentOS-Media.repo
  39. CentOS-Media.repo~
  40. dropbox.repo
  41. mirrors-rpmforge
  42. mirrors-rpmforge-extras
  43. mirrors-rpmforge-testing
  44. rpmforge.repo
  45. == END ls /etc/yum.repos.d ==
  46.  
  47. == BEGIN cat /etc/yum.conf ==
  48. [main]
  49. cachedir=/var/cache/yum/$basearch/$releasever
  50. keepcache=0
  51. debuglevel=2
  52. logfile=/var/log/yum.log
  53. exactarch=1
  54. obsoletes=1
  55. gpgcheck=1
  56. plugins=1
  57. installonly_limit=5
  58. bugtracker_url=http://bugs.centos.org/set_project.php?project_id=16&ref=http://bugs.centos.org/bug_report_page.php?category=yum
  59. distroverpkg=centos-release
  60.  
  61. # This is the default, if you make this bigger yum won't see if the metadata
  62. # is newer on the remote and so you'll "gain" the bandwidth of not having to
  63. # download the new metadata and "pay" for it by yum not having correct
  64. # information.
  65. # It is esp. important, to have correct metadata, for distributions like
  66. # Fedora which don't keep old packages around. If you don't like this checking
  67. # interupting your command line usage, it's much better to have something
  68. # manually check the metadata once an hour (yum-updatesd will do this).
  69. # metadata_expire=90m
  70.  
  71. # PUT YOUR REPOS HERE OR IN separate files named file.repo
  72. # in /etc/yum.repos.d
  73. == END cat /etc/yum.conf ==
  74.  
  75. == BEGIN yum repolist all ==
  76. Loaded plugins: fastestmirror, refresh-packagekit
  77. repo id repo name status
  78. Dropbox Dropbox Repository disabled
  79. adobe-linux-i386 Adobe Systems Incorporated enabled: 17
  80. base CentOS-6 - Base enabled: 4,558
  81. c6-media CentOS-6 - Media disabled
  82. centosplus CentOS-6 - Plus enabled: 42
  83. contrib CentOS-6 - Contrib enabled: 0
  84. debug CentOS-6 - Debuginfo disabled
  85. extras CentOS-6 - Extras enabled: 1
  86. rpmforge RHEL 6 - RPMforge.net - dag enabled: 4,142
  87. rpmforge-extras RHEL 6 - RPMforge.net - extras disabled
  88. rpmforge-testing RHEL 6 - RPMforge.net - testing disabled
  89. updates CentOS-6 - Updates enabled: 783
  90. repolist: 9,543
  91. == END yum repolist all ==
  92.  
  93. == BEGIN egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  94. == END egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  95.  
  96. == BEGIN sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  97. == END sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  98.  
  99. == BEGIN cat /etc/fstab ==
  100.  
  101. #
  102. # /etc/fstab
  103. # Created by anaconda on Sun Nov 6 23:39:57 2011
  104. #
  105. # Accessible filesystems, by reference, are maintained under '/dev/disk'
  106. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
  107. #
  108. /dev/mapper/vg_mormegil-lv_root / ext4 defaults 1 1
  109. UUID=1792ea69-38dc-4543-9437-def53172cab9 /boot ext4 defaults 1 2
  110. /dev/mapper/vg_mormegil-lv_swap swap swap defaults 0 0
  111. tmpfs /dev/shm tmpfs defaults 0 0
  112. devpts /dev/pts devpts gid=5,mode=620 0 0
  113. sysfs /sys sysfs defaults 0 0
  114. proc /proc proc defaults 0 0
  115. UUID="1220146620145359" /win ntfs-3g defaults 0 0
  116. == END cat /etc/fstab ==
  117.  
  118. == BEGIN df -h ==
  119. Filesystem Size Used Avail Use% Mounted on
  120. /dev/mapper/vg_mormegil-lv_root
  121. 30G 4.7G 25G 17% /
  122. tmpfs 991M 300K 991M 1% /dev/shm
  123. /dev/sda3 485M 65M 395M 15% /boot
  124. /dev/sda1 54G 36G 19G 67% /win
  125. == END df -h ==
  126.  
  127. == BEGIN blkid ==
  128. /dev/sda1: LABEL="Preload" UUID="1220146620145359" TYPE="ntfs"
  129. /dev/sda2: LABEL="SERVICEV001" UUID="6423-9049" TYPE="vfat"
  130. /dev/sda3: UUID="1792ea69-38dc-4543-9437-def53172cab9" TYPE="ext4"
  131. /dev/sda5: UUID="bc4gDI-xip4-9RQ3-i5dg-apJs-sbxB-yQ7T8z" TYPE="LVM2_member"
  132. /dev/mapper/vg_mormegil-lv_root: LABEL="_CentOS-6.0-i386" UUID="2d45f81e-cd3f-42f2-b8ca-c367d89cda3a" TYPE="ext4"
  133. /dev/mapper/vg_mormegil-lv_swap: UUID="159365cc-5601-40d9-869d-7d37b724a9ec" 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 rpm -qa kernel\* | sort ==
  142. kernel-2.6.32-71.29.1.el6.centos.plus.i686
  143. kernel-2.6.32-71.29.1.el6.i686
  144. kernel-2.6.32-71.el6.i686
  145. kernel-firmware-2.6.32-71.29.1.el6.centos.plus.noarch
  146. == END rpm -qa kernel\* | sort ==
  147.  
  148. == BEGIN lspci -nn ==
  149. 00:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub [8086:2a00] (rev 0c)
  150. 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a02] (rev 0c)
  151. 00:02.1 Display controller [0380]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a03] (rev 0c)
  152. 00:19.0 Ethernet controller [0200]: Intel Corporation 82566MM Gigabit Network Connection [8086:1049] (rev 03)
  153. 00:1a.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 [8086:2834] (rev 03)
  154. 00:1a.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 [8086:2835] (rev 03)
  155. 00:1a.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 [8086:283a] (rev 03)
  156. 00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 03)
  157. 00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 [8086:283f] (rev 03)
  158. 00:1c.1 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 [8086:2841] (rev 03)
  159. 00:1c.2 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 [8086:2843] (rev 03)
  160. 00:1c.3 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 [8086:2845] (rev 03)
  161. 00:1c.4 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 [8086:2847] (rev 03)
  162. 00:1d.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 [8086:2830] (rev 03)
  163. 00:1d.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 [8086:2831] (rev 03)
  164. 00:1d.2 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 [8086:2832] (rev 03)
  165. 00:1d.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 [8086:2836] (rev 03)
  166. 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev f3)
  167. 00:1f.0 ISA bridge [0601]: Intel Corporation 82801HBM (ICH8M-E) LPC Interface Controller [8086:2811] (rev 03)
  168. 00:1f.1 IDE interface [0101]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 03)
  169. 00:1f.2 SATA controller [0106]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller [8086:2829] (rev 03)
  170. 00:1f.3 SMBus [0c05]: Intel Corporation 82801H (ICH8 Family) SMBus Controller [8086:283e] (rev 03)
  171. 03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection [8086:4230] (rev 61)
  172. 15:00.0 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0476] (rev ba)
  173. 15:00.1 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 IEEE 1394 Controller [1180:0832] (rev 04)
  174. 15:00.2 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 21)
  175. 15:00.3 System peripheral [0880]: Ricoh Co Ltd R5C843 MMC Host Controller [1180:0843] (rev 11)
  176. 15:00.4 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter [1180:0592] (rev 11)
  177. 15:00.5 System peripheral [0880]: Ricoh Co Ltd xD-Picture Card Controller [1180:0852] (rev 11)
  178. == END lspci -nn ==
  179.  
  180. == BEGIN lsusb ==
  181. Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  182. Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  183. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  184. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  185. Bus 003 Device 002: ID 0a5c:2110 Broadcom Corp. Bluetooth Controller
  186. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  187. Bus 002 Device 002: ID 17ef:1004 Lenovo
  188. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  189. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  190. == END lsusb ==
  191.  
  192. == BEGIN ifconfig -a ==
  193. eth0 Link encap:Ethernet HWaddr 00:1E:37:8A:55:E3
  194. UP BROADCAST MULTICAST MTU:1500 Metric:1
  195. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  196. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  197. collisions:0 txqueuelen:1000
  198. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  199. Memory:fe000000-fe020000
  200.  
  201. lo Link encap:Local Loopback
  202. inet addr:127.0.0.1 Mask:255.0.0.0
  203. inet6 addr: ::1/128 Scope:Host
  204. UP LOOPBACK RUNNING MTU:16436 Metric:1
  205. RX packets:8 errors:0 dropped:0 overruns:0 frame:0
  206. TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  207. collisions:0 txqueuelen:0
  208. RX bytes:480 (480.0 b) TX bytes:480 (480.0 b)
  209.  
  210. pan0 Link encap:Ethernet HWaddr AA:12:6E:A2:20:18
  211. BROADCAST MULTICAST MTU:1500 Metric:1
  212. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  213. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  214. collisions:0 txqueuelen:0
  215. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  216.  
  217. wlan0 Link encap:Ethernet HWaddr 00:1D:E0:A4:A5:77
  218. inet addr:192.168.2.107 Bcast:192.168.2.255 Mask:255.255.255.0
  219. inet6 addr: fe80::21d:e0ff:fea4:a577/64 Scope:Link
  220. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  221. RX packets:3672 errors:0 dropped:0 overruns:0 frame:0
  222. TX packets:2922 errors:0 dropped:0 overruns:0 carrier:0
  223. collisions:0 txqueuelen:1000
  224. RX bytes:2117514 (2.0 MiB) TX bytes:571380 (557.9 KiB)
  225.  
  226. == END ifconfig -a ==
  227.  
  228. == BEGIN route -n ==
  229. Kernel IP routing table
  230. Destination Gateway Genmask Flags Metric Ref Use Iface
  231. 192.168.2.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan0
  232. 0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 wlan0
  233. == END route -n ==
  234.  
  235. == BEGIN cat /etc/resolv.conf ==
  236. # Generated by NetworkManager
  237. search ramblin
  238. nameserver 192.168.1.1
  239. == END cat /etc/resolv.conf ==
  240.  
  241. == BEGIN grep net /etc/nsswitch.conf ==
  242. #networks: nisplus [NOTFOUND=return] files
  243. #netmasks: nisplus [NOTFOUND=return] files
  244. netmasks: files
  245. networks: files
  246. netgroup: nisplus
  247. == END grep net /etc/nsswitch.conf ==
  248.  
  249. == BEGIN chkconfig --list | grep -Ei 'network|wpa' ==
  250. NetworkManager 0:off 1:off 2:on 3:on 4:on 5:on 6:off
  251. network 0:off 1:off 2:off 3:off 4:off 5:off 6:off
  252. wpa_supplicant 0:off 1:off 2:off 3:off 4:off 5:off 6:off
  253. == END chkconfig --list | grep -Ei 'network|wpa' ==
  254.  
  255. [/code]
  256.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement