Advertisement
Guest User

kdvgent-KaOS-octopy-sysinfo

a guest
Feb 3rd, 2021
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 118.20 KB | None | 0 0
  1. ----------------------------------------------------------------------------------------------------------
  2. cat /etc/KaOS-release
  3. ----------------------------------------------------------------------------------------------------------
  4.  
  5. KAOS_20210111
  6.  
  7. ----------------------------------------------------------------------------------------------------------
  8. inxi -Fxz
  9. ----------------------------------------------------------------------------------------------------------
  10.  
  11. System: Kernel: 5.10.6-1 x86_64 bits: 64 compiler: gcc v: 10.2.1 Desktop: KDE Plasma 5.20.5
  12. Distro: KaOS 2021 base: Arch Linux
  13. Machine: Type: Mini-pc System: Intel Client Systems product: NUC8i5BEH v: J72747-306
  14. serial: <filter>
  15. Mobo: Intel model: NUC8BEB v: J72692-308 serial: <filter> UEFI: Intel
  16. v: BECFL357.86A.0083.2020.0730.1436 date: 07/30/2020
  17. CPU: Info: Quad Core model: Intel Core i5-8259U bits: 64 type: MT MCP arch: Kaby Lake
  18. note: check rev: A L2 cache: 6 MiB
  19. flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 36799
  20. Speed: 800 MHz min/max: 400/3800 MHz Core speeds (MHz): 1: 800 2: 800 3: 800 4: 800
  21. 5: 800 6: 800 7: 800 8: 800
  22. Graphics: Device-1: Intel Iris Plus Graphics 655 driver: i915 v: kernel bus ID: 00:02.0
  23. Display: x11 server: X.Org 1.20.10 driver: loaded: modesetting unloaded: vesa
  24. resolution: 1920x1080~60Hz
  25. OpenGL: renderer: Mesa Intel Iris Plus Graphics 655 (CFL GT3) v: 4.6 Mesa 20.3.4
  26. direct render: Yes
  27. Audio: Device-1: Intel Cannon Point-LP High Definition Audio driver: snd_hda_intel v: kernel
  28. bus ID: 00:1f.3
  29. Device-2: Logitech Webcam C930e type: USB driver: snd-usb-audio,uvcvideo
  30. bus ID: 1-4.3:5
  31. Sound Server: ALSA v: k5.10.6-1
  32. Network: Device-1: Intel Cannon Point-LP CNVi [Wireless-AC] driver: iwlwifi v: kernel port: 4000
  33. bus ID: 00:14.3
  34. IF: wlan0 state: up mac: <filter>
  35. Device-2: Intel Ethernet I219-V driver: e1000e v: kernel port: efa0 bus ID: 00:1f.6
  36. IF: eno1 state: down mac: <filter>
  37. Bluetooth: Device-1: Intel Bluetooth 9460/9560 Jefferson Peak (JfP) type: USB driver: btusb v: 0.8
  38. bus ID: 1-10:4
  39. Report: ID: hci0 state: up running bt-v: 3.0 lmp-v: 5.1 address: <filter>
  40. Drives: Local Storage: total: 232.89 GiB used: 11.76 GiB (5.0%)
  41. ID-1: /dev/nvme0n1 vendor: Samsung model: SSD 970 EVO Plus 250GB size: 232.89 GiB
  42. temp: 31.9 C
  43. Partition: ID-1: / size: 232.47 GiB used: 11.71 GiB (5.0%) fs: xfs dev: /dev/nvme0n1p2
  44. ID-2: /boot size: 299.4 MiB used: 49.9 MiB (16.7%) fs: vfat dev: /dev/nvme0n1p1
  45. Swap: Alert: No Swap data was found.
  46. Sensors: System Temperatures: cpu: 27.8 C mobo: 27.0 C
  47. Fan Speeds (RPM): N/A
  48. Info: Processes: 243 Uptime: 4h 04m Memory: 15.51 GiB used: 4.09 GiB (26.3%) Init: systemd
  49. runlevel: 5 Compilers: gcc: 10.2.0 Packages: 942 Client: Unknown Client: octopi
  50. inxi: 3.3.00
  51.  
  52.  
  53. ----------------------------------------------------------------------------------------------------------
  54. journalctl -b -p err
  55. ----------------------------------------------------------------------------------------------------------
  56.  
  57. -- Logs begin at Tue 2021-02-02 20:43:38 CET, end at Wed 2021-02-03 12:01:45 CET. --
  58. Feb 03 07:57:05 cirrus ntpd[360]: bind(24) AF_INET6 2a02:a03f:e98d:d800:e739:5f8e:91e8:a9cf#123 flags 0x11 failed: Cannot assign requested address
  59. Feb 03 07:57:05 cirrus ntpd[360]: unable to create socket on wlan0 (5) for 2a02:a03f:e98d:d800:e739:5f8e:91e8:a9cf#123
  60. Feb 03 10:51:37 cirrus systemd-coredump[104437]: Process 104162 (systemsettings5) of user 1000 dumped core.
  61. Feb 03 11:48:26 cirrus systemd-coredump[108424]: Process 108422 (kate) of user 0 dumped core.
  62.  
  63.  
  64. ----------------------------------------------------------------------------------------------------------
  65. cat /etc/pacman.conf
  66. ----------------------------------------------------------------------------------------------------------
  67.  
  68. #
  69. # /etc/pacman.conf
  70. #
  71. # See the pacman.conf(5) manpage for option and repository directives
  72.  
  73. #
  74. # GENERAL OPTIONS
  75. #
  76. [options]
  77. # The following paths are commented out with their default values listed.
  78. # If you wish to use different paths, uncomment and update the paths.
  79. #RootDir = /
  80. #DBPath = /var/lib/pacman/
  81. #CacheDir = /var/cache/pacman/pkg/
  82. #LogFile = /var/log/pacman.log
  83. #HookDir = /etc/pacman.d/hooks/
  84. HoldPkg = pacman glibc
  85. #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
  86. #XferCommand = /usr/bin/curl -L -C - -f -o %o %u
  87. #CleanMethod = KeepInstalled
  88. Architecture = auto
  89.  
  90. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  91. #IgnorePkg =
  92. #IgnoreGroup =
  93.  
  94. #NoUpgrade =
  95. #NoExtract =
  96.  
  97. # Misc options (all disabled by default)
  98. #UseSyslog
  99. #ShowSize
  100. Color
  101. #TotalDownload
  102. CheckSpace
  103. VerbosePkgLists
  104. ILoveCandy
  105.  
  106. # By default, pacman accepts packages signed by keys that its local keyring
  107. # trusts (see pacman-key and its man page), as well as unsigned packages.
  108. SigLevel = Never
  109. LocalFileSigLevel = Never
  110. #RemoteFileSigLevel = Required
  111.  
  112. #
  113. # REPOSITORIES
  114. # - can be defined here or included from another file
  115. # - pacman will search repositories in the order defined here
  116. # - local/custom mirrors can be added here or in separate files
  117. # - repositories listed first will take precedence when packages
  118. # have identical names, regardless of version number
  119. # - URLs will have $repo replaced by the name of the current repo
  120. # - URLs will have $arch replaced by the name of the architecture
  121. #
  122. # Repository entries are of the format:
  123. # [repo-name]
  124. # Server = ServerName
  125. # Include = IncludePath
  126. #
  127. # The header [repo-name] is crucial - it must be present and
  128. # uncommented to enable the repo.
  129. #
  130.  
  131. [core]
  132. Include = /etc/pacman.d/mirrorlist
  133.  
  134. [main]
  135. Include = /etc/pacman.d/mirrorlist
  136.  
  137. [apps]
  138. Include = /etc/pacman.d/mirrorlist
  139.  
  140. # An example of a custom package repository. See the pacman manpage for
  141. # tips on creating your own repositories.
  142. #[custom]
  143. #Server = file:///home/custompkgs
  144.  
  145.  
  146. ----------------------------------------------------------------------------------------------------------
  147. pacman -Qm
  148. ----------------------------------------------------------------------------------------------------------
  149.  
  150. curl-kcp 7.74.0-1
  151. spotify 1.1.42.622-2
  152.  
  153.  
  154. ----------------------------------------------------------------------------------------------------------
  155. cat /var/log/pacman.log
  156. ----------------------------------------------------------------------------------------------------------
  157.  
  158. [2021-02-02T20:23:34+0100] [PACMAN] Running 'pacman -R --noconfirm xf86-video-nouveau'
  159. [2021-02-02T20:23:34+0100] [PACMAN] Running 'pacman -R --noconfirm xf86-video-amdgpu'
  160. [2021-02-02T20:23:34+0100] [ALPM] transaction started
  161. [2021-02-02T20:23:34+0100] [ALPM] removed xf86-video-amdgpu (19.1.0-1)
  162. [2021-02-02T20:23:34+0100] [ALPM] transaction completed
  163. [2021-02-02T20:23:34+0100] [PACMAN] Running 'pacman -R --noconfirm xf86-video-ati'
  164. [2021-02-02T20:23:34+0100] [ALPM] transaction started
  165. [2021-02-02T20:23:34+0100] [ALPM] removed xf86-video-ati (19.1.0-1)
  166. [2021-02-02T20:23:34+0100] [ALPM] transaction completed
  167. [2021-02-02T20:23:34+0100] [PACMAN] Running 'pacman -R --noconfirm xf86-video-vmware'
  168. [2021-02-02T20:23:34+0100] [ALPM] transaction started
  169. [2021-02-02T20:23:34+0100] [ALPM] removed xf86-video-vmware (13.3.0-9)
  170. [2021-02-02T20:23:34+0100] [ALPM] transaction completed
  171. [2021-02-02T20:23:34+0100] [PACMAN] Running 'pacman -Rncs --noconfirm xf86-input-wacom'
  172. [2021-02-02T20:23:34+0100] [ALPM] transaction started
  173. [2021-02-02T20:23:34+0100] [ALPM] removed wacomtablet (3.2.0-1)
  174. [2021-02-02T20:23:34+0100] [ALPM] removed xf86-input-wacom (0.39.0-1)
  175. [2021-02-02T20:23:34+0100] [ALPM] transaction completed
  176. [2021-02-02T20:23:34+0100] [ALPM] running 'update-desktop-database.hook'...
  177. [2021-02-02T20:23:34+0100] [PACMAN] Running 'pacman -Rns --noconfirm calamares calamares-debug console-setup'
  178. [2021-02-02T20:23:34+0100] [ALPM] transaction started
  179. [2021-02-02T20:23:34+0100] [ALPM] removed console-setup (1.200-1)
  180. [2021-02-02T20:23:34+0100] [ALPM] removed calamares-debug (3.2.36rc1-5)
  181. [2021-02-02T20:23:34+0100] [ALPM] removed calamares (3.2.36rc1-5)
  182. [2021-02-02T20:23:34+0100] [ALPM] removed yaml-cpp (0.6.3-3)
  183. [2021-02-02T20:23:34+0100] [ALPM] transaction completed
  184. [2021-02-02T20:23:34+0100] [ALPM] running 'update-desktop-database.hook'...
  185. [2021-02-02T20:23:35+0100] [PACMAN] Running 'pacman -Rns --noconfirm welcome'
  186. [2021-02-02T20:23:35+0100] [ALPM] transaction started
  187. [2021-02-02T20:23:35+0100] [ALPM] removed welcome (7.3-1)
  188. [2021-02-02T20:23:35+0100] [ALPM] transaction completed
  189. [2021-02-02T20:23:35+0100] [ALPM] running 'update-desktop-database.hook'...
  190. [2021-02-02T20:23:35+0100] [PACMAN] Running 'pacman -Rns --noconfirm hardware-detection'
  191. [2021-02-02T20:23:35+0100] [ALPM] transaction started
  192. [2021-02-02T20:23:35+0100] [ALPM] removed hardware-detection (20210101-1)
  193. [2021-02-02T20:23:35+0100] [ALPM] removed khd-nvidia-390xx (390.138-9)
  194. [2021-02-02T20:23:35+0100] [ALPM] removed khd-nvidia-340xx (340.108-17)
  195. [2021-02-02T20:23:35+0100] [ALPM] removed khd-nvidia (1:460.32.03-2)
  196. [2021-02-02T20:23:35+0100] [ALPM] transaction completed
  197. [2021-02-02T20:23:35+0100] [PACMAN] Running 'pacman -R --noconfirm init-live'
  198. [2021-02-02T20:23:35+0100] [ALPM] transaction started
  199. [2021-02-02T20:23:35+0100] [ALPM-SCRIPTLET] Disabling systemd service
  200. [2021-02-02T20:23:35+0100] [ALPM-SCRIPTLET] Removed /etc/systemd/system/multi-user.target.wants/live.service.
  201. [2021-02-02T20:23:35+0100] [ALPM] removed init-live (2020.03-1)
  202. [2021-02-02T20:23:35+0100] [ALPM] transaction completed
  203. [2021-02-02T20:23:35+0100] [PACMAN] Running 'pacman -Rncs --noconfirm grub'
  204. [2021-02-02T20:23:35+0100] [ALPM] running 'texinfo-remove.hook'...
  205. [2021-02-02T20:23:35+0100] [ALPM] transaction started
  206. [2021-02-02T20:23:35+0100] [ALPM] removed grub2-editor (0.8.1-2)
  207. [2021-02-02T20:23:35+0100] [ALPM] removed grub-theme-midna (3.2-1)
  208. [2021-02-02T20:23:35+0100] [ALPM] removed grub (2.04-3)
  209. [2021-02-02T20:23:35+0100] [ALPM] transaction completed
  210. [2021-02-02T20:23:35+0100] [PACMAN] Running 'pacman -R --noconfirm virtualbox-guest-utils virtualbox-guest-modules'
  211. [2021-02-02T20:23:35+0100] [ALPM] transaction started
  212. [2021-02-02T20:23:35+0100] [ALPM] removed virtualbox-guest-utils (6.1.16-1)
  213. [2021-02-02T20:23:35+0100] [ALPM] removed virtualbox-guest-modules (6.1.16-5)
  214. [2021-02-02T20:23:35+0100] [ALPM-SCRIPTLET] Unloading modules:
  215. [2021-02-02T20:23:37+0100] [ALPM] transaction completed
  216. [2021-02-02T20:28:05+0100] [PACMAN] Running 'pacman -Syu firefox google-chrome'
  217. [2021-02-02T20:28:05+0100] [PACMAN] synchronizing package lists
  218. [2021-02-02T20:32:33+0100] [PACMAN] Running 'pacman -Syu firefox google-chrome'
  219. [2021-02-02T20:32:33+0100] [PACMAN] synchronizing package lists
  220. [2021-02-02T20:32:34+0100] [PACMAN] starting full system upgrade
  221. [2021-02-02T20:33:35+0100] [ALPM] transaction started
  222. [2021-02-02T20:33:35+0100] [ALPM] upgraded tzdata (2020f-1 -> 2021a-1)
  223. [2021-02-02T20:33:35+0100] [ALPM] upgraded libcap (2.46-1 -> 2.47-1)
  224. [2021-02-02T20:33:35+0100] [ALPM] upgraded libxt (1.2.0-1 -> 1.2.1-1)
  225. [2021-02-02T20:33:35+0100] [ALPM] installed mime-types (9-4)
  226. [2021-02-02T20:33:35+0100] [ALPM] upgraded sqlite (3.34.0-1 -> 3.34.1-1)
  227. [2021-02-02T20:33:35+0100] [ALPM] upgraded nss (3.60.1-1 -> 3.61-1)
  228. [2021-02-02T20:33:35+0100] [ALPM] installed atk (2.36.0-2)
  229. [2021-02-02T20:33:36+0100] [ALPM] upgraded libdatrie (0.2.12-1 -> 0.2.13-1)
  230. [2021-02-02T20:33:36+0100] [ALPM] upgraded libthai (0.1.28-1 -> 0.1.28-2)
  231. [2021-02-02T20:33:36+0100] [ALPM] upgraded wayland (1.18.0-1 -> 1.19.0-1)
  232. [2021-02-02T20:33:36+0100] [ALPM] upgraded libdrm (2.4.103-1 -> 2.4.104-1)
  233. [2021-02-02T20:33:36+0100] [ALPM] upgraded perl (5.30.3-2 -> 5.32.1-1)
  234. [2021-02-02T20:33:37+0100] [ALPM] upgraded llvm (11.0.1-1 -> 11.0.1-2)
  235. [2021-02-02T20:33:37+0100] [ALPM] upgraded lm_sensors (3.6.0-2 -> 3.6.0-3)
  236. [2021-02-02T20:33:37+0100] [ALPM] upgraded mesa (20.3.2-2 -> 20.3.4-1)
  237. [2021-02-02T20:33:37+0100] [ALPM] upgraded pango (1.48.0-1 -> 1.48.1-1)
  238. [2021-02-02T20:33:37+0100] [ALPM] installed gtk-update-icon-cache (3.24.24-1)
  239. [2021-02-02T20:33:37+0100] [ALPM] upgraded texinfo (6.7-2 -> 6.7-3)
  240. [2021-02-02T20:33:37+0100] [ALPM] upgraded e2fsprogs (1.45.6-1 -> 1.45.7-1)
  241. [2021-02-02T20:33:38+0100] [ALPM] upgraded openssl (1.1.1.9-1 -> 1.1.1.9-2)
  242. [2021-02-02T20:33:38+0100] [ALPM] upgraded libldap (2.4.56-1 -> 2.4.57-2)
  243. [2021-02-02T20:33:38+0100] [ALPM] upgraded iana-etc (20210106-1 -> 20210115-1)
  244. [2021-02-02T20:33:38+0100] [ALPM] upgraded libproxy (0.4.17-1 -> 0.4.17-2)
  245. [2021-02-02T20:33:38+0100] [ALPM] upgraded libgcrypt (1.8.7-1 -> 1.9.1-1)
  246. [2021-02-02T20:33:38+0100] [ALPM] upgraded iptables (1.8.6-1 -> 1.8.7-1)
  247. [2021-02-02T20:33:38+0100] [ALPM] upgraded libevdev (1.10.0-1 -> 1.10.1-1)
  248. [2021-02-02T20:33:38+0100] [ALPM] upgraded libwacom (1.7-1 -> 1.8-1)
  249. [2021-02-02T20:33:38+0100] [ALPM] installed gtk2 (2.24.33-1)
  250. [2021-02-02T20:33:38+0100] [ALPM] installed at-spi2-core (2.38.0-1)
  251. [2021-02-02T20:33:38+0100] [ALPM] installed at-spi2-atk (2.38.0-1)
  252. [2021-02-02T20:33:38+0100] [ALPM] upgraded net-snmp (5.9-1 -> 5.9-2)
  253. [2021-02-02T20:33:38+0100] [ALPM] upgraded js (78.6.1-1 -> 78.7.0-1)
  254. [2021-02-02T20:33:38+0100] [ALPM] installed gtk3 (3.24.24-1)
  255. [2021-02-02T20:33:38+0100] [ALPM] upgraded libsndfile (1.0.30-1 -> 1.0.31-1)
  256. [2021-02-02T20:33:38+0100] [ALPM] upgraded gstreamer (1.18.2-1 -> 1.18.3-1)
  257. [2021-02-02T20:33:38+0100] [ALPM] upgraded gst-plugins-base (1.18.2-1 -> 1.18.3-1)
  258. [2021-02-02T20:33:38+0100] [ALPM] upgraded libical (1:3.0.8-4 -> 1:3.0.9-1)
  259. [2021-02-02T20:33:38+0100] [ALPM] upgraded pulseaudio (14.0-1 -> 14.2-1)
  260. [2021-02-02T20:33:38+0100] [ALPM] upgraded libsamplerate (0.1.9-2 -> 0.2.1-1)
  261. [2021-02-02T20:33:38+0100] [ALPM] upgraded glibmm (2.64.5-1 -> 2.66.0-1)
  262. [2021-02-02T20:33:38+0100] [ALPM] upgraded jack2 (1.9.16-1 -> 1.9.17-1)
  263. [2021-02-02T20:33:38+0100] [ALPM] upgraded wavpack (5.3.2-1 -> 5.4.0-1)
  264. [2021-02-02T20:33:38+0100] [ALPM] upgraded gst-plugins-good (1.18.2-1 -> 1.18.3-1)
  265. [2021-02-02T20:33:39+0100] [ALPM] upgraded librsvg (2.50.2-1 -> 2.50.3-1)
  266. [2021-02-02T20:33:39+0100] [ALPM] upgraded vulkan-headers (1.2.166-1 -> 1.2.168-1)
  267. [2021-02-02T20:33:39+0100] [ALPM] upgraded vulkan-validationlayers (1.2.165-1 -> 1.2.166-1)
  268. [2021-02-02T20:33:39+0100] [ALPM] upgraded avisynthplus (3.6.1-1 -> 3.7.0-1)
  269. [2021-02-02T20:33:39+0100] [ALPM] upgraded gst-plugins-bad (1.18.2-1 -> 1.18.3-1)
  270. [2021-02-02T20:33:39+0100] [ALPM] upgraded gst-libav (1.18.2-1 -> 1.18.3-1)
  271. [2021-02-02T20:33:39+0100] [ALPM] installed startup-notification (0.12-6)
  272. [2021-02-02T20:33:39+0100] [ALPM] upgraded iproute2 (5.10.0-2 -> 5.10.0-3)
  273. [2021-02-02T20:33:39+0100] [ALPM] upgraded libmbim (1.24.4-1 -> 1.24.6-1)
  274. [2021-02-02T20:33:39+0100] [ALPM] upgraded modemmanager (1.14.8-1 -> 1.14.10-1)
  275. [2021-02-02T20:33:39+0100] [ALPM] upgraded zeromq (4.3.3-1 -> 4.3.4-1)
  276. [2021-02-02T20:33:39+0100] [ALPM] installed firefox (85.0-1)
  277. [2021-02-02T20:33:39+0100] [ALPM] installed widevine (90.0.4400.8-1)
  278. [2021-02-02T20:33:40+0100] [ALPM] installed google-chrome (90.0.4400.8-1)
  279. [2021-02-02T20:33:40+0100] [ALPM-SCRIPTLET]  To have better integration with KaOS
  280. [2021-02-02T20:33:40+0100] [ALPM-SCRIPTLET]  Select Use GTK+ theme, this will follow your KDE settings
  281. [2021-02-02T20:33:40+0100] [ALPM] upgraded aspell (0.60.8-1 -> 0.60.8-2)
  282. [2021-02-02T20:33:40+0100] [ALPM] upgraded autoconf (2.70-1 -> 2.71-1)
  283. [2021-02-02T20:33:40+0100] [ALPM] upgraded automake (1.16.3-1 -> 1.16.3-2)
  284. [2021-02-02T20:33:40+0100] [ALPM] upgraded bison (3.7.4-1 -> 3.7.5-1)
  285. [2021-02-02T20:33:40+0100] [ALPM] upgraded btrfs-progs (5.9-1 -> 5.10-1)
  286. [2021-02-02T20:33:40+0100] [ALPM] upgraded imagemagick (6.9.11.57-1 -> 6.9.11.60-1)
  287. [2021-02-02T20:33:40+0100] [ALPM] upgraded kcompletion (5.78.0-1 -> 5.78.0-2)
  288. [2021-02-02T20:33:40+0100] [ALPM] upgraded hspell (1.4-2 -> 1.4-3)
  289. [2021-02-02T20:33:40+0100] [ALPM] upgraded pinentry (1.1.0-3 -> 1.1.1-1)
  290. [2021-02-02T20:33:40+0100] [ALPM] upgraded gnupg (2.2.26-1 -> 2.2.27-1)
  291. [2021-02-02T20:33:40+0100] [ALPM] upgraded gptfdisk (1.0.5-3 -> 1.0.6-1)
  292. [2021-02-02T20:33:40+0100] [ALPM] upgraded parted (3.3-2 -> 3.4-1)
  293. [2021-02-02T20:33:40+0100] [ALPM] upgraded libbytesize (2.4-1 -> 2.5-1)
  294. [2021-02-02T20:33:40+0100] [ALPM] upgraded croeso (1.7-1 -> 1.8-1)
  295. [2021-02-02T20:33:40+0100] [ALPM] upgraded dialog (1:1.3_20201126-1 -> 1:1.3_20210117-1)
  296. [2021-02-02T20:33:40+0100] [ALPM] upgraded dnsutils (9.16.10-1 -> 9.16.11-1)
  297. [2021-02-02T20:33:40+0100] [ALPM] upgraded ed (1.16-1 -> 1.17-1)
  298. [2021-02-02T20:33:40+0100] [ALPM] upgraded emovix (0.9.0-12 -> 0.9.0-13)
  299. [2021-02-02T20:33:41+0100] [ALPM] upgraded foomatic-db (1:4.0_20200823-1 -> 1:4.0_20210124-1)
  300. [2021-02-02T20:33:41+0100] [ALPM] upgraded foomatic-db-engine (1:4.0_20200823-1 -> 1:4.0_20210124-1)
  301. [2021-02-02T20:33:41+0100] [ALPM] upgraded perl-error (0.17029-1 -> 0.17029-2)
  302. [2021-02-02T20:33:42+0100] [ALPM] upgraded git (2.30.0-1 -> 2.30.0-2)
  303. [2021-02-02T20:33:42+0100] [ALPM] upgraded groff (1.22.4-9 -> 1.22.4-10)
  304. [2021-02-02T20:33:42+0100] [ALPM] upgraded hwinfo (21.71-1 -> 21.71-2)
  305. [2021-02-02T20:33:42+0100] [ALPM] upgraded hyphen (2.8.8-5 -> 2.8.8-6)
  306. [2021-02-02T20:33:42+0100] [ALPM] upgraded inxi (3.2.02-1 -> 3.3.00-1)
  307. [2021-02-02T20:33:42+0100] [ALPM] upgraded kcolorpicker (0.1.4-1 -> 0.1.5-1)
  308. [2021-02-02T20:33:42+0100] [ALPM] upgraded kimageannotator (0.4.0-1 -> 0.4.0-2)
  309. [2021-02-02T20:33:42+0100] [ALPM] upgraded libmythes (1.2.4-6 -> 1.2.4-7)
  310. [2021-02-02T20:33:42+0100] [ALPM] upgraded libnumbertext (1.0.6-1 -> 1.0.7-1)
  311. [2021-02-02T20:33:42+0100] [ALPM] upgraded libwpg (0.3.3-1 -> 0.3.3-2)
  312. [2021-02-02T20:33:42+0100] [ALPM] upgraded libodfgen (0.1.7-1 -> 0.1.8-1)
  313. [2021-02-02T20:33:42+0100] [ALPM] upgraded libpurple (2.14.1-1 -> 2.14.1-2)
  314. [2021-02-02T20:33:42+0100] [ALPM] upgraded translate-toolkit (3.3.0-1 -> 3.3.1-1)
  315. [2021-02-02T20:33:42+0100] [ALPM] upgraded postgresql-libs (1:12.5-1 -> 1:12.5-2)
  316. [2021-02-02T20:33:44+0100] [ALPM] upgraded libreoffice (7.0.4.2-2 -> 7.1.0.3-1)
  317. [2021-02-02T20:33:45+0100] [ALPM] upgraded midna-themes (5.0.4-2 -> 5.1.0-1)
  318. [2021-02-02T20:33:45+0100] [ALPM] upgraded nano (5.4-1 -> 5.5-1)
  319. [2021-02-02T20:33:45+0100] [ALPM] upgraded nbd (3.20-1 -> 3.21-1)
  320. [2021-02-02T20:33:45+0100] [ALPM] upgraded pacman-contrib (1.4.0-1 -> 1.4.0-2)
  321. [2021-02-02T20:33:45+0100] [ALPM] upgraded sudo (1.9.5-1 -> 1.9.5.p2-1)
  322. [2021-02-02T20:33:45+0100] [ALPM] upgraded octopi (0.10.82-1 -> 0.11.0-1)
  323. [2021-02-02T20:33:45+0100] [ALPM] upgraded os-prober (1.77-1 -> 1.78-1)
  324. [2021-02-02T20:33:45+0100] [ALPM] upgraded perl-parse-yapp (1.21-1 -> 1.21-2)
  325. [2021-02-02T20:33:45+0100] [ALPM] upgraded pipewire (0.3.19-1 -> 0.3.20-1)
  326. [2021-02-02T20:33:45+0100] [ALPM] upgraded plasma-firewall (5.20.90-1 -> 5.20.90-2)
  327. [2021-02-02T20:33:45+0100] [ALPM] upgraded python3-setuptools (51.1.2-1 -> 52.0.0-1)
  328. [2021-02-02T20:33:46+0100] [ALPM] upgraded python3-urllib3 (1.26.2-1 -> 1.26.3-1)
  329. [2021-02-02T20:33:46+0100] [ALPM] upgraded rsync (3.2.3-1 -> 3.2.3-2)
  330. [2021-02-02T20:33:46+0100] [ALPM] upgraded s-nail (14.9.20-1 -> 14.9.21-1)
  331. [2021-02-02T20:33:46+0100] [ALPM] upgraded talloc (2.3.1-2 -> 2.3.2-1)
  332. [2021-02-02T20:33:46+0100] [ALPM] upgraded samba (4.13.3-1 -> 4.13.4-1)
  333. [2021-02-02T20:33:46+0100] [ALPM] upgraded syntax-highlighting (5.78.0-1 -> 5.78.0-2)
  334. [2021-02-02T20:33:46+0100] [ALPM] upgraded syslinux (6.04beta-2 -> 6.04beta3-1)
  335. [2021-02-02T20:33:46+0100] [ALPM] upgraded system-config-printer (1.5.14-1 -> 1.5.15-1)
  336. [2021-02-02T20:33:46+0100] [ALPM] upgraded telepathy-glib (0.24.1-4 -> 0.24.2-1)
  337. [2021-02-02T20:33:46+0100] [ALPM] upgraded vim (8.2.2320-1 -> 8.2.2406-1)
  338. [2021-02-02T20:33:46+0100] [ALPM] upgraded xapian-core (1.4.17-1 -> 1.4.18-1)
  339. [2021-02-02T20:33:46+0100] [ALPM] upgraded xorg-util-macros (1.19.2-1 -> 1.19.3-1)
  340. [2021-02-02T20:33:46+0100] [ALPM] upgraded xsettingsd (1.0.0-1 -> 1.0.2-1)
  341. [2021-02-02T20:33:46+0100] [ALPM] upgraded youtube-dl (2021.01.08-1 -> 2021.01.24.1-1)
  342. [2021-02-02T20:33:46+0100] [ALPM] transaction completed
  343. [2021-02-02T20:33:47+0100] [ALPM] running '99-linux.hook'...
  344. [2021-02-02T20:33:47+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  345. [2021-02-02T20:33:47+0100] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
  346. [2021-02-02T20:33:47+0100] [ALPM-SCRIPTLET] ==> Starting build: 5.10.6-1
  347. [2021-02-02T20:33:47+0100] [ALPM-SCRIPTLET] -> Running build hook: [base]
  348. [2021-02-02T20:33:47+0100] [ALPM-SCRIPTLET] -> Running build hook: [udev]
  349. [2021-02-02T20:33:47+0100] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
  350. [2021-02-02T20:33:47+0100] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
  351. [2021-02-02T20:33:47+0100] [ALPM-SCRIPTLET] -> Running build hook: [block]
  352. [2021-02-02T20:33:47+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
  353. [2021-02-02T20:33:47+0100] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
  354. [2021-02-02T20:33:47+0100] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
  355. [2021-02-02T20:33:47+0100] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
  356. [2021-02-02T20:33:47+0100] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
  357. [2021-02-02T20:33:48+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
  358. [2021-02-02T20:33:48+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
  359. [2021-02-02T20:33:49+0100] [ALPM-SCRIPTLET] ==> Image generation successful
  360. [2021-02-02T20:33:49+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  361. [2021-02-02T20:33:49+0100] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
  362. [2021-02-02T20:33:49+0100] [ALPM-SCRIPTLET] ==> Starting build: 5.10.6-1
  363. [2021-02-02T20:33:49+0100] [ALPM-SCRIPTLET] -> Running build hook: [base]
  364. [2021-02-02T20:33:49+0100] [ALPM-SCRIPTLET] -> Running build hook: [udev]
  365. [2021-02-02T20:33:49+0100] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
  366. [2021-02-02T20:33:49+0100] [ALPM-SCRIPTLET] -> Running build hook: [block]
  367. [2021-02-02T20:33:50+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
  368. [2021-02-02T20:33:50+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
  369. [2021-02-02T20:33:51+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
  370. [2021-02-02T20:33:51+0100] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
  371. [2021-02-02T20:33:53+0100] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
  372. [2021-02-02T20:33:53+0100] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
  373. [2021-02-02T20:33:53+0100] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
  374. [2021-02-02T20:33:54+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
  375. [2021-02-02T20:33:54+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
  376. [2021-02-02T20:33:58+0100] [ALPM-SCRIPTLET] ==> Image generation successful
  377. [2021-02-02T20:33:58+0100] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
  378. [2021-02-02T20:33:58+0100] [ALPM] running 'glib-compile-schemes.hook'...
  379. [2021-02-02T20:33:58+0100] [ALPM-SCRIPTLET] Warning: Schema “org.freedesktop.Telepathy.Logger” has path “/apps/telepathy-logger/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  380. [2021-02-02T20:33:58+0100] [ALPM-SCRIPTLET] Warning: Schema “org.gnome.system.locale” has path “/system/locale/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  381. [2021-02-02T20:33:58+0100] [ALPM-SCRIPTLET] Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  382. [2021-02-02T20:33:58+0100] [ALPM-SCRIPTLET] Warning: Schema “org.gnome.system.proxy.http” has path “/system/proxy/http/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  383. [2021-02-02T20:33:58+0100] [ALPM-SCRIPTLET] Warning: Schema “org.gnome.system.proxy.https” has path “/system/proxy/https/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  384. [2021-02-02T20:33:58+0100] [ALPM-SCRIPTLET] Warning: Schema “org.gnome.system.proxy.ftp” has path “/system/proxy/ftp/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  385. [2021-02-02T20:33:58+0100] [ALPM-SCRIPTLET] Warning: Schema “org.gnome.system.proxy.socks” has path “/system/proxy/socks/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  386. [2021-02-02T20:33:58+0100] [ALPM] running 'gtk-query-immodules-2.0.hook'...
  387. [2021-02-02T20:33:58+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
  388. [2021-02-02T20:33:58+0100] [ALPM] running 'systemd-tmpfiles.hook'...
  389. [2021-02-02T20:33:58+0100] [ALPM] running 'texinfo-install.hook'...
  390. [2021-02-02T20:33:59+0100] [ALPM] running 'update-desktop-database.hook'...
  391. [2021-02-02T20:33:59+0100] [ALPM] running 'update-mime-database.hook'...
  392. [2021-02-02T20:40:25+0100] [PACMAN] Running 'pacman -Syu firefox google-chrome gimp digikam'
  393. [2021-02-02T20:40:25+0100] [PACMAN] synchronizing package lists
  394. [2021-02-02T20:40:26+0100] [PACMAN] starting full system upgrade
  395. [2021-02-02T20:40:52+0100] [ALPM] transaction started
  396. [2021-02-02T20:40:53+0100] [ALPM] reinstalled firefox (85.0-1)
  397. [2021-02-02T20:40:53+0100] [ALPM] reinstalled google-chrome (90.0.4400.8-1)
  398. [2021-02-02T20:40:53+0100] [ALPM-SCRIPTLET]  To have better integration with KaOS
  399. [2021-02-02T20:40:53+0100] [ALPM-SCRIPTLET]  Select Use GTK+ theme, this will follow your KDE settings
  400. [2021-02-02T20:40:53+0100] [ALPM] installed babl (0.1.84-1)
  401. [2021-02-02T20:40:53+0100] [ALPM] installed json-glib (1.6.0-1)
  402. [2021-02-02T20:40:53+0100] [ALPM] installed gexiv2 (0.12.1-2)
  403. [2021-02-02T20:40:53+0100] [ALPM] installed lensfun (0.3.95-2)
  404. [2021-02-02T20:40:53+0100] [ALPM] installed gegl (0.4.28-2)
  405. [2021-02-02T20:40:53+0100] [ALPM] installed libmypaint (1.6.1-1)
  406. [2021-02-02T20:40:53+0100] [ALPM] installed mypaint-brushes (1.3.1-2)
  407. [2021-02-02T20:40:53+0100] [ALPM] installed graphviz (2.46.0-2)
  408. [2021-02-02T20:40:54+0100] [ALPM] installed gimp (2.10.22-2)
  409. [2021-02-02T20:40:54+0100] [ALPM] installed libksane (20.12.1-1)
  410. [2021-02-02T20:40:54+0100] [ALPM] installed shapelib (1.5.0-2)
  411. [2021-02-02T20:40:54+0100] [ALPM] installed marble (20.12.1-2)
  412. [2021-02-02T20:40:54+0100] [ALPM] installed libdc1394 (2.2.6-2)
  413. [2021-02-02T20:40:54+0100] [ALPM] installed opencv (4.5.1-1)
  414. [2021-02-02T20:40:54+0100] [ALPM] installed lapack (3.9.0-1)
  415. [2021-02-02T20:40:54+0100] [ALPM] installed eigen3 (3.3.9-1)
  416. [2021-02-02T20:40:55+0100] [ALPM] installed digikam (7.1.0-3)
  417. [2021-02-02T20:40:55+0100] [ALPM] transaction completed
  418. [2021-02-02T20:40:55+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
  419. [2021-02-02T20:40:55+0100] [ALPM] running 'update-desktop-database.hook'...
  420. [2021-02-02T20:40:55+0100] [ALPM] running 'update-mime-database.hook'...
  421. [2021-02-02T20:45:35+0100] [PACMAN] Running 'pacman -Syyu'
  422. [2021-02-02T20:45:35+0100] [PACMAN] synchronizing package lists
  423. [2021-02-02T20:45:41+0100] [PACMAN] starting full system upgrade
  424. [2021-02-03T09:33:17+0100] [PACMAN] Running '/usr/bin/pacman -U --asdeps /tmp/curl-kcp/curl-kcp-7.74.0-1-x86_64.pkg.tar.zst'
  425. [2021-02-03T09:33:20+0100] [ALPM] transaction started
  426. [2021-02-03T09:33:20+0100] [ALPM] installed curl-kcp (7.74.0-1)
  427. [2021-02-03T09:33:20+0100] [ALPM] transaction completed
  428. [2021-02-03T09:33:50+0100] [PACMAN] Running '/usr/bin/pacman -U /tmp/spotify/spotify-1.1.42.622-2-x86_64.pkg.tar.zst'
  429. [2021-02-03T09:33:52+0100] [ALPM] transaction started
  430. [2021-02-03T09:33:52+0100] [ALPM] installed spotify (1.1.42.622-2)
  431. [2021-02-03T09:33:52+0100] [ALPM] transaction completed
  432. [2021-02-03T09:33:52+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
  433. [2021-02-03T09:33:52+0100] [ALPM] running 'update-desktop-database.hook'...
  434.  
  435.  
  436. ----------------------------------------------------------------------------------------------------------
  437. cat /var/log/installation.log
  438. ----------------------------------------------------------------------------------------------------------
  439.  
  440. 19:16:30 [6]: Calamares::Settings::Settings(const QString&, bool)
  441. Using Calamares settings file at "/usr/share/calamares/settings.conf"
  442. WARNING: .. Required settings.conf key oem-setup is missing.
  443. 19:16:30 [6]: void Logger::setupLogfile()
  444. Using log file: "/root/.cache/calamares/session.log"
  445. 19:16:30 [6]: void CalamaresApplication::init()
  446. Calamares version: 3.2.36
  447. .. languages: "ast, ca, cs, de, en, en, es, es_AR, fr, hi_IN, hr, hu, id_ID, it, nl_NL, pl, pt_BR, pt_PT, ro_RO, ru, sl, sr_RS, sv, tr_TR"
  448. 19:16:30 [6]: bool CalamaresUtils::initQmlModulesDir()
  449. Using Calamares QML directory "/usr/share/calamares/qml"
  450. 19:16:30 [6]: Calamares::Branding::Branding(const QString&, QObject*)
  451. Using Calamares branding file at "/usr/share/calamares/branding/kaos_branding/branding.desc"
  452. 19:16:30 [6]: Calamares::Branding::Branding(const QString&, QObject*)
  453. Loaded branding component "kaos_branding"
  454. .. No translation for "tz_" "en_US" using default (en)
  455. .. Loaded QRC translation "calamares_" "en_US"
  456. .. STARTUP: initSettings, initQmlPath, initBranding done
  457. .. STARTUP: initModuleManager: module init started
  458. 19:16:30 [2]: static Calamares::ModuleSystem::Descriptor Calamares::ModuleSystem::Descriptor::fromDescriptorData(const QVariantMap&)
  459. WARNING: Module descriptor contains extra keys:
  460. "requires"
  461. 19:16:30 [6]: void Calamares::ModuleManager::doInit()
  462. Found 37 modules
  463. 19:16:30 [6]: void CalamaresApplication::initView()
  464. STARTUP: initModuleManager: all modules init done
  465. 19:16:30 [6]: void CalamaresApplication::initView()
  466. STARTUP: initJobQueue done
  467. 19:16:30 [6]: CalamaresWindow::CalamaresWindow(QWidget*)
  468. Available desktop QSize(1890, 1080) minimum size QSize(1024, 520)
  469. .. Proposed window size: 1024 630
  470. 19:16:31 [6]: QString CalamaresUtils::searchQmlFile(CalamaresUtils::QmlSearch, const QString&)
  471. Looking for QML for "calamares-navigation"
  472. .. Looking at QML file "/usr/share/calamares/branding/kaos_branding/calamares-navigation.qml"
  473. .. Looking at QML file ":/calamares-navigation.qml"
  474. 19:16:31 [0]: Cyclic dependency detected between "file:///usr/lib/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" and "file:///usr/lib/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml"
  475. 19:16:31 [6]: void CalamaresApplication::initView()
  476. STARTUP: CalamaresWindow created; loadModules started
  477. 19:16:31 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  478. Loaded module configuration "/usr/share/calamares/modules/welcomeq.conf"
  479. 19:16:31 [6]: void Config::initLanguages()
  480. Matching locale QLocale(English, Latin, United States)
  481. .. Matched with index 4 "en_US"
  482. .. Branding using locale: "en_US"
  483. .. No translation for "tz_" "en_US" using default (en)
  484. .. Loaded QRC translation "calamares_" "en_US"
  485. 19:16:31 [6]: void Config::setLocaleIndex(int)
  486. Index 4 Selected locale QLocale(English, Latin, United States)
  487. .. Branding using locale: "en_US"
  488. .. No translation for "tz_" "en_US" using default (en)
  489. .. Loaded QRC translation "calamares_" "en_US"
  490. 19:16:31 [6]: QString CalamaresUtils::searchQmlFile(CalamaresUtils::QmlSearch, const QString&, const Calamares::ModuleSystem::InstanceKey&)
  491. Looking for QML for "welcomeq@welcomeq"
  492. .. Looking at QML file "/usr/share/calamares/branding/kaos_branding/welcomeq@welcomeq.qml"
  493. .. Looking at QML file "/usr/share/calamares/branding/kaos_branding/welcomeq.qml"
  494. .. Looking at QML file ":/welcomeq@welcomeq.qml"
  495. .. Looking at QML file ":/welcomeq.qml"
  496. 19:16:31 [6]: virtual void Calamares::QmlViewStep::setConfigurationMap(const QVariantMap&)
  497. QmlViewStep "welcomeq@welcomeq" loading "qrc:/welcomeq.qml"
  498. 19:16:31 [6]: virtual void Calamares::ViewModule::loadSelf()
  499. ViewModule "welcomeq@welcomeq" loading complete.
  500. 19:16:31 [6]: QPair<CalamaresUtils::Network::RequestStatus, QNetworkReply*> CalamaresUtils::Network::synchronousRun(QNetworkAccessManager*, const QUrl&, const CalamaresUtils::Network::RequestOptions&)
  501. HTTP error QNetworkReply::HostNotFoundError on request for QUrl("https://ipapi.co/xml")
  502. 19:16:31 [2]: QStringList CalamaresUtils::GeoIP::getElementTexts(const QByteArray&, const QString&)
  503. WARNING: GeoIP XML data error: "unexpected end of file" (line 1 1 )
  504. 19:16:31 [2]: QStringList CalamaresUtils::GeoIP::getElementTexts(const QByteArray&, const QString&)
  505. WARNING: GeopIP XML had no non-empty elements "country"
  506. 19:16:31 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  507. Loaded module configuration "/usr/share/calamares/modules/locale.conf"
  508. 19:16:31 [6]: virtual void Calamares::ViewModule::loadSelf()
  509. ViewModule "locale@locale" loading complete.
  510. 19:16:31 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  511. Loaded module configuration "/usr/share/calamares/modules/keyboardq.conf"
  512. 19:16:31 [6]: KeyboardModelsModel::KeyboardModelsModel(QObject*)
  513. Loaded 190 keyboard models
  514. 19:16:31 [6]: void Config::detectCurrentKeyboardLayout()
  515. ("pc", "us", "us:2", "inet(evdev)\"")
  516. 19:16:31 [6]: virtual void Calamares::QmlViewStep::setConfigurationMap(const QVariantMap&)
  517. Bad QML search mode.
  518. 19:16:31 [6]: QString CalamaresUtils::searchQmlFile(CalamaresUtils::QmlSearch, const QString&, const Calamares::ModuleSystem::InstanceKey&)
  519. Looking for QML for "keyboardq@keyboardq"
  520. .. Looking at QML file "/usr/share/calamares/branding/kaos_branding/keyboardq@keyboardq.qml"
  521. .. Looking at QML file "/usr/share/calamares/branding/kaos_branding/keyboardq.qml"
  522. .. Looking at QML file ":/keyboardq@keyboardq.qml"
  523. .. Looking at QML file ":/keyboardq.qml"
  524. 19:16:31 [6]: virtual void Calamares::QmlViewStep::setConfigurationMap(const QVariantMap&)
  525. QmlViewStep "keyboardq@keyboardq" loading "qrc:/keyboardq.qml"
  526. 19:16:31 [6]: virtual void Calamares::ViewModule::loadSelf()
  527. ViewModule "keyboardq@keyboardq" loading complete.
  528. 19:16:31 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  529. Loaded module configuration "/usr/share/calamares/modules/packagechooser.conf"
  530. 19:16:31 [6]: void PackageChooserViewStep::fillModel(const QVariantList&)
  531. Loading PackageChooser model items from config
  532. 19:16:31 [6]: virtual void Calamares::ViewModule::loadSelf()
  533. ViewModule "packagechooser@packagechooser" loading complete.
  534. 19:16:31 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  535. Loaded module configuration "/usr/share/calamares/modules/partition.conf"
  536. 19:16:31 [6]: CalamaresUtils::Partition::InternalManager::InternalManager()
  537. KPMCore backend starting ..
  538. 19:16:31 [8]: Loaded backend plugin: "pmsfdiskbackendplugin"
  539. .. Backend @0x1709b10 "pmsfdiskbackendplugin" "1"
  540. 19:16:31 [6]: CalamaresUtils::Partition::KPMManager::KPMManager()
  541. KPMManager 1 created.
  542. 19:16:31 [6]: virtual void PartitionViewStep::setConfigurationMap(const QVariantMap&)
  543. Setting firmwareType to "efi"
  544. 19:16:31 [6]: QString PartUtils::findFS(QString, FileSystem::Type*)
  545. Found filesystem "xfs"
  546. 19:16:31 [6]: virtual void PartitionViewStep::setConfigurationMap(const QVariantMap&)
  547. Partition-module setting *defaultFileSystemType* "xfs"
  548. 19:16:31 [2]: virtual void PartitionViewStep::setConfigurationMap(const QVariantMap&)
  549. WARNING: Partition-module setting *defaultPartitionTableType* is unset, will use gpt for efi or msdos for bios
  550. 19:16:31 [6]: virtual void Calamares::ViewModule::loadSelf()
  551. ViewModule "partition@partition" loading complete.
  552. 19:16:31 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  553. Loaded module configuration "/usr/share/calamares/modules/users.conf"
  554. 19:16:31 [2]: bool addPasswordCheck(const QString&, const QVariant&, PasswordCheckList&)
  555. WARNING: Unknown password-check key "libpwquality"
  556. 19:16:31 [6]: virtual void Calamares::ViewModule::loadSelf()
  557. ViewModule "users@users" loading complete.
  558. 19:16:31 [6]: virtual void Calamares::ViewModule::loadSelf()
  559. ViewModule "summary@summary" loading complete.
  560. 19:16:31 [6]: void Calamares::ModuleManager::loadModules()
  561. Module "partition@partition" already loaded.
  562. 19:16:31 [6]: Calamares::SlideshowQML::SlideshowQML(QWidget*)
  563. QML import paths:
  564. "/usr/share/calamares/qml"
  565. "/usr/bin"
  566. "qrc:/qt-project.org/imports"
  567. "/usr/lib/qt5/qml"
  568. 19:16:31 [6]: Calamares::SlideshowQML::SlideshowQML(QWidget*)
  569. QML load on startup, API 2.
  570. 19:16:31 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  571. Loaded module configuration "/usr/share/calamares/modules/mount.conf"
  572. 19:16:31 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  573. Loaded module configuration "/usr/share/calamares/modules/unpackfs.conf"
  574. 19:16:31 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  575. Loaded module configuration "/usr/share/calamares/modules/machineid.conf"
  576. 19:16:31 [6]: virtual void Calamares::CppJobModule::loadSelf()
  577. CppJobModule "machineid@machineid" loading complete.
  578. 19:16:31 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  579. Loaded module configuration "/usr/share/calamares/modules/fstab.conf"
  580. 19:16:31 [6]: void Calamares::ModuleManager::loadModules()
  581. Module "locale@locale" already loaded.
  582. 19:16:31 [6]: void Calamares::ModuleManager::loadModules()
  583. Module "keyboardq@keyboardq" already loaded.
  584. 19:16:31 [6]: virtual void Calamares::CppJobModule::loadSelf()
  585. CppJobModule "luksbootkeyfile@luksbootkeyfile" loading complete.
  586. 19:16:31 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  587. Loaded module configuration "/usr/share/calamares/modules/luksopenswaphookcfg.conf"
  588. 19:16:31 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  589. No config file for "initcpiocfg" found anywhere at
  590. "/home/live/src/modules/initcpiocfg/initcpiocfg.conf"
  591. "/etc/calamares/modules/initcpiocfg.conf"
  592. "/usr/share/calamares/modules/initcpiocfg.conf"
  593. 19:16:31 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  594. Loaded module configuration "/usr/share/calamares/modules/initcpio.conf"
  595. 19:16:32 [6]: virtual void Calamares::CppJobModule::loadSelf()
  596. CppJobModule "initcpio@initcpio" loading complete.
  597. 19:16:32 [6]: void Calamares::ModuleManager::loadModules()
  598. Module "users@users" already loaded.
  599. 19:16:32 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  600. Loaded module configuration "/usr/share/calamares/modules/services.conf"
  601. 19:16:32 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  602. Loaded module configuration "/usr/share/calamares/modules/grubconf.conf"
  603. 19:16:32 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  604. Loaded module configuration "/usr/share/calamares/modules/kdm_sddm.conf"
  605. 19:16:32 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  606. No config file for "userkf5" found anywhere at
  607. "/home/live/src/modules/userkf5/userkf5.conf"
  608. "/etc/calamares/modules/userkf5.conf"
  609. "/usr/share/calamares/modules/userkf5.conf"
  610. 19:16:32 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  611. No config file for "driver_cleanup" found anywhere at
  612. "/home/live/src/modules/driver_cleanup/driver_cleanup.conf"
  613. "/etc/calamares/modules/driver_cleanup.conf"
  614. "/usr/share/calamares/modules/driver_cleanup.conf"
  615. 19:16:32 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  616. No config file for "nonfree_drivers" found anywhere at
  617. "/home/live/src/modules/nonfree_drivers/nonfree_drivers.conf"
  618. "/etc/calamares/modules/nonfree_drivers.conf"
  619. "/usr/share/calamares/modules/nonfree_drivers.conf"
  620. 19:16:32 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  621. No config file for "package_removal" found anywhere at
  622. "/home/live/src/modules/package_removal/package_removal.conf"
  623. "/etc/calamares/modules/package_removal.conf"
  624. "/usr/share/calamares/modules/package_removal.conf"
  625. 19:16:32 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  626. Loaded module configuration "/usr/share/calamares/modules/bootldr.conf"
  627. 19:16:32 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  628. No config file for "gummi_entries" found anywhere at
  629. "/home/live/src/modules/gummi_entries/gummi_entries.conf"
  630. "/etc/calamares/modules/gummi_entries.conf"
  631. "/usr/share/calamares/modules/gummi_entries.conf"
  632. 19:16:32 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  633. Loaded module configuration "/usr/share/calamares/modules/umount.conf"
  634. 19:16:32 [6]: void Calamares::Module::loadConfigurationFile(const QString&)
  635. Loaded module configuration "/usr/share/calamares/modules/finished.conf"
  636. 19:16:32 [6]: virtual void Calamares::ViewModule::loadSelf()
  637. ViewModule "finished@finished" loading complete.
  638. 19:16:32 [6]: setGeoIP(Config*, const QVariantMap&)::<lambda()>
  639. GeoIP result for welcome= ""
  640. 19:16:32 [6]: void setCountry(Config*, const QString&, CalamaresUtils::GeoIP::Handler*)
  641. Unusable country code ""
  642. .. Obtained from "https://ipapi.co/xml" ( 2 "country" )
  643. 19:16:32 [6]: void CalamaresApplication::initViewSteps()
  644. STARTUP: loadModules for all modules done
  645. 19:16:32 [6]: void Calamares::ModuleManager::checkRequirements()
  646. Checking module requirements ..
  647. 19:16:32 [6]: void CalamaresApplication::initViewSteps()
  648. STARTUP: Window now visible and ProgressTreeView populated
  649. .. 9 view steps loaded.
  650. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  651. Got 0 requirement results from "fstab"
  652. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  653. Got 0 requirement results from "initcpiocfg"
  654. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  655. Got 0 requirement results from "kdm_sddm"
  656. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  657. Got 0 requirement results from "keyboardq"
  658. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  659. Got 0 requirement results from "locale"
  660. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  661. Got 0 requirement results from "initcpio"
  662. 19:16:32 [6]: QPair<CalamaresUtils::Network::RequestStatus, QNetworkReply*> CalamaresUtils::Network::synchronousRun(QNetworkAccessManager*, const QUrl&, const CalamaresUtils::Network::RequestOptions&)
  663. HTTP error QNetworkReply::HostNotFoundError on request for QUrl("https://geoip.kde.org/v1/calamares")
  664. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  665. Got 0 requirement results from "bootldr"
  666. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  667. Got 0 requirement results from "grubconf"
  668. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  669. Got 0 requirement results from "localecfg"
  670. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  671. Got 0 requirement results from "luksbootkeyfile"
  672. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  673. Got 0 requirement results from "networkcfg"
  674. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  675. Got 0 requirement results from "luksopenswaphookcfg"
  676. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  677. Got 0 requirement results from "machineid"
  678. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  679. Got 0 requirement results from "mount"
  680. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  681. Got 0 requirement results from "nonfree_drivers"
  682. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  683. Got 0 requirement results from "package_removal"
  684. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  685. Got 0 requirement results from "packagechooser"
  686. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  687. Got 0 requirement results from "gummi_entries"
  688. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  689. Got 0 requirement results from "driver_cleanup"
  690. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  691. Got 0 requirement results from "userkf5"
  692. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  693. Got 0 requirement results from "users"
  694. 19:16:32 [6]: Calamares::RequirementsList GeneralRequirements::checkRequirements()
  695. Need at least storage bytes: 11274289152
  696. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  697. Got 0 requirement results from "finished"
  698. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  699. Got 0 requirement results from "services"
  700. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  701. Got 0 requirement results from "summary"
  702. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  703. Got 0 requirement results from "unpackfs"
  704. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  705. Got 0 requirement results from "umount"
  706. 19:16:32 [6]: void Calamares::SlideshowQML::loadQmlV2Complete()
  707. QML component complete, API 2
  708. 19:16:32 [0]: Cyclic dependency detected between "file:///usr/lib/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" and "file:///usr/lib/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml"
  709. 19:16:32 [6]: Calamares::RequirementsList GeneralRequirements::checkRequirements()
  710. Need at least ram bytes: 1073741824
  711. 19:16:32 [6]: QPair<CalamaresUtils::Network::RequestStatus, QNetworkReply*> CalamaresUtils::Network::synchronousRun(QNetworkAccessManager*, const QUrl&, const CalamaresUtils::Network::RequestOptions&)
  712. HTTP error QNetworkReply::HostNotFoundError on request for QUrl("http://google.com")
  713. 19:16:32 [6]: Calamares::RequirementsList GeneralRequirements::checkRequirements()
  714. GeneralRequirements output:
  715. enoughStorage : true
  716. enoughRam : true
  717. hasPower : true
  718. hasInternet : false
  719. isRoot : true
  720. 19:16:32 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  721. Got 6 requirement results from "welcomeq"
  722. .. Loading "/usr/share/calamares/branding/kaos_branding/show.qml"
  723. 19:16:32 [8]: getting temp failed for "/dev/nvme0n1" : Success
  724. 19:16:32 [8]: getting powered on time failed for "/dev/nvme0n1" : Success
  725. 19:16:32 [8]: getting power cycles failed for "/dev/nvme0n1" : Success
  726. 19:16:33 [0]: Cyclic dependency detected between "file:///usr/lib/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" and "file:///usr/lib/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml"
  727. 19:16:33 [6]: Config::Config(QObject*)::<lambda(int)>::<lambda()>
  728. xkbmap selection changed to: "us" - ""
  729. 19:16:33 [6]: void Calamares::QmlViewStep::loadComplete()
  730. QML component "qrc:/keyboardq.qml" QQmlComponent::Ready
  731. 19:16:33 [6]: void Calamares::QmlViewStep::loadComplete()
  732. QML component complete "qrc:/keyboardq.qml"
  733. 19:16:33 [0]: qrc:/keyboardq.qml:97: TypeError: Cannot read property 'width' of null
  734. 19:16:33 [0]: qrc:/keyboardq.qml:97: TypeError: Cannot read property 'width' of null
  735. 19:16:33 [0]: qrc:/keyboardq.qml:97: TypeError: Cannot read property 'width' of null
  736. 19:16:33 [0]: qrc:/keyboardq.qml:97: TypeError: Cannot read property 'width' of null
  737. 19:16:33 [0]: qrc:/keyboardq.qml:97: TypeError: Cannot read property 'width' of null
  738. 19:16:33 [0]: qrc:/keyboardq.qml:97: TypeError: Cannot read property 'width' of null
  739. 19:16:33 [0]: qrc:/keyboardq.qml:97: TypeError: Cannot read property 'width' of null
  740. 19:16:33 [0]: qrc:/keyboardq.qml:97: TypeError: Cannot read property 'width' of null
  741. 19:16:33 [0]: qrc:/keyboardq.qml:97: TypeError: Cannot read property 'width' of null
  742. 19:16:33 [6]: void Calamares::QmlViewStep::loadComplete()
  743. QML component "qrc:/welcomeq.qml" QQmlComponent::Ready
  744. 19:16:33 [6]: void Calamares::QmlViewStep::loadComplete()
  745. QML component complete "qrc:/welcomeq.qml"
  746. 19:16:33 [0]: QQmlEngine::setContextForObject(): Object already has a QQmlContext
  747. 19:16:33 [0]: QQmlEngine::setContextForObject(): Object already has a QQmlContext
  748. 19:16:33 [6]: void CalamaresUtils::callQmlFunction(QQuickItem*, const char*)
  749. QML "onActivate()" is missing.
  750. 19:16:33 [8]: smartctl initialization failed for "/dev/sda" : No such file or directory
  751. 19:16:33 [8]: error during smart output parsing for "/dev/sda" : Success
  752. 19:16:33 [6]: QList<Device*> PartUtils::getDevices(PartUtils::DeviceType)
  753. Removing unsuitable devices: 2 candidates.
  754. .. Removing device with iso9660 filesystem (probably a CD) on it "/dev/sda"
  755. 19:16:33 [6]: void PartitionCoreModule::doInit()
  756. LIST OF DETECTED DEVICES:
  757. 19:16:33 [6]: void PartitionCoreModule::doInit()
  758. node capacity name prettyName
  759. 19:16:33 [6]: void PartitionCoreModule::doInit()
  760. "/dev/nvme0n1" 250056737280 "Samsung SSD 970 EVO Plus 250GB" "Samsung SSD 970 EVO Plus 250GB – 232.88 GiB (/dev/nvme0n1)"
  761. .. 1 devices detected.
  762. 19:16:33 [6]: void Calamares::RequirementsChecker::reportProgress()
  763. Remaining modules: 1
  764. "partition"
  765. 19:16:34 [6]: void Calamares::RequirementsChecker::reportProgress()
  766. Remaining modules: 1
  767. "partition"
  768. 19:16:35 [6]: void Calamares::RequirementsChecker::reportProgress()
  769. Remaining modules: 1
  770. "partition"
  771. 19:16:36 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  772. Running "env" ("blkid", "-s", "TYPE", "-o", "value", "/dev/nvme0n1p3")
  773. .. Finished. Exit code: 0
  774. .. Target cmd: ("blkid", "-s", "TYPE", "-o", "value", "/dev/nvme0n1p3") output:
  775. ext4
  776. 19:16:36 [6]: FstabEntryList PartUtils::lookForFstabEntries(const QString&)
  777. Checking device "/dev/nvme0n1p3" for fstab (fs= "ext4" )
  778. 19:16:36 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  779. Running "env" ("mount", "-o", "ro,noload", "/dev/nvme0n1p3", "/tmp/calamares-KKJXPY")
  780. .. Finished. Exit code: 0
  781. .. Target cmd: ("mount", "-o", "ro,noload", "/dev/nvme0n1p3", "/tmp/calamares-KKJXPY") output:
  782.  
  783. 19:16:36 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  784. Running "env" ("udevadm", "settle")
  785. .. Finished. Exit code: 0
  786. .. Target cmd: ("udevadm", "settle") output:
  787.  
  788. 19:16:36 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  789. Running "env" ("sync")
  790. .. Finished. Exit code: 0
  791. .. Target cmd: ("sync") output:
  792.  
  793. .. reading "/tmp/calamares-KKJXPY/etc/fstab"
  794. .. got 37 lines.
  795. .. got 37 fstab entries.
  796. 19:16:36 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  797. Running "env" ("umount", "-R", "/tmp/calamares-KKJXPY")
  798. .. Finished. Exit code: 0
  799. .. Target cmd: ("umount", "-R", "/tmp/calamares-KKJXPY") output:
  800.  
  801. 19:16:36 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  802. Running "env" ("udevadm", "settle")
  803. .. Finished. Exit code: 0
  804. .. Target cmd: ("udevadm", "settle") output:
  805.  
  806. 19:16:36 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  807. Running "env" ("sync")
  808. .. Finished. Exit code: 0
  809. .. Target cmd: ("sync") output:
  810.  
  811. 19:16:36 [6]: bool PartUtils::canBeResized(DeviceModel*, const QString&)
  812. Checking if "/dev/nvme0n1p3" can be resized.
  813. 19:16:36 [6]: bool PartUtils::canBeResized(Partition*)
  814. Checking if "/dev/nvme0n1p3" can be resized.
  815. 19:16:36 [6]: bool PartUtils::canBeResized(Partition*)
  816. Partition "/dev/nvme0n1p3" authorized for resize + autopartition install.
  817. 19:16:36 [6]: OsproberEntryList PartUtils::runOsprober(DeviceModel*)
  818. os-prober lines after cleanup:
  819. "/dev/nvme0n1p3:Gentoo/Linux:Gentoo:linux"
  820. 19:16:36 [6]: void PartitionCoreModule::scanForEfiSystemPartitions()
  821. system is EFI and new EFI system partition has been found.
  822. 19:16:36 [6]: void Calamares::RequirementsChecker::addCheckedRequirements(Calamares::Module*)
  823. Got 1 requirement results from "partition"
  824. 19:16:36 [0]: QObject::connect: Cannot queue arguments of type 'QQmlChangeSet'
  825. (Make sure 'QQmlChangeSet' is registered using qRegisterMetaType().)
  826. 19:16:36 [6]: void ChoicePage::updateDeviceStatePreview()
  827. Updating partitioning state widgets.
  828. 19:16:36 [6]: void ChoicePage::setupActions()
  829. Setting up actions for "/dev/nvme0n1" with 1 entries.
  830. 19:16:36 [6]: bool PartUtils::canBeResized(Partition*)
  831. Checking if "/dev/nvme0n1p1" can be resized.
  832. .. NO, filesystem "fat32" does not support resize.
  833. 19:16:36 [6]: bool PartUtils::canBeReplaced(Partition*)
  834. Checking if "/dev/nvme0n1p1" can be replaced.
  835. .. NO, insufficient storage
  836. Required storage B: 11811160064 "(10.5GiB)"
  837. Available storage B: 268435456 "(0GiB)"
  838. 19:16:36 [6]: bool PartUtils::canBeResized(Partition*)
  839. Checking if "/dev/nvme0n1p2" can be resized.
  840. 19:16:36 [6]: bool PartUtils::canBeResized(Partition*)
  841. Partition "/dev/nvme0n1p2" authorized for resize + autopartition install.
  842. .. contains resizable "/dev/nvme0n1p2"
  843. 19:16:36 [6]: bool PartUtils::canBeReplaced(Partition*)
  844. Checking if "/dev/nvme0n1p2" can be replaced.
  845. 19:16:36 [6]: bool PartUtils::canBeReplaced(Partition*)
  846. Partition "/dev/nvme0n1p2" authorized for replace install.
  847. .. contains replaceable "/dev/nvme0n1p2"
  848. 19:16:36 [6]: bool PartUtils::canBeResized(Partition*)
  849. Checking if "/dev/nvme0n1p3" can be resized.
  850. 19:16:36 [6]: bool PartUtils::canBeResized(Partition*)
  851. Partition "/dev/nvme0n1p3" authorized for resize + autopartition install.
  852. .. contains resizable "/dev/nvme0n1p3"
  853. 19:16:36 [6]: bool PartUtils::canBeReplaced(Partition*)
  854. Checking if "/dev/nvme0n1p3" can be replaced.
  855. 19:16:36 [6]: bool PartUtils::canBeReplaced(Partition*)
  856. Partition "/dev/nvme0n1p3" authorized for replace install.
  857. .. contains replaceable "/dev/nvme0n1p3"
  858. 19:16:36 [6]: ChoicePage::setupActions()::<lambda()>
  859. Setting texts for 1 non-empty osprober entry
  860. 19:16:36 [6]: void ChoicePage::continueApplyDeviceChoice()
  861. Previous device -1 new device 0
  862. 19:16:36 [6]: void ChoicePage::applyActionChoice(InstallChoice)
  863. Prev -1 InstallChoice Config::NoChoice "none"
  864. 19:16:36 [6]: void ChoicePage::updateActionChoicePreview(InstallChoice)
  865. Updating partitioning preview widgets.
  866. 19:16:36 [6]: void Calamares::RequirementsChecker::finished()
  867. All requirements have been checked.
  868. 19:16:36 [6]: void Calamares::RequirementsModel::describe() const
  869. Requirements model has 7 items
  870. .. requirement 0 "storage" satisfied? true mandatory? true
  871. .. requirement 1 "ram" satisfied? true mandatory? true
  872. .. requirement 2 "power" satisfied? true mandatory? false
  873. .. requirement 3 "internet" satisfied? false mandatory? false
  874. .. requirement 4 "root" satisfied? true mandatory? true
  875. .. requirement 5 "screen" satisfied? true mandatory? false
  876. .. requirement 6 "partitions" satisfied? true mandatory? true
  877. 19:17:06 [6]: void CalamaresUtils::callQmlFunction(QQuickItem*, const char*)
  878. QML "onLeave()" is missing.
  879. 20:17:18 [6]: void Config::onActivate()
  880. Got locale language "en_US.UTF-8"
  881. .. extracted country "United States" :: ("en", "US")
  882. .. looking for locale part "US"
  883. .. matched "us"
  884. 20:17:18 [6]: void Config::guessLayout(const QStringList&)
  885. Next level: "en"
  886. 20:17:33 [6]: virtual void PackageChooserViewStep::onLeave()
  887. PackageChooser "packagechooser_packagechooser" selected "libreoffice"
  888. 20:17:50 [6]: void ChoicePage::applyActionChoice(InstallChoice)
  889. Prev -1 InstallChoice Config::Erase "erase"
  890. 20:17:50 [6]: CalamaresUtils::Partition::KPMManager::KPMManager()
  891. KPMManager 2 created.
  892. 20:17:50 [6]: PartitionTable* CreatePartitionTableJob::createTable()
  893. CreatePartitionTableJob::createTable trying to make table for device "/dev/nvme0n1"
  894. 20:17:50 [2]: void PartitionCoreModule::scanForEfiSystemPartitions()
  895. WARNING: system is EFI but no EFI system partitions found.
  896. 20:17:50 [6]: CalamaresUtils::Partition::KPMManager::KPMManager()
  897. KPMManager 3 created.
  898. 20:17:50 [6]: CalamaresUtils::Partition::KPMManager::KPMManager()
  899. KPMManager 4 created.
  900. 20:17:50 [6]: void PartitionCoreModule::scanForEfiSystemPartitions()
  901. system is EFI and new EFI system partition has been found.
  902. 20:17:50 [6]: CalamaresUtils::Partition::KPMManager::KPMManager()
  903. KPMManager 5 created.
  904. 20:17:50 [6]: void PartitionCoreModule::dumpQueue() const
  905. # Queue:
  906. 20:17:50 [6]: void PartitionCoreModule::dumpQueue() const
  907. ## Device: "Samsung SSD 970 EVO Plus 250GB"
  908. 20:17:50 [6]: void PartitionCoreModule::dumpQueue() const
  909. - "Create new gpt partition table on /dev/nvme0n1."
  910. 20:17:50 [6]: void PartitionCoreModule::dumpQueue() const
  911. - "Create new 300MiB partition on /dev/nvme0n1 (Samsung SSD 970 EVO Plus 250GB) with file system fat32."
  912. 20:17:50 [6]: void PartitionCoreModule::dumpQueue() const
  913. - "Set flags on 300MiB fat32 partition."
  914. 20:17:50 [6]: void PartitionCoreModule::dumpQueue() const
  915. - "Create new 238170MiB partition on /dev/nvme0n1 (Samsung SSD 970 EVO Plus 250GB) with file system xfs."
  916. 20:17:50 [6]: void ChoicePage::updateActionChoicePreview(InstallChoice)
  917. Updating partitioning preview widgets.
  918. 20:19:01 [0]: QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout
  919. 20:19:01 [0]: QObject::setParent: Cannot set parent, new parent is in a different thread
  920. 20:19:01 [6]: QVariantList FillGlobalStorageJob::createPartitionList() const
  921. Building partition information map
  922. .. partitions on "/dev/nvme0n1"
  923. .. mapping for "" "unallocated"
  924. partlabel : ""
  925. partuuid : ""
  926. parttype : ""
  927. partattrs : "0"
  928. mountPoint: : ""
  929. fs: : "unknown"
  930. fsName : "unknown"
  931. uuid : ""
  932. claimed : "false"
  933. .. mapping for "" "New Partition"
  934. partlabel : ""
  935. partuuid : ""
  936. parttype : ""
  937. partattrs : "0"
  938. mountPoint: : "/boot"
  939. fs: : "fat32"
  940. fsName : "fat32"
  941. uuid : ""
  942. claimed : "true"
  943. .. mapping for "" "New Partition"
  944. partlabel : ""
  945. partuuid : ""
  946. parttype : ""
  947. partattrs : "0"
  948. mountPoint: : "/"
  949. fs: : "xfs"
  950. fsName : "xfs"
  951. uuid : ""
  952. claimed : "true"
  953. 20:19:01 [6]: QVariantList FillGlobalStorageJob::createPartitionList() const
  954. Building partition information map
  955. .. partitions on "/dev/nvme0n1"
  956. .. mapping for "" "unallocated"
  957. partlabel : ""
  958. partuuid : ""
  959. parttype : ""
  960. partattrs : "0"
  961. mountPoint: : ""
  962. fs: : "unknown"
  963. fsName : "unknown"
  964. uuid : ""
  965. claimed : "false"
  966. .. mapping for "" "New Partition"
  967. partlabel : ""
  968. partuuid : ""
  969. parttype : ""
  970. partattrs : "0"
  971. mountPoint: : "/boot"
  972. fs: : "fat32"
  973. fsName : "fat32"
  974. uuid : ""
  975. claimed : "true"
  976. .. mapping for "" "New Partition"
  977. partlabel : ""
  978. partuuid : ""
  979. parttype : ""
  980. partattrs : "0"
  981. mountPoint: : "/"
  982. fs: : "xfs"
  983. fsName : "xfs"
  984. uuid : ""
  985. claimed : "true"
  986. 20:19:01 [6]: void SummaryPage::onActivate()
  987. Summary widget is larger than viewport, enlarge by 95 to QSize(834, 629)
  988. 20:19:18 [6]: void CalamaresUtils::callQmlFunction(QQuickItem*, const char*)
  989. QML "onActivate()" is missing.
  990. 20:19:18 [6]: void Calamares::JobThread::finalize()
  991. There are 35 jobs, total weight 35
  992. .. Job 1 "Clear all temporary mounts." +wt 0.142857 tot.wt 0.142857
  993. .. Job 2 "Clear mounts for partitioning operations on /dev/nvme0n1" +wt 0.142857 tot.wt 0.285714
  994. .. Job 3 "Create new gpt partition table on /dev/nvme0n1." +wt 0.142857 tot.wt 0.428571
  995. .. Job 4 "Create new 300MiB partition on /dev/nvme0n1 (Samsung SSD 970 EVO Plus 250GB) with file system fat32." +wt 0.142857 tot.wt 0.571429
  996. .. Job 5 "Set flags on 300MiB fat32 partition." +wt 0.142857 tot.wt 0.714286
  997. .. Job 6 "Create new 238170MiB partition on /dev/nvme0n1 (Samsung SSD 970 EVO Plus 250GB) with file system xfs." +wt 0.142857 tot.wt 0.857143
  998. .. Job 7 "Set partition information" +wt 0.142857 tot.wt 1
  999. .. Job 8 "mount" +wt 1 tot.wt 2
  1000. .. Job 9 "unpackfs" +wt 12 tot.wt 14
  1001. .. Job 10 "Generate machine-id." +wt 1 tot.wt 15
  1002. .. Job 11 "fstab" +wt 1 tot.wt 16
  1003. .. Job 12 "Set timezone to Europe/Brussels" +wt 1 tot.wt 17
  1004. .. Job 13 "Set keyboard model to , layout to us-" +wt 1 tot.wt 18
  1005. .. Job 14 "localecfg" +wt 1 tot.wt 19
  1006. .. Job 15 "Configuring LUKS key file." +wt 1 tot.wt 20
  1007. .. Job 16 "luksopenswaphookcfg" +wt 1 tot.wt 21
  1008. .. Job 17 "initcpiocfg" +wt 1 tot.wt 22
  1009. .. Job 18 "Creating initramfs with mkinitcpio." +wt 1 tot.wt 23
  1010. .. Job 19 "Configure <pre>sudo</pre> users." +wt 0.166667 tot.wt 23.1667
  1011. .. Job 20 "Preparing groups." +wt 0.166667 tot.wt 23.3333
  1012. .. Job 21 "Create user karel" +wt 0.166667 tot.wt 23.5
  1013. .. Job 22 "Set password for user karel" +wt 0.166667 tot.wt 23.6667
  1014. .. Job 23 "Set password for user root" +wt 0.166667 tot.wt 23.8333
  1015. .. Job 24 "Set hostname cirrus" +wt 0.166667 tot.wt 24
  1016. .. Job 25 "networkcfg" +wt 1 tot.wt 25
  1017. .. Job 26 "services" +wt 1 tot.wt 26
  1018. .. Job 27 "grubconf" +wt 1 tot.wt 27
  1019. .. Job 28 "kdm_sddm" +wt 1 tot.wt 28
  1020. .. Job 29 "userkf5" +wt 1 tot.wt 29
  1021. .. Job 30 "driver_cleanup" +wt 1 tot.wt 30
  1022. .. Job 31 "nonfree_drivers" +wt 1 tot.wt 31
  1023. .. Job 32 "package_removal" +wt 1 tot.wt 32
  1024. .. Job 33 "bootldr" +wt 1 tot.wt 33
  1025. .. Job 34 "gummi_entries" +wt 1 tot.wt 34
  1026. .. Job 35 "umount" +wt 1 tot.wt 35
  1027. 20:19:18 [6]: virtual void Calamares::JobThread::run()
  1028. Starting job "Clear all temporary mounts." ( 1 / 35 )
  1029. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1030. Opened mtab. Lines:
  1031. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1032. "proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0"
  1033. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1034. "sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0"
  1035. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1036. "dev /dev devtmpfs rw,nosuid,relatime,size=8114352k,nr_inodes=2028588,mode=755,inode64 0 0"
  1037. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1038. "run /run tmpfs rw,nosuid,nodev,relatime,mode=755,inode64 0 0"
  1039. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1040. "efivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 0"
  1041. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1042. "union / aufs rw,relatime,si=1bfb013d25a7df64 0 0"
  1043. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1044. "/dev/sda1 /bootmnt iso9660 ro,relatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=default 0 0"
  1045. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1046. "securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0"
  1047. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1048. "tmpfs /dev/shm tmpfs rw,nosuid,nodev,inode64 0 0"
  1049. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1050. "devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0"
  1051. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1052. "tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,size=4096k,nr_inodes=1024,mode=755,inode64 0 0"
  1053. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1054. "cgroup2 /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate 0 0"
  1055. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1056. "cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0"
  1057. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1058. "pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0"
  1059. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1060. "none /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0"
  1061. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1062. "cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0"
  1063. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1064. "cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0"
  1065. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1066. "cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0"
  1067. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1068. "cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0"
  1069. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1070. "cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0"
  1071. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1072. "cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0"
  1073. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1074. "cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0"
  1075. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1076. "cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0"
  1077. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1078. "cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0"
  1079. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1080. "systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0"
  1081. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1082. "hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0"
  1083. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1084. "mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime 0 0"
  1085. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1086. "debugfs /sys/kernel/debug debugfs rw,nosuid,nodev,noexec,relatime 0 0"
  1087. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1088. "tracefs /sys/kernel/tracing tracefs rw,nosuid,nodev,noexec,relatime 0 0"
  1089. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1090. "configfs /sys/kernel/config configfs rw,nosuid,nodev,noexec,relatime 0 0"
  1091. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1092. "tmpfs /tmp tmpfs rw,nosuid,nodev,relatime,inode64 0 0"
  1093. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1094. "tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=1626104k,nr_inodes=406526,mode=700,uid=1000,gid=100,inode64 0 0"
  1095. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1096. "fusectl /sys/fs/fuse/connections fusectl rw,nosuid,nodev,noexec,relatime 0 0"
  1097. 20:19:18 [6]: virtual Calamares::JobResult ClearTempMountsJob::exec()
  1098. ClearTempMountsJob finished. Here's what was done:
  1099. ""
  1100. 20:19:18 [6]: virtual void Calamares::JobThread::run()
  1101. Starting job "Clear mounts for partitioning operations on /dev/nvme0n1" ( 2 / 35 )
  1102. 20:19:18 [6]: QStringList getPartitionsForDevice(const QString&)
  1103. Reading from "/proc/partitions"
  1104. 20:19:18 [6]: virtual Calamares::JobResult ClearMountsJob::exec()
  1105. ClearMountsJob finished. Here's what was done:
  1106. ""
  1107. 20:19:18 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1108. Running "env" ("udevadm", "settle")
  1109. .. Finished. Exit code: 0
  1110. .. Target cmd: ("udevadm", "settle") output:
  1111.  
  1112. 20:19:18 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1113. Running "env" ("sync")
  1114. .. Finished. Exit code: 0
  1115. .. Target cmd: ("sync") output:
  1116.  
  1117. 20:19:18 [6]: virtual void Calamares::JobThread::run()
  1118. Starting job "Create new gpt partition table on /dev/nvme0n1." ( 3 / 35 )
  1119. 20:19:18 [6]: virtual Calamares::JobResult CreatePartitionTableJob::exec()
  1120. Creating new partition table of type "gpt" , uncommitted yet:
  1121. 20:19:18 [6]: virtual Calamares::JobResult CreatePartitionTableJob::exec()
  1122. "unallocated"
  1123. 20:19:18 [6]: virtual Calamares::JobResult CreatePartitionTableJob::exec()
  1124. "New Partition"
  1125. 20:19:18 [6]: virtual Calamares::JobResult CreatePartitionTableJob::exec()
  1126. "New Partition"
  1127. 20:19:18 [6]: virtual Calamares::JobResult CreatePartitionTableJob::exec()
  1128. lsblk:
  1129. "NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT\nloop0 7:0 0 11.2M 1 loop \nloop1 7:1 0 149M 1 loop \nloop2 7:2 0 2.1G 1 loop \nsda 8:0 1 7.2G 0 disk \n\xE2\x94\x9C\xE2\x94\x80sda1 8:1 1 2.4G 0 part /bootmnt\n\xE2\x94\x94\xE2\x94\x80sda2 8:2 1 64M 0 part \nnvme0n1 259:0 0 232.9G 0 disk \n\xE2\x94\x9C\xE2\x94\x80nvme0n1p1 259:1 0 256M 0 part \n\xE2\x94\x9C\xE2\x94\x80nvme0n1p2 259:2 0 20G 0 part \n\xE2\x94\x94\xE2\x94\x80nvme0n1p3 259:3 0 212.6G 0 part \n"
  1130. 20:19:18 [6]: virtual Calamares::JobResult CreatePartitionTableJob::exec()
  1131. mount:
  1132. "proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)\nsys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)\ndev on /dev type devtmpfs (rw,nosuid,relatime,size=8114352k,nr_inodes=2028588,mode=755,inode64)\nrun on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755,inode64)\nefivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)\nunion on / type aufs (rw,relatime,si=1bfb013d25a7df64)\n/dev/sda1 on /bootmnt type iso9660 (ro,relatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=default)\nsecurityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)\ntmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)\ndevpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)\ntmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,size=4096k,nr_inodes=1024,mode=755,inode64)\ncgroup2 on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)\ncgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)\npstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)\nnone on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)\ncgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)\ncgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)\ncgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)\ncgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)\ncgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)\ncgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)\ncgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)\ncgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)\ncgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)\nsystemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)\nhugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)\nmqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)\ndebugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)\ntracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)\nconfigfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)\ntmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime,inode64)\ntmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1626104k,nr_inodes=406526,mode=700,uid=1000,gid=100,inode64)\nfusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)\n"
  1133. 20:19:19 [6]: virtual void Calamares::JobThread::run()
  1134. Starting job "Create new 300MiB partition on /dev/nvme0n1 (Samsung SSD 970 EVO Plus 250GB) with file system fat32." ( 4 / 35 )
  1135. 20:19:21 [6]: virtual void Calamares::JobThread::run()
  1136. Starting job "Set flags on partition /dev/nvme0n1p1." ( 5 / 35 )
  1137. 20:19:21 [6]: virtual Calamares::JobResult SetPartFlagsJob::exec()
  1138. Setting flags on "/dev/nvme0n1" partition "/dev/nvme0n1p1" to QFlags(0x1)
  1139. 20:19:21 [6]: virtual void Calamares::JobThread::run()
  1140. Starting job "Create new 238170MiB partition on /dev/nvme0n1 (Samsung SSD 970 EVO Plus 250GB) with file system xfs." ( 6 / 35 )
  1141. 20:19:23 [6]: virtual void Calamares::JobThread::run()
  1142. Starting job "Set partition information" ( 7 / 35 )
  1143. 20:19:23 [6]: QVariantList FillGlobalStorageJob::createPartitionList() const
  1144. Building partition information map
  1145. .. partitions on "/dev/nvme0n1"
  1146. .. mapping for "" "unallocated"
  1147. partlabel : ""
  1148. partuuid : ""
  1149. parttype : ""
  1150. partattrs : "0"
  1151. mountPoint: : ""
  1152. fs: : "unknown"
  1153. fsName : "unknown"
  1154. uuid : ""
  1155. claimed : "false"
  1156. .. mapping for "/dev/nvme0n1p1" "/dev/nvme0n1p1"
  1157. partlabel : ""
  1158. partuuid : ""
  1159. parttype : ""
  1160. partattrs : "0"
  1161. mountPoint: : "/boot"
  1162. fs: : "fat32"
  1163. fsName : "fat32"
  1164. uuid : "5B81-7B08"
  1165. claimed : "true"
  1166. .. mapping for "/dev/nvme0n1p2" "/dev/nvme0n1p2"
  1167. partlabel : ""
  1168. partuuid : ""
  1169. parttype : ""
  1170. partattrs : "0"
  1171. mountPoint: : "/"
  1172. fs: : "xfs"
  1173. fsName : "xfs"
  1174. uuid : "afc5b49f-d585-489d-81a1-f5aec82db0af"
  1175. claimed : "true"
  1176. 20:19:23 [6]: virtual Calamares::JobResult FillGlobalStorageJob::exec()
  1177. Saving partition information map to GlobalStorage["partitions"]
  1178. 20:19:23 [6]: virtual Calamares::JobResult FillGlobalStorageJob::exec()
  1179. FillGlobalStorageJob writing empty bootLoader value
  1180. 20:19:23 [6]: virtual void Calamares::JobThread::run()
  1181. Starting job "mount" ( 8 / 35 )
  1182. 20:19:23 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1183. Job file "/usr/lib/calamares/modules/mount/main.py"
  1184. 20:19:23 [6]: boost::python::api::object CalamaresPython::gettext_path()
  1185. Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1186. .. Found "en_US" in "/usr/share/locale/en_US"
  1187. 20:19:23 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1188. Job description from pretty_name "mount" = "Mounting partitions."
  1189. 20:19:23 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1190. Running "env" ("mount", "-t", "xfs", "/dev/nvme0n1p2", "/tmp/calamares-root-1m7w8lij/")
  1191. .. Finished. Exit code: 0
  1192. .. Target cmd: ("mount", "-t", "xfs", "/dev/nvme0n1p2", "/tmp/calamares-root-1m7w8lij/") output:
  1193.  
  1194. 20:19:23 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1195. Running "env" ("udevadm", "settle")
  1196. .. Finished. Exit code: 0
  1197. .. Target cmd: ("udevadm", "settle") output:
  1198.  
  1199. 20:19:23 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1200. Running "env" ("sync")
  1201. .. Finished. Exit code: 0
  1202. .. Target cmd: ("sync") output:
  1203.  
  1204. 20:19:23 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1205. Running "env" ("mount", "-t", "vfat", "/dev/nvme0n1p1", "/tmp/calamares-root-1m7w8lij/boot")
  1206. .. Finished. Exit code: 0
  1207. .. Target cmd: ("mount", "-t", "vfat", "/dev/nvme0n1p1", "/tmp/calamares-root-1m7w8lij/boot") output:
  1208.  
  1209. 20:19:23 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1210. Running "env" ("udevadm", "settle")
  1211. .. Finished. Exit code: 0
  1212. .. Target cmd: ("udevadm", "settle") output:
  1213.  
  1214. 20:19:23 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1215. Running "env" ("sync")
  1216. .. Finished. Exit code: 0
  1217. .. Target cmd: ("sync") output:
  1218.  
  1219. 20:19:23 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1220. Running "env" ("mount", "-o", "bind", "/dev", "/tmp/calamares-root-1m7w8lij/dev")
  1221. .. Finished. Exit code: 0
  1222. .. Target cmd: ("mount", "-o", "bind", "/dev", "/tmp/calamares-root-1m7w8lij/dev") output:
  1223.  
  1224. 20:19:23 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1225. Running "env" ("udevadm", "settle")
  1226. .. Finished. Exit code: 0
  1227. .. Target cmd: ("udevadm", "settle") output:
  1228.  
  1229. 20:19:23 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1230. Running "env" ("sync")
  1231. .. Finished. Exit code: 0
  1232. .. Target cmd: ("sync") output:
  1233.  
  1234. 20:19:23 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1235. Running "env" ("mount", "-t", "proc", "proc", "/tmp/calamares-root-1m7w8lij/proc")
  1236. .. Finished. Exit code: 0
  1237. .. Target cmd: ("mount", "-t", "proc", "proc", "/tmp/calamares-root-1m7w8lij/proc") output:
  1238.  
  1239. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1240. Running "env" ("udevadm", "settle")
  1241. .. Finished. Exit code: 0
  1242. .. Target cmd: ("udevadm", "settle") output:
  1243.  
  1244. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1245. Running "env" ("sync")
  1246. .. Finished. Exit code: 0
  1247. .. Target cmd: ("sync") output:
  1248.  
  1249. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1250. Running "env" ("mount", "-t", "tmpfs", "tmpfs", "/tmp/calamares-root-1m7w8lij/run")
  1251. .. Finished. Exit code: 0
  1252. .. Target cmd: ("mount", "-t", "tmpfs", "tmpfs", "/tmp/calamares-root-1m7w8lij/run") output:
  1253.  
  1254. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1255. Running "env" ("udevadm", "settle")
  1256. .. Finished. Exit code: 0
  1257. .. Target cmd: ("udevadm", "settle") output:
  1258.  
  1259. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1260. Running "env" ("sync")
  1261. .. Finished. Exit code: 0
  1262. .. Target cmd: ("sync") output:
  1263.  
  1264. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1265. Running "env" ("mount", "-o", "bind", "/run/udev", "/tmp/calamares-root-1m7w8lij/run/udev")
  1266. .. Finished. Exit code: 0
  1267. .. Target cmd: ("mount", "-o", "bind", "/run/udev", "/tmp/calamares-root-1m7w8lij/run/udev") output:
  1268.  
  1269. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1270. Running "env" ("udevadm", "settle")
  1271. .. Finished. Exit code: 0
  1272. .. Target cmd: ("udevadm", "settle") output:
  1273.  
  1274. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1275. Running "env" ("sync")
  1276. .. Finished. Exit code: 0
  1277. .. Target cmd: ("sync") output:
  1278.  
  1279. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1280. Running "env" ("mount", "-t", "sysfs", "sys", "/tmp/calamares-root-1m7w8lij/sys")
  1281. .. Finished. Exit code: 0
  1282. .. Target cmd: ("mount", "-t", "sysfs", "sys", "/tmp/calamares-root-1m7w8lij/sys") output:
  1283.  
  1284. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1285. Running "env" ("udevadm", "settle")
  1286. .. Finished. Exit code: 0
  1287. .. Target cmd: ("udevadm", "settle") output:
  1288.  
  1289. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1290. Running "env" ("sync")
  1291. .. Finished. Exit code: 0
  1292. .. Target cmd: ("sync") output:
  1293.  
  1294. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1295. Running "env" ("mount", "-t", "efivarfs", "efivarfs", "/tmp/calamares-root-1m7w8lij/sys/firmware/efi/efivars")
  1296. .. Finished. Exit code: 0
  1297. .. Target cmd: ("mount", "-t", "efivarfs", "efivarfs", "/tmp/calamares-root-1m7w8lij/sys/firmware/efi/efivars") output:
  1298.  
  1299. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1300. Running "env" ("udevadm", "settle")
  1301. .. Finished. Exit code: 0
  1302. .. Target cmd: ("udevadm", "settle") output:
  1303.  
  1304. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1305. Running "env" ("sync")
  1306. .. Finished. Exit code: 0
  1307. .. Target cmd: ("sync") output:
  1308.  
  1309. 20:19:24 [6]: virtual void Calamares::JobThread::run()
  1310. Starting job "unpackfs" ( 9 / 35 )
  1311. 20:19:24 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1312. Job file "/usr/lib/calamares/modules/unpackfs/main.py"
  1313. 20:19:24 [6]: boost::python::api::object CalamaresPython::gettext_path()
  1314. Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1315. .. Found "en_US" in "/usr/share/locale/en_US"
  1316. 20:19:24 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1317. Job description from pretty_name "unpackfs" = "Filling up filesystems."
  1318. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1319. Running "env" ("mount", "-t", "squashfs", "-o", "loop", "/bootmnt/kdeos/x86_64/root-image.sqfs", "/tmp/tmpe4q5yafw/root-image")
  1320. .. Finished. Exit code: 0
  1321. .. Target cmd: ("mount", "-t", "squashfs", "-o", "loop", "/bootmnt/kdeos/x86_64/root-image.sqfs", "/tmp/tmpe4q5yafw/root-image") output:
  1322. mount: /tmp/tmpe4q5yafw/root-image: WARNING: source write-protected, mounted read-only.
  1323. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1324. Running "env" ("udevadm", "settle")
  1325. .. Finished. Exit code: 0
  1326. .. Target cmd: ("udevadm", "settle") output:
  1327.  
  1328. 20:19:24 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1329. Running "env" ("sync")
  1330. .. Finished. Exit code: 0
  1331. .. Target cmd: ("sync") output:
  1332.  
  1333. 20:23:21 [6]: virtual void Calamares::JobThread::run()
  1334. Starting job "Generate machine-id." ( 10 / 35 )
  1335. 20:23:21 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1336. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "systemd-machine-id-setup")
  1337. .. Finished. Exit code: 0
  1338. .. Target cmd: ("systemd-machine-id-setup") output:
  1339. Initializing machine ID from random generator.
  1340. 20:23:21 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1341. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "ln", "-sf", "/etc/machine-id", "/var/lib/dbus/machine-id")
  1342. .. Finished. Exit code: 0
  1343. .. Target cmd: ("ln", "-sf", "/etc/machine-id", "/var/lib/dbus/machine-id") output:
  1344.  
  1345. 20:23:21 [6]: virtual void Calamares::JobThread::run()
  1346. Starting job "fstab" ( 11 / 35 )
  1347. 20:23:21 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1348. Job file "/usr/lib/calamares/modules/fstab/main.py"
  1349. 20:23:21 [6]: boost::python::api::object CalamaresPython::gettext_path()
  1350. Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1351. .. Found "en_US" in "/usr/share/locale/en_US"
  1352. 20:23:21 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1353. Job description from pretty_name "fstab" = "Writing fstab."
  1354. 20:23:21 [6]: virtual void Calamares::JobThread::run()
  1355. Starting job "Set timezone to Europe/Brussels" ( 12 / 35 )
  1356. 20:23:21 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1357. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "rm", "-f", "/etc/localtime")
  1358. .. Finished. Exit code: 0
  1359. .. Target cmd: ("rm", "-f", "/etc/localtime") output:
  1360.  
  1361. 20:23:21 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1362. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "ln", "-s", "/usr/share/zoneinfo/Europe/Brussels", "/etc/localtime")
  1363. .. Finished. Exit code: 0
  1364. .. Target cmd: ("ln", "-s", "/usr/share/zoneinfo/Europe/Brussels", "/etc/localtime") output:
  1365.  
  1366. 20:23:21 [6]: virtual void Calamares::JobThread::run()
  1367. Starting job "Set keyboard model to , layout to us-" ( 13 / 35 )
  1368. 20:23:21 [6]: virtual Calamares::JobResult SetKeyboardLayoutJob::exec()
  1369. Executing SetKeyboardLayoutJob
  1370. 20:23:21 [6]: bool SetKeyboardLayoutJob::writeVConsoleData(const QString&, const QString&) const
  1371. Writing vconsole data to "/tmp/calamares-root-1m7w8lij/etc/vconsole.conf"
  1372. 20:23:21 [6]: QString SetKeyboardLayoutJob::findConvertedKeymap(const QString&) const
  1373. Looking for converted keymap in "/tmp/calamares-root-1m7w8lij/lib/kbd/keymaps/xkb"
  1374. 20:23:21 [6]: QString findLegacyKeymap(const QString&, const QString&, const QString&)
  1375. Looking for legacy keymap "us" "" "" in QRC
  1376. .. Found legacy keymap "us" with score 12
  1377. .. Written KEYMAP= "us" to vconsole.conf 0
  1378. 20:23:21 [6]: bool SetKeyboardLayoutJob::writeX11Data(const QString&) const
  1379. Writing X11 configuration to "/tmp/calamares-root-1m7w8lij/etc/X11/xorg.conf.d/00-keyboard.conf"
  1380. .. Written XkbLayout "us" ; XkbModel "" ; XkbVariant "" to X.org file "/tmp/calamares-root-1m7w8lij/etc/X11/xorg.conf.d/00-keyboard.conf" 0
  1381. 20:23:21 [6]: bool SetKeyboardLayoutJob::writeDefaultKeyboardData(const QString&) const
  1382. Writing default keyboard data to "/tmp/calamares-root-1m7w8lij/etc/default/keyboard"
  1383. .. Written XKBMODEL "" ; XKBLAYOUT "us" ; XKBVARIANT "" to /etc/default/keyboard file "/tmp/calamares-root-1m7w8lij/etc/default/keyboard" 0
  1384. 20:23:21 [6]: virtual void Calamares::JobThread::run()
  1385. Starting job "localecfg" ( 14 / 35 )
  1386. 20:23:21 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1387. Job file "/usr/lib/calamares/modules/localecfg/main.py"
  1388. 20:23:21 [6]: boost::python::api::object CalamaresPython::gettext_path()
  1389. Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1390. .. Found "en_US" in "/usr/share/locale/en_US"
  1391. 20:23:21 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1392. Job description from pretty_name "localecfg" = "Configuring locales."
  1393. [PYTHON JOB]: "Restored backup /tmp/calamares-root-1m7w8lij/etc/locale.gen.bak -> /tmp/calamares-root-1m7w8lij/etc/locale.gen"
  1394. 20:23:21 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1395. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "locale-gen")
  1396. .. Finished. Exit code: 0
  1397. .. Target cmd: ("locale-gen") output:
  1398. Generating locales...
  1399. en_US.UTF-8... done
  1400. Generation complete.
  1401. [PYTHON JOB]: "/tmp/calamares-root-1m7w8lij/etc/locale.gen done"
  1402. [PYTHON JOB]: "/tmp/calamares-root-1m7w8lij/etc/locale.conf done"
  1403. [PYTHON JOB]: "/tmp/calamares-root-1m7w8lij/etc/default done"
  1404. 20:23:23 [6]: virtual void Calamares::JobThread::run()
  1405. Starting job "Configuring LUKS key file." ( 15 / 35 )
  1406. 20:23:23 [6]: virtual Calamares::JobResult LuksBootKeyFileJob::exec()
  1407. There are 0 LUKS partitions
  1408. .. Nothing to do for LUKS.
  1409. 20:23:23 [6]: virtual void Calamares::JobThread::run()
  1410. Starting job "luksopenswaphookcfg" ( 16 / 35 )
  1411. 20:23:23 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1412. Job file "/usr/lib/calamares/modules/luksopenswaphookcfg/main.py"
  1413. 20:23:23 [6]: boost::python::api::object CalamaresPython::gettext_path()
  1414. Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1415. .. Found "en_US" in "/usr/share/locale/en_US"
  1416. 20:23:23 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1417. Job description from pretty_name "luksopenswaphookcfg" = "Configuring encrypted swap."
  1418. 20:23:23 [6]: virtual void Calamares::JobThread::run()
  1419. Starting job "initcpiocfg" ( 17 / 35 )
  1420. 20:23:23 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1421. Job file "/usr/lib/calamares/modules/initcpiocfg/main.py"
  1422. 20:23:23 [6]: boost::python::api::object CalamaresPython::gettext_path()
  1423. Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1424. .. Found "en_US" in "/usr/share/locale/en_US"
  1425. 20:23:23 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1426. Job description from pretty_name "initcpiocfg" = "Configuring mkinitcpio."
  1427. 20:23:23 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1428. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "sh", "-c", "which plymouth")
  1429. .. Finished. Exit code: 1
  1430. .. Target cmd: ("sh", "-c", "which plymouth") output:
  1431. which: no plymouth in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
  1432. [PYTHON JOB]: "which plymouth exit code: 1"
  1433. 20:23:23 [6]: virtual void Calamares::JobThread::run()
  1434. Starting job "Creating initramfs with mkinitcpio." ( 18 / 35 )
  1435. 20:23:23 [6]: virtual Calamares::JobResult InitcpioJob::exec()
  1436. Updating initramfs with kernel "linux"
  1437. 20:23:23 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1438. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "mkinitcpio", "-p", "linux")
  1439. .. Finished. Exit code: 0
  1440. .. Target cmd: ("mkinitcpio", "-p", "linux") output:
  1441. ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  1442. -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
  1443. ==> Starting build: 5.10.6-1
  1444. -> Running build hook: [base]
  1445. -> Running build hook: [udev]
  1446. -> Running build hook: [autodetect]
  1447. -> Running build hook: [modconf]
  1448. -> Running build hook: [block]
  1449. ==> WARNING: Possibly missing firmware for module: xhci_pci
  1450. -> Running build hook: [keyboard]
  1451. -> Running build hook: [keymap]
  1452. -> Running build hook: [filesystems]
  1453. -> Running build hook: [fsck]
  1454. ==> Generating module dependencies
  1455. ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
  1456. ==> Image generation successful
  1457. ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  1458. -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
  1459. ==> Starting build: 5.10.6-1
  1460. -> Running build hook: [base]
  1461. -> Running build hook: [udev]
  1462. -> Running build hook: [modconf]
  1463. -> Running build hook: [block]
  1464. ==> WARNING: Possibly missing firmware for module: aic94xx
  1465. ==> WARNING: Possibly missing firmware for module: wd719x
  1466. ==> WARNING: Possibly missing firmware for module: xhci_pci
  1467. -> Running build hook: [keyboard]
  1468. -> Running build hook: [keymap]
  1469. -> Running build hook: [filesystems]
  1470. -> Running build hook: [fsck]
  1471. ==> Generating module dependencies
  1472. ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
  1473. ==> Image generation successful
  1474. 20:23:33 [6]: virtual void Calamares::JobThread::run()
  1475. Starting job "Configure <pre>sudo</pre> users." ( 19 / 35 )
  1476. 20:23:33 [6]: virtual void Calamares::JobThread::run()
  1477. Starting job "Preparing groups." ( 20 / 35 )
  1478. 20:23:33 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1479. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "groupadd", "lpadmin")
  1480. .. Finished. Exit code: 0
  1481. .. Target cmd: ("groupadd", "lpadmin") output:
  1482.  
  1483. 20:23:33 [6]: virtual void Calamares::JobThread::run()
  1484. Starting job "Create user karel" ( 21 / 35 )
  1485. 20:23:33 [6]: virtual Calamares::JobResult CreateUserJob::exec()
  1486. [CREATEUSER]: creating user
  1487. 20:23:33 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1488. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "useradd", "-m", "-U", "-s", "/bin/bash", "-c", "Karel De Vriendt", "karel")
  1489. .. Finished. Exit code: 0
  1490. .. Target cmd: ("useradd", "-m", "-U", "-s", "/bin/bash", "-c", "Karel De Vriendt", "karel") output:
  1491.  
  1492. 20:23:33 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1493. Running "chroot" "/tmp/calamares-root-1m7w8lij" "usermod" "-aG" "users,lp,video,network,storage,wheel,audio,lpadmin" "karel"
  1494. .. Finished. Exit code: 0
  1495. .. Target cmd: "usermod" "-aG" "users,lp,video,network,storage,wheel,audio,lpadmin" "karel" output:
  1496.  
  1497. 20:23:33 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1498. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "chown", "-R", "karel:karel", "/home/karel")
  1499. .. Finished. Exit code: 0
  1500. .. Target cmd: ("chown", "-R", "karel:karel", "/home/karel") output:
  1501.  
  1502. 20:23:33 [6]: virtual void Calamares::JobThread::run()
  1503. Starting job "Set password for user karel" ( 22 / 35 )
  1504. 20:23:33 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1505. Running "chroot" "/tmp/calamares-root-1m7w8lij" "usermod" "-p" <password> "karel"
  1506. .. Finished. Exit code: 0
  1507. .. Target cmd: "usermod" "-p" <password> "karel" output:
  1508.  
  1509. 20:23:33 [6]: virtual void Calamares::JobThread::run()
  1510. Starting job "Set password for user root" ( 23 / 35 )
  1511. 20:23:33 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1512. Running "chroot" "/tmp/calamares-root-1m7w8lij" "usermod" "-p" <password> "root"
  1513. .. Finished. Exit code: 0
  1514. .. Target cmd: "usermod" "-p" <password> "root" output:
  1515.  
  1516. 20:23:33 [6]: virtual void Calamares::JobThread::run()
  1517. Starting job "Set hostname cirrus" ( 24 / 35 )
  1518. 20:23:33 [6]: virtual void Calamares::JobThread::run()
  1519. Starting job "networkcfg" ( 25 / 35 )
  1520. 20:23:33 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1521. Job file "/usr/lib/calamares/modules/networkcfg/main.py"
  1522. 20:23:33 [6]: boost::python::api::object CalamaresPython::gettext_path()
  1523. Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1524. .. Found "en_US" in "/usr/share/locale/en_US"
  1525. 20:23:33 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1526. Job description from pretty_name "networkcfg" = "Saving network configuration."
  1527. 20:23:34 [6]: virtual void Calamares::JobThread::run()
  1528. Starting job "services" ( 26 / 35 )
  1529. 20:23:34 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1530. Job file "/usr/lib/calamares/modules/services/main.py"
  1531. 20:23:34 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1532. Job description from __doc__ "services" = "Setup systemd services"
  1533. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1534. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "systemctl", "enable", "NetworkManager.service")
  1535. .. Finished. Exit code: 0
  1536. .. Target cmd: ("systemctl", "enable", "NetworkManager.service") output:
  1537.  
  1538. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1539. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "systemctl", "enable", "org.cups.cupsd.service")
  1540. .. Finished. Exit code: 0
  1541. .. Target cmd: ("systemctl", "enable", "org.cups.cupsd.service") output:
  1542.  
  1543. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1544. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "systemctl", "enable", "graphical.target")
  1545. .. Finished. Exit code: 0
  1546. .. Target cmd: ("systemctl", "enable", "graphical.target") output:
  1547. The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
  1548. Alias= settings in the [Install] section, and DefaultInstance= for template
  1549. units). This means they are not meant to be enabled using systemctl.
  1550.  
  1551. Possible reasons for having this kind of units are:
  1552. * A unit may be statically enabled by being symlinked from another unit's
  1553. .wants/ or .requires/ directory.
  1554. * A unit's purpose may be to act as a helper for some other unit which has
  1555. a requirement dependency on it.
  1556. * A unit may be started when needed via activation (socket, path, timer,
  1557. D-Bus, udev, scripted systemctl call, ...).
  1558. * In case of template units, the unit is meant to be enabled with some
  1559. instance name specified.
  1560. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1561. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "systemctl", "disable", "pacman-init.service")
  1562. .. Finished. Exit code: 0
  1563. .. Target cmd: ("systemctl", "disable", "pacman-init.service") output:
  1564. Failed to disable unit, unit pacman-init.service does not exist.
  1565. 20:23:34 [6]: virtual void Calamares::JobThread::run()
  1566. Starting job "grubconf" ( 27 / 35 )
  1567. 20:23:34 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1568. Job file "/usr/lib/calamares/modules/grubconf/main.py"
  1569. 20:23:34 [6]: virtual void Calamares::JobThread::run()
  1570. Starting job "kdm_sddm" ( 28 / 35 )
  1571. 20:23:34 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1572. Job file "/usr/lib/calamares/modules/kdm_sddm/main.py"
  1573. 20:23:34 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1574. Job description from __doc__ "kdm_sddm" = "Configure display managers"
  1575. 20:23:34 [6]: virtual void Calamares::JobThread::run()
  1576. Starting job "userkf5" ( 29 / 35 )
  1577. 20:23:34 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1578. Job file "/usr/lib/calamares/modules/userkf5/main.py"
  1579. 20:23:34 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1580. Job description from __doc__ "userkf5" = "Create Distribution specific settings for users"
  1581. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1582. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "/usr/bin/mkdir", "-p", "/home/karel/Desktop")
  1583. .. Finished. Exit code: 0
  1584. .. Target cmd: ("/usr/bin/mkdir", "-p", "/home/karel/Desktop") output:
  1585.  
  1586. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1587. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "/usr/bin/mkdir", "-p", "/home/karel/.config")
  1588. .. Finished. Exit code: 0
  1589. .. Target cmd: ("/usr/bin/mkdir", "-p", "/home/karel/.config") output:
  1590.  
  1591. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1592. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "/usr/bin/mkdir", "-p", "/home/karel/.local/share/applications/")
  1593. .. Finished. Exit code: 0
  1594. .. Target cmd: ("/usr/bin/mkdir", "-p", "/home/karel/.local/share/applications/") output:
  1595.  
  1596. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1597. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "/usr/bin/mkdir", "-p", "/home/karel/.local/share/konqueror")
  1598. .. Finished. Exit code: 0
  1599. .. Target cmd: ("/usr/bin/mkdir", "-p", "/home/karel/.local/share/konqueror") output:
  1600.  
  1601. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1602. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "/usr/bin/mkdir", "-p", "/home/karel/.local/share/konsole")
  1603. .. Finished. Exit code: 0
  1604. .. Target cmd: ("/usr/bin/mkdir", "-p", "/home/karel/.local/share/konsole") output:
  1605.  
  1606. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1607. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "/usr/bin/mkdir", "-p", "/home/karel/.config/autostart")
  1608. .. Finished. Exit code: 0
  1609. .. Target cmd: ("/usr/bin/mkdir", "-p", "/home/karel/.config/autostart") output:
  1610.  
  1611. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1612. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "/usr/bin/mkdir", "-p", "/home/karel/.config/plasma-workspace/env")
  1613. .. Finished. Exit code: 0
  1614. .. Target cmd: ("/usr/bin/mkdir", "-p", "/home/karel/.config/plasma-workspace/env") output:
  1615.  
  1616. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1617. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "/usr/bin/mkdir", "-p", "/home/karel/.config/Kvantum")
  1618. .. Finished. Exit code: 0
  1619. .. Target cmd: ("/usr/bin/mkdir", "-p", "/home/karel/.config/Kvantum") output:
  1620.  
  1621. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1622. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "chown", "-R", "karel:users", "/home/karel")
  1623. .. Finished. Exit code: 0
  1624. .. Target cmd: ("chown", "-R", "karel:users", "/home/karel") output:
  1625.  
  1626. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1627. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "setcap", "cap_net_raw=ep", "/usr/bin/ping")
  1628. .. Finished. Exit code: 0
  1629. .. Target cmd: ("setcap", "cap_net_raw=ep", "/usr/bin/ping") output:
  1630.  
  1631. 20:23:34 [6]: virtual void Calamares::JobThread::run()
  1632. Starting job "driver_cleanup" ( 30 / 35 )
  1633. 20:23:34 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1634. Job file "/usr/lib/calamares/modules/driver_cleanup/main.py"
  1635. 20:23:34 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1636. Job description from __doc__ "driver_cleanup" = "Clean up unused drivers"
  1637. [PYTHON JOB]: " Driver: \"i915\"\n"
  1638. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1639. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "pacman", "-R", "--noconfirm", "xf86-video-nouveau")
  1640. .. Finished. Exit code: 1
  1641. .. Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-nouveau") output:
  1642. error: target not found: xf86-video-nouveau
  1643. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1644. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "pacman", "-R", "--noconfirm", "xf86-video-amdgpu")
  1645. .. Finished. Exit code: 0
  1646. .. Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-amdgpu") output:
  1647. checking dependencies...
  1648.  
  1649. Package (1) Old Version Net Change
  1650.  
  1651. xf86-video-amdgpu 19.1.0-1 -0.16 MiB
  1652.  
  1653. Total Removed Size: 0.16 MiB
  1654.  
  1655. :: Do you want to remove these packages? [Y/n]
  1656. :: Processing package changes...
  1657. removing xf86-video-amdgpu...
  1658. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1659. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "pacman", "-R", "--noconfirm", "xf86-video-ati")
  1660. .. Finished. Exit code: 0
  1661. .. Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-ati") output:
  1662. checking dependencies...
  1663.  
  1664. Package (1) Old Version Net Change
  1665.  
  1666. xf86-video-ati 19.1.0-1 -0.51 MiB
  1667.  
  1668. Total Removed Size: 0.51 MiB
  1669.  
  1670. :: Do you want to remove these packages? [Y/n]
  1671. :: Processing package changes...
  1672. removing xf86-video-ati...
  1673. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1674. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "pacman", "-R", "--noconfirm", "xf86-video-vmware")
  1675. .. Finished. Exit code: 0
  1676. .. Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-vmware") output:
  1677. checking dependencies...
  1678.  
  1679. Package (1) Old Version Net Change
  1680.  
  1681. xf86-video-vmware 13.3.0-9 -0.18 MiB
  1682.  
  1683. Total Removed Size: 0.18 MiB
  1684.  
  1685. :: Do you want to remove these packages? [Y/n]
  1686. :: Processing package changes...
  1687. removing xf86-video-vmware...
  1688. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1689. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "pacman", "-Rncs", "--noconfirm", "xf86-input-wacom")
  1690. .. Finished. Exit code: 0
  1691. .. Target cmd: ("pacman", "-Rncs", "--noconfirm", "xf86-input-wacom") output:
  1692. checking dependencies...
  1693.  
  1694. Package (2) Old Version Net Change
  1695.  
  1696. wacomtablet 3.2.0-1 -2.68 MiB
  1697. xf86-input-wacom 0.39.0-1 -0.23 MiB
  1698.  
  1699. Total Removed Size: 2.91 MiB
  1700.  
  1701. :: Do you want to remove these packages? [Y/n]
  1702. :: Processing package changes...
  1703. removing wacomtablet...
  1704. removing xf86-input-wacom...
  1705. :: Running post-transaction hooks...
  1706. (1/1) Updating the desktop file MIME type cache...
  1707. 20:23:34 [6]: virtual void Calamares::JobThread::run()
  1708. Starting job "nonfree_drivers" ( 31 / 35 )
  1709. 20:23:34 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1710. Job file "/usr/lib/calamares/modules/nonfree_drivers/main.py"
  1711. 20:23:34 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1712. Job description from __doc__ "nonfree_drivers" = "Setup graphics drivers and sound"
  1713. 20:23:34 [6]: virtual void Calamares::JobThread::run()
  1714. Starting job "package_removal" ( 32 / 35 )
  1715. 20:23:34 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1716. Job file "/usr/lib/calamares/modules/package_removal/main.py"
  1717. 20:23:34 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1718. Job description from __doc__ "package_removal" = "Package removal module. Live only packages, surplus language packs."
  1719. 20:23:34 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1720. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "pacman", "-Rns", "--noconfirm", "calamares", "calamares-debug", "console-setup")
  1721. .. Finished. Exit code: 0
  1722. .. Target cmd: ("pacman", "-Rns", "--noconfirm", "calamares", "calamares-debug", "console-setup") output:
  1723. checking dependencies...
  1724.  
  1725. Package (4) Old Version Net Change
  1726.  
  1727. yaml-cpp 0.6.3-3 -0.45 MiB
  1728. calamares 3.2.36rc1-5 -10.45 MiB
  1729. calamares-debug 3.2.36rc1-5 -94.05 MiB
  1730. console-setup 1.200-1 -0.14 MiB
  1731.  
  1732. Total Removed Size: 105.08 MiB
  1733.  
  1734. :: Do you want to remove these packages? [Y/n]
  1735. :: Processing package changes...
  1736. removing console-setup...
  1737. removing calamares-debug...
  1738. removing calamares...
  1739. removing yaml-cpp...
  1740. :: Running post-transaction hooks...
  1741. (1/1) Updating the desktop file MIME type cache...
  1742. 20:23:35 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1743. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "pacman", "-Rns", "--noconfirm", "welcome")
  1744. .. Finished. Exit code: 0
  1745. .. Target cmd: ("pacman", "-Rns", "--noconfirm", "welcome") output:
  1746. checking dependencies...
  1747.  
  1748. Package (1) Old Version Net Change
  1749.  
  1750. welcome 7.3-1 -3.02 MiB
  1751.  
  1752. Total Removed Size: 3.02 MiB
  1753.  
  1754. :: Do you want to remove these packages? [Y/n]
  1755. :: Processing package changes...
  1756. removing welcome...
  1757. :: Running post-transaction hooks...
  1758. (1/1) Updating the desktop file MIME type cache...
  1759. 20:23:35 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1760. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "pacman", "-Rns", "--noconfirm", "hardware-detection")
  1761. .. Finished. Exit code: 0
  1762. .. Target cmd: ("pacman", "-Rns", "--noconfirm", "hardware-detection") output:
  1763. checking dependencies...
  1764.  
  1765. Package (4) Old Version Net Change
  1766.  
  1767. khd-nvidia 1:460.32.03-2 0.00 MiB
  1768. khd-nvidia-340xx 340.108-17 0.00 MiB
  1769. khd-nvidia-390xx 390.138-9 0.00 MiB
  1770. hardware-detection 20210101-1 -0.06 MiB
  1771.  
  1772. Total Removed Size: 0.06 MiB
  1773.  
  1774. :: Do you want to remove these packages? [Y/n]
  1775. :: Processing package changes...
  1776. removing hardware-detection...
  1777. removing khd-nvidia-390xx...
  1778. removing khd-nvidia-340xx...
  1779. removing khd-nvidia...
  1780. 20:23:35 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1781. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "pacman", "-R", "--noconfirm", "init-live")
  1782. .. Finished. Exit code: 0
  1783. .. Target cmd: ("pacman", "-R", "--noconfirm", "init-live") output:
  1784. checking dependencies...
  1785.  
  1786. Package (1) Old Version Net Change
  1787.  
  1788. init-live 2020.03-1 0.00 MiB
  1789.  
  1790. Total Removed Size: 0.00 MiB
  1791.  
  1792. :: Do you want to remove these packages? [Y/n]
  1793. :: Processing package changes...
  1794. removing init-live...
  1795. Disabling systemd service
  1796. Removed /etc/systemd/system/multi-user.target.wants/live.service.
  1797. 20:23:35 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1798. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "pacman", "-Rncs", "--noconfirm", "grub")
  1799. .. Finished. Exit code: 0
  1800. .. Target cmd: ("pacman", "-Rncs", "--noconfirm", "grub") output:
  1801. checking dependencies...
  1802.  
  1803. Package (3) Old Version Net Change
  1804.  
  1805. grub-theme-midna 3.2-1 -0.64 MiB
  1806. grub2-editor 0.8.1-2 -0.83 MiB
  1807. grub 2.04-3 -29.53 MiB
  1808.  
  1809. Total Removed Size: 31.01 MiB
  1810.  
  1811. :: Do you want to remove these packages? [Y/n]
  1812. :: Running pre-transaction hooks...
  1813. (1/1) Removing old entries from the info directory file...
  1814. :: Processing package changes...
  1815. removing grub2-editor...
  1816. removing grub-theme-midna...
  1817. removing grub...
  1818. 20:23:35 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
  1819. Running "chroot" ("/tmp/calamares-root-1m7w8lij", "pacman", "-R", "--noconfirm", "virtualbox-guest-utils", "virtualbox-guest-modules")
  1820. .. Finished. Exit code: 0
  1821. .. Target cmd: ("pacman", "-R", "--noconfirm", "virtualbox-guest-utils", "virtualbox-guest-modules") output:
  1822. checking dependencies...
  1823.  
  1824. Package (2) Old Version Net Change
  1825.  
  1826. virtualbox-guest-modules 6.1.16-5 -0.90 MiB
  1827. virtualbox-guest-utils 6.1.16-1 -8.20 MiB
  1828.  
  1829. Total Removed Size: 9.10 MiB
  1830.  
  1831. :: Do you want to remove these packages? [Y/n]
  1832. :: Processing package changes...
  1833. removing virtualbox-guest-utils...
  1834. removing virtualbox-guest-modules...
  1835. Unloading modules:
  1836. 20:23:37 [6]: virtual void Calamares::JobThread::run()
  1837. Starting job "bootldr" ( 33 / 35 )
  1838. 20:23:37 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1839. Job file "/usr/lib/calamares/modules/bootldr/main.py"
  1840. [PYTHON JOB]: "afc5b49f-d585-489d-81a1-f5aec82db0af"
  1841. [PYTHON JOB]: "/dev/nvme0n1p1"
  1842. Warning: The kernel is still using the old partition table.
  1843. The new table will be used at the next reboot or after you
  1844. run partprobe(8) or kpartx(8)
  1845. The operation has completed successfully.
  1846. 20:23:39 [6]: virtual void Calamares::JobThread::run()
  1847. Starting job "gummi_entries" ( 34 / 35 )
  1848. 20:23:39 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1849. Job file "/usr/lib/calamares/modules/gummi_entries/main.py"
  1850. 20:23:39 [6]: virtual void Calamares::JobThread::run()
  1851. Starting job "umount" ( 35 / 35 )
  1852. 20:23:39 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1853. Job file "/usr/lib/calamares/modules/umount/main.py"
  1854. 20:23:39 [6]: boost::python::api::object CalamaresPython::gettext_path()
  1855. Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1856. .. Found "en_US" in "/usr/share/locale/en_US"
  1857. 20:23:39 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  1858. Job description from pretty_name "umount" = "Unmount file systems."
  1859.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement