Guest User

Fedora 20 Sys Info

a guest
Mar 4th, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 12.36 KB | None | 0 0
  1. === fpaste 0.3.7.1 System Information (fpaste --sysinfo) ===
  2. * OS Release (lsb_release -ds):
  3.      "Fedora release 20 (Heisenbug)"
  4.      
  5. * Kernel (uname -r ; cat /proc/cmdline):
  6.      3.13.4-200.fc20.x86_64
  7.      BOOT_IMAGE=/vmlinuz-3.13.4-200.fc20.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap nomodeset rd.lvm.lv=fedora/root vconsole.font=latarcyrheb-sun16 rhgb quiet LANG=en_US.UTF-8
  8.      
  9. * Desktop(s) Running (ps -eo comm= | egrep '(gnome-session|startkde|startactive|xfce.?-session|fluxbox|blackbox|hackedbox|ratpoison|enlightenment|icewm-session|od-session|wmaker|wmx|openbox-lxde|openbox-gnome-session|openbox-kde-session|mwm|e16|fvwm|xmonad|sugar-session)' ):
  10.      gnome-session
  11.      
  12. * Desktop(s) Installed (ls -m /usr/share/xsessions/ | sed 's/\.desktop//g' ):
  13.      gnome
  14.      
  15. * SELinux Status (sestatus):
  16.      SELinux status:                 enabled
  17.      SELinuxfs mount:                /sys/fs/selinux
  18.      SELinux root directory:         /etc/selinux
  19.      Loaded policy name:             targeted
  20.      Current mode:                   enforcing
  21.      Mode from config file:          enforcing
  22.      Policy MLS status:              enabled
  23.      Policy deny_unknown status:     allowed
  24.      Max kernel policy version:      28
  25.      
  26. * SELinux Error Count (failed: "selinuxenabled && (grep avc: /var/log/messages; ausearch -m avc -ts today)2>/dev/null|egrep -o "comm=\"[^ ]+"|sort|uniq -c|sort -rn"):
  27.      N/A
  28.  
  29. * CPU Model (grep 'model name' /proc/cpuinfo | awk -F: '{print $2}' | uniq -c | sed -re 's/^ +//' ):
  30.      4  Intel(R) Core(TM) i3-3120M CPU @ 2.50GHz
  31.      
  32. * 64-bit Support (grep -q ' lm ' /proc/cpuinfo && echo Yes || echo No):
  33.      Yes
  34.      
  35. * Hardware Virtualization Support (egrep -q '(vmx|svm)' /proc/cpuinfo && echo Yes || echo No):
  36.      Yes
  37.      
  38. * Load average (uptime):
  39.       13:34:52 up 22 min,  2 users,  load average: 0.96, 1.26, 1.29
  40.      
  41. * Memory usage (free -m):
  42.                   total       used       free     shared    buffers     cached
  43.      Mem:          3836       2372       1464         18         61        692
  44.      -/+ buffers/cache:       1617       2218
  45.      Swap:         3855          0       3855
  46.      
  47. * Top 5 CPU hogs (ps axuScnh | awk '$2!=3089' | sort -rnk3 | head -5):
  48.          1000  1653 48.0  9.0 2239988 354716 ?      Rl   13:13  10:28 gnome-shell
  49.          1000  3060 11.1  4.2 1190780 166204 ?      Sl   13:33   0:06 chrome
  50.             0   934  6.5  1.7 348728 70316 tty1     Ssl+ 13:12   1:26 Xorg
  51.          1000  2023  4.2  4.1 1111872 161608 ?      SLl  13:13   0:54 chrome
  52.          1000  2263  3.9  0.3 491084 14932 ?        S    13:13   0:50 chrome
  53.      
  54. * Top 5 Memory hogs (ps axuScnh | sort -rnk4 | head -5):
  55.          1000  1653 48.0  9.0 2239988 354716 ?      Sl   13:13  10:28 gnome-shell
  56.          1000  3060 11.1  4.2 1190780 166204 ?      Sl   13:33   0:06 chrome
  57.          1000  2023  4.2  4.1 1111872 161608 ?      SLl  13:13   0:54 chrome
  58.          1000  2380  1.1  3.5 1155292 141352 ?      Sl   13:13   0:14 chrome
  59.          1000  2571  0.9  2.4 1125000 97644 ?       Sl   13:15   0:11 chrome
  60.      
  61. * Disk space usage (df -hT):
  62.      Filesystem              Type      Size  Used Avail Use% Mounted on
  63.      /dev/mapper/fedora-root ext4       50G  7.8G   39G  17% /
  64.      devtmpfs                devtmpfs  1.9G     0  1.9G   0% /dev
  65.      tmpfs                   tmpfs     1.9G  292K  1.9G   1% /dev/shm
  66.      tmpfs                   tmpfs     1.9G  8.9M  1.9G   1% /run
  67.      tmpfs                   tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
  68.      tmpfs                   tmpfs     1.9G   24K  1.9G   1% /tmp
  69.      /dev/sda1               ext4      477M  116M  332M  26% /boot
  70.      /dev/mapper/fedora-home ext4      405G  8.7G  376G   3% /home
  71.      
  72. * Block devices (failed: "blkid" AND "/sbin/blkid"):
  73.      N/A
  74.  
  75. * PCI devices (lspci):
  76.      00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
  77.      00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
  78.      00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
  79.      00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
  80.      00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
  81.      00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
  82.      00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
  83.      00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
  84.      00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
  85.      00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
  86.      00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
  87.      00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
  88.      01:00.0 Ethernet controller: Qualcomm Atheros AR8162 Fast Ethernet (rev 10)
  89.      02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter (rev 01)
  90.      
  91. * USB devices (lsusb):
  92.      Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  93.      Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  94.      Bus 001 Device 004: ID 10f1:1a52 Importek
  95.      Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
  96.      Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  97.      Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  98.      Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  99.      Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  100.      
  101. * DRM Information (failed: "grep drm /var/log/dmesg"):
  102.      N/A
  103.  
  104. * Xorg modules (grep LoadModule /var/log/Xorg.0.log | cut -d \" -f 2 | xargs):
  105.      dri2 glamoregl glx intel modesetting fbdev vesa fbdevhw fbdevhw vbe int10 ddc shadow fb int10 evdev synaptics
  106.      
  107. * GL Support (glxinfo | egrep "OpenGL version|OpenGL renderer"):
  108.      OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.3, 256 bits)
  109.      OpenGL version string: 2.1 Mesa 9.2.5
  110.      
  111. * Xorg errors (grep '^\[.*(EE)' /var/log/Xorg.0.log):
  112.      [    30.246] (EE) open /dev/dri/card0: No such file or directory
  113.      [    30.246] (EE) open /dev/dri/card0: No such file or directory
  114.      [    30.247] (EE) open /dev/fb0: No such file or directory
  115.      [    30.247] (EE) open /dev/fb0: No such file or directory
  116.      [    30.247] (EE) Screen 0 deleted because of no matching config section.
  117.      [    30.247] (EE) Screen 0 deleted because of no matching config section.
  118.      
  119. * Kernel buffer tail (dmesg | tail):
  120.      [ 1314.032114] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
  121.      [ 1314.538149] wlp2s0: direct probe to 00:0f:7d:4a:04:51 (try 2/3)
  122.      [ 1315.560508] wlp2s0: direct probe to 00:0f:7d:4a:04:51 (try 3/3)
  123.      [ 1315.761427] wlp2s0: authentication with 00:0f:7d:4a:04:51 timed out
  124.      [ 1317.158616] wlp2s0: authenticate with 00:0f:7d:51:8f:91
  125.      [ 1317.178641] wlp2s0: send auth to 00:0f:7d:51:8f:91 (try 1/3)
  126.      [ 1317.183608] wlp2s0: authenticated
  127.      [ 1317.184026] wlp2s0: associate with 00:0f:7d:51:8f:91 (try 1/3)
  128.      [ 1317.235747] wlp2s0: RX AssocResp from 00:0f:7d:51:8f:91 (capab=0x421 status=0 aid=262)
  129.      [ 1317.235995] wlp2s0: associated
  130.      
  131. * Last few reboots (last -x -n10 reboot runlevel):
  132.      runlevel (to lvl 5)   3.13.4-200.fc20. Tue Mar  4 13:12   still running
  133.      reboot   system boot  3.13.4-200.fc20. Tue Mar  4 13:12   still running
  134.      reboot   system boot  3.13.4-200.fc20. Tue Mar  4 13:12   still running
  135.      runlevel (to lvl 5)   3.13.4-200.fc20. Tue Mar  4 13:10 - 13:12  (00:01)
  136.      reboot   system boot  3.13.4-200.fc20. Tue Mar  4 13:09 - 13:12  (00:02)
  137.      reboot   system boot  3.13.4-200.fc20. Tue Mar  4 13:09 - 13:12  (00:02)
  138.      runlevel (to lvl 5)   3.13.4-200.fc20. Tue Mar  4 09:20 - 09:50  (00:29)
  139.      reboot   system boot  3.13.4-200.fc20. Tue Mar  4 09:20 - 09:50  (00:29)
  140.      reboot   system boot  3.13.4-200.fc20. Tue Mar  4 09:20 - 09:50  (00:29)
  141.      runlevel (to lvl 5)   3.13.4-200.fc20. Tue Mar  4 08:20 - 09:15  (00:55)
  142.      
  143.      wtmp begins Wed Dec 25 15:42:35 2013
  144.      
  145. * YUM Repositories (yum -C repolist):
  146.      Loaded plugins: langpacks, priorities, refresh-packagekit
  147.      21 packages excluded due to repository priority protections
  148.      repo id                              repo name                         status
  149.      !Dropbox/20                          Dropbox Repository                        4
  150.      fedora/20/x86_64                     Fedora 20 - x86_64                38,580+17
  151.      !google-chrome                       google-chrome                             3
  152.      !intellinuxgraphics                  Intel Linux Graphics                   37+5
  153.      rpmfusion-free/20/x86_64             RPM Fusion for Fedora 20 - Free       467+1
  154.      !rpmfusion-free-updates/20/x86_64    RPM Fusion for Fedora 20 - Free -       199
  155.      rpmfusion-nonfree/20/x86_64          RPM Fusion for Fedora 20 - Nonfre       203
  156.      !rpmfusion-nonfree-updates/20/x86_64 RPM Fusion for Fedora 20 - Nonfre       139
  157.      !updates/20/x86_64                   Fedora 20 - x86_64 - Updates       13,459+3
  158.      repolist: 53,091
  159.      
  160. * YUM Extras (yum -C list extras):
  161.      Loaded plugins: langpacks, priorities, refresh-packagekit
  162.      21 packages excluded due to repository priority protections
  163.      Extra Packages
  164.      cairo.x86_64                  1.13.1-0.1.git337ab1f.fc20    @anaconda          
  165.      cairo-gobject.x86_64          1.13.1-0.1.git337ab1f.fc20    @anaconda          
  166.      jdk.x86_64                    2000:1.7.0_45-fcs             @/jdk-7u45-linux-x64
  167.      jre.x86_64                    1.7.0_45-fcs                  @/jre-7u45-linux-x64
  168.      kernel.x86_64                 3.12.9-301.fc20               @updates            
  169.      kernel.x86_64                 3.13.3-201.fc20               @updates            
  170.      kernel-devel.x86_64           3.12.9-301.fc20               @updates            
  171.      kernel-devel.x86_64           3.13.3-201.fc20               @updates            
  172.      kernel-modules-extra.x86_64   3.12.9-301.fc20               @updates            
  173.      kernel-modules-extra.x86_64   3.13.3-201.fc20               @updates            
  174.      libva.x86_64                  1.2.1-2.3                     @intellinuxgraphics
  175.      
  176. * Last 20 packages installed (rpm -qa --nodigest --nosignature --last | head -20):
  177.      kernel-devel-3.13.4-200.fc20.x86_64           Thu 27 Feb 2014 12:25:15 PM EST
  178.      ed-1.10-1.fc20.x86_64                         Thu 27 Feb 2014 12:25:02 PM EST
  179.      kernel-headers-3.13.4-200.fc20.x86_64         Thu 27 Feb 2014 12:25:01 PM EST
  180.      microcode_ctl-2.1-3.fc20.x86_64               Thu 27 Feb 2014 12:24:59 PM EST
  181.      libestr-0.1.9-1.fc20.x86_64                   Thu 27 Feb 2014 12:24:59 PM EST
  182.      samba-client-4.1.5-1.fc20.x86_64              Thu 27 Feb 2014 12:24:58 PM EST
  183.      gnome-shell-3.10.4-1.fc20.x86_64              Thu 27 Feb 2014 12:24:56 PM EST
  184.      NetworkManager-0.9.9.0-31.git20131003.fc20.x86_64 Thu 27 Feb 2014 12:24:50 PM EST
  185.      kernel-modules-extra-3.13.4-200.fc20.x86_64   Thu 27 Feb 2014 12:24:49 PM EST
  186.      kernel-3.13.4-200.fc20.x86_64                 Thu 27 Feb 2014 12:24:47 PM EST
  187.      teamd-1.9-1.fc20.x86_64                       Thu 27 Feb 2014 12:24:39 PM EST
  188.      jansson-2.4-3.fc20.x86_64                     Thu 27 Feb 2014 12:24:38 PM EST
  189.      mutter-wayland-3.10.4-1.fc20.x86_64           Thu 27 Feb 2014 12:24:37 PM EST
  190.      libsmbclient-4.1.5-1.fc20.x86_64              Thu 27 Feb 2014 12:24:36 PM EST
  191.      libteam-1.9-1.fc20.x86_64                     Thu 27 Feb 2014 12:24:35 PM EST
  192.      libnl3-cli-3.2.24-1.fc20.x86_64               Thu 27 Feb 2014 12:24:34 PM EST
  193.      samba-common-4.1.5-1.fc20.x86_64              Thu 27 Feb 2014 12:24:33 PM EST
  194.      samba-libs-4.1.5-1.fc20.x86_64                Thu 27 Feb 2014 12:24:32 PM EST
  195.      libwbclient-4.1.5-1.fc20.x86_64               Thu 27 Feb 2014 12:24:30 PM EST
  196.      NetworkManager-glib-0.9.9.0-31.git20131003.fc20.x86_64 Thu 27 Feb 2014 12:24:29 PM EST
Advertisement
Add Comment
Please, Sign In to add comment