Advertisement
Guest User

Kaos2020.2.25

a guest
Feb 27th, 2020
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.21 KB | None | 0 0
  1. ----------------------------------------------------------------------------------------------------------
  2. cat /etc/KaOS-release
  3. ----------------------------------------------------------------------------------------------------------
  4.  
  5.  
  6.  
  7. ----------------------------------------------------------------------------------------------------------
  8. inxi -Fxz
  9. ----------------------------------------------------------------------------------------------------------
  10.  
  11. System:    Host: <HOSTNAME> Kernel: 5.5.6-1 x86_64 bits: 64 compiler: gcc v: 9.2.0
  12.            Desktop: KDE Plasma 5.18.1 Distro: KaOS 2020
  13. Machine:   Type: Desktop System: Gigabyte product: B450M DS3H v: N/A serial: <filter>
  14.            Mobo: Gigabyte model: B450M DS3H-CF v: x.x serial: <filter>
  15.            UEFI [Legacy]: American Megatrends v: F50 date: 11/27/2019
  16. CPU:       Topology: Quad Core model: AMD Ryzen 5 3400G with Radeon Vega Graphics bits: 64
  17.            type: MT MCP arch: Zen+ rev: 1 L2 cache: 2048 KiB
  18.            flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm bogomips: 59089
  19.            Speed: 1397 MHz min/max: 1400/3700 MHz Core speeds (MHz): 1: 1396 2: 1397 3: 1257
  20.            4: 1397 5: 1396 6: 1385 7: 1264 8: 1397
  21. Graphics:  Device-1: AMD Picasso driver: amdgpu v: kernel bus ID: 06:00.0
  22.            Display: x11 server: X.Org 1.20.7 driver: amdgpu FAILED: ati unloaded: modesetting,vesa
  23.            resolution: 1920x1080~60Hz
  24.            OpenGL: renderer: AMD RAVEN (DRM 3.36.0 5.5.6-1 LLVM 9.0.1) v: 4.5 Mesa 19.3.4
  25.            direct render: Yes
  26. Audio:     Device-1: AMD Raven/Raven2/Fenghuang HDMI/DP Audio driver: snd_hda_intel v: kernel
  27.            bus ID: 06:00.1
  28.            Device-2: AMD Family 17h HD Audio vendor: Gigabyte driver: snd_hda_intel v: kernel
  29.            bus ID: 06:00.6
  30.            Sound Server: ALSA v: k5.5.6-1
  31. Network:   Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: Gigabyte
  32.            driver: r8169 v: kernel port: f000 bus ID: 04:00.0
  33.            IF: enp4s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
  34. Drives:    Local Storage: total: 1.03 TiB used: 60.4 MiB (0.0%)
  35.            ID-1: /dev/sda vendor: Kingston model: SA400S37120G size: 111.79 GiB
  36.            ID-2: /dev/sdb vendor: Seagate model: ST3500418AS size: 465.76 GiB
  37.            ID-3: /dev/sdc type: USB vendor: Generic model: Flash Disk size: 7.50 GiB
  38.            ID-4: /dev/sdd vendor: Seagate model: ST9500420AS size: 465.76 GiB
  39. RAID:      Device-1: md127 type: mdraid status: active Components: online: sdd1~c1 sdb1~c0
  40.            Info: raid: raid-0 blocks: 976504832 report: N/A chunk size: 512k
  41. Partition: ID-1: / size: 10.21 GiB used: 60.4 MiB (0.6%) fs: aufs source: ERR-102
  42. Sensors:   System Temperatures: cpu: 37.6 C mobo: N/A gpu: amdgpu temp: 37 C
  43.            Fan Speeds (RPM): N/A
  44. Info:      Processes: 228 Uptime: 1m Memory: 13.62 GiB used: 990.8 MiB (7.1%) Init: systemd
  45.            runlevel: 5 Compilers: gcc: 9.2.0 Client: Unknown Client: octopi inxi: 3.0.37
  46.  
  47.  
  48. ----------------------------------------------------------------------------------------------------------
  49. journalctl -b -p err
  50. ----------------------------------------------------------------------------------------------------------
  51.  
  52.  
  53.  
  54. ----------------------------------------------------------------------------------------------------------
  55. cat /etc/pacman.conf
  56. ----------------------------------------------------------------------------------------------------------
  57.  
  58. #
  59. # /etc/pacman.conf
  60. #
  61. # See the pacman.conf(5) manpage for option and repository directives
  62.  
  63. #
  64. # GENERAL OPTIONS
  65. #
  66. [options]
  67. # The following paths are commented out with their default values listed.
  68. # If you wish to use different paths, uncomment and update the paths.
  69. #RootDir     = /
  70. #DBPath      = /var/lib/pacman/
  71. #CacheDir    = /var/cache/pacman/pkg/
  72. #LogFile     = /var/log/pacman.log
  73. HoldPkg     = pacman glibc pacman-helpme
  74. #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
  75. #XferCommand = /usr/bin/curl %u > %o
  76. #CleanMethod = KeepInstalled
  77. #UseDelta    = 0.7
  78. Architecture = auto
  79.  
  80. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  81. IgnorePkg   =
  82. #IgnoreGroup =
  83.  
  84. #NoUpgrade   =
  85. #NoExtract   =
  86.  
  87. # Misc options (all disabled by default)
  88. #NoPassiveFtp
  89. #UseSyslog
  90. Color
  91. #TotalDownload
  92. CheckSpace
  93. VerbosePkgLists
  94. ILoveCandy
  95.  
  96. # By default, pacman accepts packages signed by keys that its local keyring
  97. # trusts (see pacman-key and its man page), as well as unsigned packages.
  98. SigLevel = Never
  99. LocalFileSigLevel = Never
  100. #RemoteFileSigLevel = Required
  101.  
  102. #
  103. # REPOSITORIES
  104. #   - can be defined here or included from another file
  105. #   - pacman will search repositories in the order defined here
  106. #   - local/custom mirrors can be added here or in separate files
  107. #   - repositories listed first will take precedence when packages
  108. #     have identical names, regardless of version number
  109. #   - URLs will have $repo replaced by the name of the current repo
  110. #
  111. # Repository entries are of the format:
  112. #       [repo-name]
  113. #       Server = ServerName
  114. #       Include = IncludePath
  115. #
  116. # The header [repo-name] is crucial - it must be present and
  117. # uncommented to enable the repo.
  118. #
  119.  
  120. [core]
  121. Include = /etc/pacman.d/mirrorlist
  122.  
  123. [main]
  124. Include = /etc/pacman.d/mirrorlist
  125.  
  126. [apps]
  127. Include = /etc/pacman.d/mirrorlist
  128.  
  129. # An example of a custom package repository.  See the pacman manpage for
  130. # tips on creating your own repositories.
  131. #[custom]
  132. #Server = file:///home/custompkgs
  133.  
  134.  
  135. ----------------------------------------------------------------------------------------------------------
  136. pacman -Qm
  137. ----------------------------------------------------------------------------------------------------------
  138.  
  139.  
  140.  
  141. ----------------------------------------------------------------------------------------------------------
  142. cat /var/log/pacman.log
  143. ----------------------------------------------------------------------------------------------------------
  144.  
  145.  
  146.  
  147. ----------------------------------------------------------------------------------------------------------
  148. cat /var/log/installation.log
  149. ----------------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement