Advertisement
dbarron

System Info

Jul 3rd, 2019
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.81 KB | None | 0 0
  1. ----------------------------------------------------------------------------------------------------------
  2. cat /etc/KaOS-release
  3. ----------------------------------------------------------------------------------------------------------
  4.  
  5. KAOS_20190627
  6.  
  7. ----------------------------------------------------------------------------------------------------------
  8. inxi -Fxz
  9. ----------------------------------------------------------------------------------------------------------
  10.  
  11. System: Host: <HOSTNAME> Kernel: 5.1.14-1-next x86_64 bits: 64 compiler: gcc v: 8.3.0
  12. Desktop: KDE Plasma 5.16.2 Distro: KaOS 2019
  13. Machine: Type: Desktop Mobo: ASUSTeK model: PRIME X370-PRO v: Rev X.0x serial: <filter>
  14. UEFI: American Megatrends v: 4801 date: 04/25/2019
  15. CPU: Topology: 6-Core model: AMD Ryzen 5 1600 bits: 64 type: MT MCP arch: Zen rev: 1
  16. L2 cache: 3072 KiB
  17. flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm bogomips: 79053
  18. Speed: 1372 MHz min/max: 1550/3300 MHz Core speeds (MHz): 1: 1372 2: 1375 3: 1372
  19. 4: 1371 5: 1373 6: 1375 7: 1373 8: 1373 9: 1370 10: 1368 11: 1374 12: 1370
  20. Graphics: Device-1: AMD Baffin [Radeon RX 550 640SP / RX 560/560X] vendor: Micro-Star MSI
  21. driver: amdgpu v: kernel bus ID: 0a:00.0
  22. Display: x11 server: X.Org 1.20.5 driver: amdgpu unloaded: modesetting,vesa
  23. resolution: 2560x1080~60Hz
  24. OpenGL: renderer: Radeon RX 560 Series (POLARIS11 DRM 3.30.0 5.1.14-1-next LLVM 7.1.0)
  25. v: 4.5 Mesa 19.0.8 direct render: Yes
  26. Audio: Device-1: AMD Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X]
  27. vendor: Micro-Star MSI driver: snd_hda_intel v: kernel bus ID: 0a:00.1
  28. Device-2: AMD Family 17h HD Audio vendor: ASUSTeK driver: snd_hda_intel v: kernel
  29. bus ID: 0c:00.3
  30. Sound Server: ALSA v: k5.1.14-1-next
  31. Network: Device-1: Intel I211 Gigabit Network vendor: ASUSTeK driver: igb v: 5.6.0-k port: e000
  32. bus ID: 08:00.0
  33. IF: enp8s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
  34. Drives: Local Storage: total: 4.12 TiB used: 13.27 GiB (0.3%)
  35. ID-1: /dev/nvme0n1 vendor: Intel model: SSDPEKNW010T8 size: 953.87 GiB
  36. ID-2: /dev/sda vendor: Samsung model: SSD 850 EVO 500GB size: 465.76 GiB
  37. ID-3: /dev/sdb vendor: Seagate model: ST2000DM001-1ER164 size: 1.82 TiB
  38. ID-4: /dev/sdc vendor: Seagate model: ST1000LX015-1U7172 size: 931.51 GiB
  39. Partition: ID-1: / size: 145.08 GiB used: 13.09 GiB (9.0%) fs: xfs dev: /dev/sdc5
  40. ID-2: /boot size: 299.4 MiB used: 192.3 MiB (64.2%) fs: vfat dev: /dev/nvme0n1p1
  41. ID-3: swap-1 size: 25.89 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/nvme0n1p3
  42. Sensors: System Temperatures: cpu: 39.0 C mobo: N/A gpu: amdgpu temp: 35 C
  43. Fan Speeds (RPM): cpu: 0 gpu: amdgpu fan: 1168
  44. Info: Processes: 265 Uptime: 3h 45m Memory: 23.47 GiB used: 2.45 GiB (10.4%) Init: systemd
  45. runlevel: 5 Compilers: gcc: 8.3.0 Client: Unknown Client: octopi inxi: 3.0.34
  46.  
  47.  
  48. ----------------------------------------------------------------------------------------------------------
  49. journalctl -b -p err
  50. ----------------------------------------------------------------------------------------------------------
  51.  
  52. -- Logs begin at Tue 2019-07-02 09:10:51 CDT, end at Wed 2019-07-03 08:43:09 CDT. --
  53. Jul 03 04:58:50 <HOSTNAME> kernel: kvm: disabled by bios
  54. Jul 03 05:00:04 <HOSTNAME> pulseaudio[1788]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
  55.  
  56.  
  57. ----------------------------------------------------------------------------------------------------------
  58. cat /etc/pacman.conf
  59. ----------------------------------------------------------------------------------------------------------
  60.  
  61. #
  62. # /etc/pacman.conf
  63. #
  64. # See the pacman.conf(5) manpage for option and repository directives
  65.  
  66. #
  67. # GENERAL OPTIONS
  68. #
  69. [options]
  70. # The following paths are commented out with their default values listed.
  71. # If you wish to use different paths, uncomment and update the paths.
  72. #RootDir = /
  73. #DBPath = /var/lib/pacman/
  74. #CacheDir = /var/cache/pacman/pkg/
  75. #LogFile = /var/log/pacman.log
  76. #HookDir = /etc/pacman.d/hooks/
  77. HoldPkg = pacman glibc
  78. #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
  79. #XferCommand = /usr/bin/curl -L -C - -f -o %o %u
  80. #CleanMethod = KeepInstalled
  81. #UseDelta = 0.7
  82. Architecture = auto
  83.  
  84. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  85. #IgnorePkg =
  86. #IgnoreGroup =
  87.  
  88. #NoUpgrade =
  89. #NoExtract =
  90.  
  91. # Misc options (all disabled by default)
  92. #UseSyslog
  93. #ShowSize
  94. Color
  95. #TotalDownload
  96. CheckSpace
  97. VerbosePkgLists
  98. ILoveCandy
  99.  
  100. # By default, pacman accepts packages signed by keys that its local keyring
  101. # trusts (see pacman-key and its man page), as well as unsigned packages.
  102. SigLevel = Never
  103. LocalFileSigLevel = Never
  104. #RemoteFileSigLevel = Required
  105.  
  106. #
  107. # REPOSITORIES
  108. # - can be defined here or included from another file
  109. # - pacman will search repositories in the order defined here
  110. # - local/custom mirrors can be added here or in separate files
  111. # - repositories listed first will take precedence when packages
  112. # have identical names, regardless of version number
  113. # - URLs will have $repo replaced by the name of the current repo
  114. # - URLs will have $arch replaced by the name of the architecture
  115. #
  116. # Repository entries are of the format:
  117. # [repo-name]
  118. # Server = ServerName
  119. # Include = IncludePath
  120. #
  121. # The header [repo-name] is crucial - it must be present and
  122. # uncommented to enable the repo.
  123. #
  124.  
  125. [core]
  126. Include = /etc/pacman.d/mirrorlist
  127.  
  128. [main]
  129. Include = /etc/pacman.d/mirrorlist
  130.  
  131. [apps]
  132. Include = /etc/pacman.d/mirrorlist
  133.  
  134. # An example of a custom package repository. See the pacman manpage for
  135. # tips on creating your own repositories.
  136. #[custom]
  137. #Server = file:///home/custompkgs
  138.  
  139.  
  140. ----------------------------------------------------------------------------------------------------------
  141. pacman -Qm
  142. ----------------------------------------------------------------------------------------------------------
  143.  
  144. nextcloud-client 2.3.3.270.3a48c7c-1
  145.  
  146.  
  147. ----------------------------------------------------------------------------------------------------------
  148. cat /var/log/pacman.log
  149. ----------------------------------------------------------------------------------------------------------
  150.  
  151. [2019-07-01 23:57] [PACMAN] Running 'pacman -R --noconfirm xf86-video-intel'
  152. [2019-07-01 23:57] [ALPM] transaction started
  153. [2019-07-01 23:57] [ALPM] removed xf86-video-intel (2.99.917.30-1)
  154. [2019-07-01 23:57] [ALPM] transaction completed
  155. [2019-07-01 23:57] [PACMAN] Running 'pacman -R --noconfirm xf86-video-nouveau'
  156. [2019-07-01 23:57] [PACMAN] Running 'pacman -R --noconfirm xf86-video-ati'
  157. [2019-07-01 23:57] [ALPM] transaction started
  158. [2019-07-01 23:57] [ALPM] removed xf86-video-ati (19.0.1-1)
  159. [2019-07-01 23:57] [ALPM] transaction completed
  160. [2019-07-01 23:57] [PACMAN] Running 'pacman -R --noconfirm xf86-video-vmware'
  161. [2019-07-01 23:57] [ALPM] transaction started
  162. [2019-07-01 23:57] [ALPM] removed xf86-video-vmware (13.3.0-5)
  163. [2019-07-01 23:57] [ALPM] transaction completed
  164. [2019-07-01 23:57] [PACMAN] Running 'pacman -Rncs --noconfirm xf86-input-wacom'
  165. [2019-07-01 23:57] [ALPM] transaction started
  166. [2019-07-01 23:57] [ALPM] removed wacomtablet (3.1.1-1)
  167. [2019-07-01 23:57] [ALPM] removed xf86-input-wacom (0.36.1-2)
  168. [2019-07-01 23:57] [ALPM] transaction completed
  169. [2019-07-01 23:57] [ALPM] running 'update-desktop-database.hook'...
  170. [2019-07-01 23:57] [PACMAN] Running 'pacman -Rns --noconfirm calamares calamares-debug console-setup'
  171. [2019-07-01 23:57] [ALPM] transaction started
  172. [2019-07-01 23:57] [ALPM] removed console-setup (1.187-1)
  173. [2019-07-01 23:57] [ALPM] removed calamares-debug (3.2.9-2)
  174. [2019-07-01 23:57] [ALPM] removed calamares (3.2.9-2)
  175. [2019-07-01 23:57] [ALPM] removed yaml-cpp (0.6.2-3)
  176. [2019-07-01 23:57] [ALPM] transaction completed
  177. [2019-07-01 23:57] [ALPM] running 'update-desktop-database.hook'...
  178. [2019-07-01 23:57] [PACMAN] Running 'pacman -Rns --noconfirm welcome'
  179. [2019-07-01 23:57] [ALPM] transaction started
  180. [2019-07-01 23:57] [ALPM] removed welcome (6.8-1)
  181. [2019-07-01 23:57] [ALPM] transaction completed
  182. [2019-07-01 23:57] [ALPM] running 'update-desktop-database.hook'...
  183. [2019-07-01 23:57] [PACMAN] Running 'pacman -Rns --noconfirm hardware-detection'
  184. [2019-07-01 23:57] [ALPM] transaction started
  185. [2019-07-01 23:57] [ALPM] removed hardware-detection (20190515-1)
  186. [2019-07-01 23:57] [ALPM] removed khd-nvidia-390xx (390.116-7)
  187. [2019-07-01 23:57] [ALPM] removed khd-nvidia-340xx (340.107-19)
  188. [2019-07-01 23:57] [ALPM] removed khd-nvidia (430.26-4)
  189. [2019-07-01 23:57] [ALPM] transaction completed
  190. [2019-07-01 23:57] [PACMAN] Running 'pacman -R --noconfirm init-live'
  191. [2019-07-01 23:57] [ALPM] transaction started
  192. [2019-07-01 23:57] [ALPM-SCRIPTLET] Disabling systemd service
  193. [2019-07-01 23:57] [ALPM-SCRIPTLET] Removed /etc/systemd/system/multi-user.target.wants/live.service.
  194. [2019-07-01 23:57] [ALPM] removed init-live (2017.03-2)
  195. [2019-07-01 23:57] [ALPM] transaction completed
  196. [2019-07-01 23:57] [PACMAN] Running 'pacman -Rncs --noconfirm grub'
  197. [2019-07-01 23:57] [ALPM] running 'texinfo-remove.hook'...
  198. [2019-07-01 23:57] [ALPM] transaction started
  199. [2019-07-01 23:57] [ALPM] removed grub2-editor (0.8.1-1)
  200. [2019-07-01 23:57] [ALPM] removed grub-theme-midna (3.1-1)
  201. [2019-07-01 23:57] [ALPM] removed grub (2.02-3)
  202. [2019-07-01 23:57] [ALPM] transaction completed
  203. [2019-07-01 23:57] [PACMAN] Running 'pacman -R --noconfirm virtualbox-guest-utils virtualbox-guest-modules'
  204. [2019-07-01 23:57] [ALPM] transaction started
  205. [2019-07-01 23:57] [ALPM] removed virtualbox-guest-utils (6.0.8-1)
  206. [2019-07-01 23:57] [ALPM] removed virtualbox-guest-modules (6.0.8-4)
  207. [2019-07-01 23:57] [ALPM-SCRIPTLET] Unloading modules:
  208. [2019-07-01 23:57] [ALPM] transaction completed
  209. [2019-07-02 00:11] [PACMAN] Running 'pacman -Syu'
  210. [2019-07-02 00:11] [PACMAN] synchronizing package lists
  211. [2019-07-02 00:11] [PACMAN] starting full system upgrade
  212. [2019-07-02 00:11] [ALPM] transaction started
  213. [2019-07-02 00:11] [ALPM] upgraded dhcpcd (7.2.2-1 -> 7.2.3-1)
  214. [2019-07-02 00:11] [ALPM] upgraded elisa (0.4.1-1 -> 0.4.2-1)
  215. [2019-07-02 00:11] [ALPM] upgraded gmic-qt (2.6.6-1 -> 2.6.7-1)
  216. [2019-07-02 00:11] [ALPM] transaction completed
  217. [2019-07-02 00:11] [ALPM] running 'update-desktop-database.hook'...
  218. [2019-07-02 00:12] [PACMAN] Running 'pacman -S linux-next'
  219. [2019-07-02 00:12] [ALPM] transaction started
  220. [2019-07-02 00:12] [ALPM] installed linux-next (5.1.14-1)
  221. [2019-07-02 00:12] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
  222. [2019-07-02 00:12] [ALPM] transaction completed
  223. [2019-07-02 00:12] [ALPM] running '99-linux-next.hook'...
  224. [2019-07-02 00:12] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-next.preset: 'default'
  225. [2019-07-02 00:12] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-next -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-next.img
  226. [2019-07-02 00:12] [ALPM-SCRIPTLET] ==> Starting build: 5.1.14-1-next
  227. [2019-07-02 00:12] [ALPM-SCRIPTLET] -> Running build hook: [base]
  228. [2019-07-02 00:12] [ALPM-SCRIPTLET] -> Running build hook: [udev]
  229. [2019-07-02 00:12] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
  230. [2019-07-02 00:12] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
  231. [2019-07-02 00:12] [ALPM-SCRIPTLET] -> Running build hook: [block]
  232. [2019-07-02 00:12] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
  233. [2019-07-02 00:12] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
  234. [2019-07-02 00:12] [ALPM-SCRIPTLET] -> Running build hook: [resume]
  235. [2019-07-02 00:12] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
  236. [2019-07-02 00:12] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
  237. [2019-07-02 00:12] [ALPM-SCRIPTLET] ==> Generating module dependencies
  238. [2019-07-02 00:12] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-next.img
  239. [2019-07-02 00:12] [ALPM-SCRIPTLET] ==> Image generation successful
  240. [2019-07-02 06:19] [PACMAN] Running 'pacman -Syu'
  241. [2019-07-02 06:19] [PACMAN] synchronizing package lists
  242. [2019-07-02 06:19] [PACMAN] starting full system upgrade
  243. [2019-07-02 06:20] [PACMAN] Running 'pacman -S mailspring'
  244. [2019-07-02 06:20] [PACMAN] Running 'pacman -S tixati'
  245. [2019-07-02 06:20] [PACMAN] Running 'pacman -S firefox'
  246. [2019-07-02 06:21] [ALPM] transaction started
  247. [2019-07-02 06:21] [ALPM] installed mime-types (9-3)
  248. [2019-07-02 06:21] [ALPM] installed atk (2.32.0-1)
  249. [2019-07-02 06:21] [ALPM] installed gtk-update-icon-cache (3.24.9-1)
  250. [2019-07-02 06:21] [ALPM] installed gtk2 (2.24.32-4)
  251. [2019-07-02 06:21] [ALPM] installed at-spi2-core (2.32.1-1)
  252. [2019-07-02 06:21] [ALPM] installed at-spi2-atk (2.32.0-1)
  253. [2019-07-02 06:21] [ALPM] installed gtk3 (3.24.9-1)
  254. [2019-07-02 06:21] [ALPM] installed mozilla-common (1.4-4)
  255. [2019-07-02 06:21] [ALPM-SCRIPTLET] relogin or source /etc/profile.d/mozilla-common.sh
  256. [2019-07-02 06:21] [ALPM] installed startup-notification (0.12-5)
  257. [2019-07-02 06:21] [ALPM] installed firefox (67.0.4-1)
  258. [2019-07-02 06:21] [ALPM] transaction completed
  259. [2019-07-02 06:21] [ALPM] running 'glib-compile-schemes.hook'...
  260. [2019-07-02 06:21] [ALPM-SCRIPTLET] Warning: Schema “org.freedesktop.Telepathy.Logger” has path “/apps/telepathy-logger/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  261. [2019-07-02 06:21] [ALPM-SCRIPTLET] Warning: Schema “org.gnome.system.locale” has path “/system/locale/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  262. [2019-07-02 06:21] [ALPM-SCRIPTLET] Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  263. [2019-07-02 06:21] [ALPM-SCRIPTLET] Warning: Schema “org.gnome.system.proxy.http” has path “/system/proxy/http/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  264. [2019-07-02 06:21] [ALPM-SCRIPTLET] Warning: Schema “org.gnome.system.proxy.https” has path “/system/proxy/https/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  265. [2019-07-02 06:21] [ALPM-SCRIPTLET] Warning: Schema “org.gnome.system.proxy.ftp” has path “/system/proxy/ftp/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  266. [2019-07-02 06:21] [ALPM-SCRIPTLET] Warning: Schema “org.gnome.system.proxy.socks” has path “/system/proxy/socks/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  267. [2019-07-02 06:21] [ALPM] running 'gtk-query-immodules-2.0.hook'...
  268. [2019-07-02 06:21] [ALPM] running 'gtk-update-icon-cache.hook'...
  269. [2019-07-02 06:21] [ALPM] running 'update-desktop-database.hook'...
  270. [2019-07-02 06:31] [PACMAN] Running 'pacman -S rpmextract'
  271. [2019-07-02 06:31] [ALPM] transaction started
  272. [2019-07-02 06:31] [ALPM] installed rpmextract (1.0-8)
  273. [2019-07-02 06:31] [ALPM] transaction completed
  274. [2019-07-02 06:32] [PACMAN] Running 'pacman -S libsecret'
  275. [2019-07-02 06:32] [ALPM] transaction started
  276. [2019-07-02 06:32] [ALPM] reinstalled libsecret (0.18.8-1)
  277. [2019-07-02 06:32] [ALPM] transaction completed
  278. [2019-07-02 06:39] [PACMAN] Running 'pacman -S snapd'
  279. [2019-07-02 06:39] [PACMAN] Running 'pacman -S snap'
  280. [2019-07-02 06:41] [PACMAN] Running '/usr/bin/pacman -S --asdeps libsystemd apparmor'
  281. [2019-07-02 06:48] [PACMAN] Running 'pacman -S --noconfirm net-tools libxkbcommon-x11'
  282. [2019-07-02 06:48] [PACMAN] Running 'pacman -S --noconfirm net-tools libxkbcommon-x11'
  283. [2019-07-02 06:52] [PACMAN] Running 'pacman -S --noconfirm net-tools libxkbcommon-x11'
  284. [2019-07-02 07:40] [PACMAN] Running 'pacman -Syu'
  285. [2019-07-02 07:40] [PACMAN] synchronizing package lists
  286. [2019-07-02 07:40] [PACMAN] starting full system upgrade
  287. [2019-07-02 08:45] [PACMAN] Running 'pacman -S --noconfirm apps/kmail'
  288. [2019-07-02 08:45] [ALPM] transaction started
  289. [2019-07-02 08:45] [ALPM] installed kpimtextedit (19.04.2-1)
  290. [2019-07-02 08:45] [ALPM] installed kidentitymanagement (19.04.2-1)
  291. [2019-07-02 08:45] [ALPM] installed kcalutils (19.04.2-1)
  292. [2019-07-02 08:45] [ALPM] installed kmbox (19.04.2-1)
  293. [2019-07-02 08:45] [ALPM] installed kldap (19.04.2-1)
  294. [2019-07-02 08:45] [ALPM] installed ksmtp (19.04.2-1)
  295. [2019-07-02 08:45] [ALPM] installed libkgapi (19.04.2-1)
  296. [2019-07-02 08:45] [ALPM] installed kmailtransport (19.04.2-1)
  297. [2019-07-02 08:45] [ALPM] installed kontactinterface (19.04.2-1)
  298. [2019-07-02 08:45] [ALPM] installed kimap (19.04.2-1)
  299. [2019-07-02 08:45] [ALPM] installed akonadi-search (19.04.2-1)
  300. [2019-07-02 08:45] [ALPM] installed libkdepim (19.04.2-1)
  301. [2019-07-02 08:45] [ALPM] installed pimcommon (19.04.2-1)
  302. [2019-07-02 08:45] [ALPM] installed libgravatar (19.04.2-1)
  303. [2019-07-02 08:45] [ALPM] installed libkleo (19.04.2-1)
  304. [2019-07-02 08:45] [ALPM] installed grantleetheme (19.04.2-1)
  305. [2019-07-02 08:45] [ALPM] installed kdepim-apps-libs (19.04.2-1)
  306. [2019-07-02 08:45] [ALPM] installed libksieve (19.04.2-1)
  307. [2019-07-02 08:45] [ALPM] installed akonadi-notes (19.04.2-1)
  308. [2019-07-02 08:45] [ALPM] installed messagelib (19.04.2-1)
  309. [2019-07-02 08:45] [ALPM] installed mailimporter (19.04.2-1)
  310. [2019-07-02 08:45] [ALPM] installed mailcommon (19.04.2-1)
  311. [2019-07-02 08:45] [ALPM] installed akonadi-calendar (19.04.2-1)
  312. [2019-07-02 08:45] [ALPM] installed calendarsupport (19.04.2-1)
  313. [2019-07-02 08:45] [ALPM] installed kdiagram (2.6.1-1)
  314. [2019-07-02 08:45] [ALPM] installed eventviews (19.04.2-1)
  315. [2019-07-02 08:46] [ALPM] installed incidenceeditor (19.04.2-1)
  316. [2019-07-02 08:46] [ALPM] installed ktnef (19.04.2-1)
  317. [2019-07-02 08:46] [ALPM] installed akonadi-import-wizard (19.04.2-1)
  318. [2019-07-02 08:46] [ALPM-SCRIPTLET]  Kdepim is split into 16 new packages
  319. [2019-07-02 08:46] [ALPM-SCRIPTLET]  besides akonadi-import-wizard, install the other components you wish to keep
  320. [2019-07-02 08:46] [ALPM-SCRIPTLET]  examples are:
  321. [2019-07-02 08:46] [ALPM-SCRIPTLET]  sudo pacman -S kmail
  322. [2019-07-02 08:46] [ALPM-SCRIPTLET]  sudo pacman -S korganizer
  323. [2019-07-02 08:46] [ALPM-SCRIPTLET]  or install the complete group:
  324. [2019-07-02 08:46] [ALPM-SCRIPTLET]  sudo pacman -S kdepim 
  325. [2019-07-02 08:46] [ALPM] installed kpkpass (19.04.2-1)
  326. [2019-07-02 08:46] [ALPM] installed kitinerary (19.04.2-1)
  327. [2019-07-02 08:46] [ALPM] installed kdepim-addons (19.04.2-1)
  328. [2019-07-02 08:46] [ALPM] installed grantlee-editor (19.04.2-1)
  329. [2019-07-02 08:46] [ALPM] installed kmail-account-wizard (19.04.2-1)
  330. [2019-07-02 08:46] [ALPM] installed mbox-importer (19.04.2-1)
  331. [2019-07-02 08:46] [ALPM] installed kalarmcal (19.04.2-1)
  332. [2019-07-02 08:46] [ALPM] installed pim-data-exporter (19.04.2-1)
  333. [2019-07-02 08:46] [ALPM] installed pim-sieve-editor (19.04.2-1)
  334. [2019-07-02 08:46] [ALPM] installed syndication (1:5.59.0-2)
  335. [2019-07-02 08:46] [ALPM] installed kdav (19.04.2-1)
  336. [2019-07-02 08:46] [ALPM] installed xerces-c (3.2.2-2)
  337. [2019-07-02 08:46] [ALPM] installed libkolabxml (1.1.6-8)
  338. [2019-07-02 08:46] [ALPM] installed libkolab (1.0.2-4)
  339. [2019-07-02 08:46] [ALPM] installed qt5-networkauth (5.13.0-1)
  340. [2019-07-02 08:46] [ALPM] installed kdepim-runtime (19.04.2-1)
  341. [2019-07-02 08:46] [ALPM] installed kmail (19.04.2-2)
  342. [2019-07-02 08:46] [ALPM] transaction completed
  343. [2019-07-02 08:46] [ALPM] running 'gtk-update-icon-cache.hook'...
  344. [2019-07-02 08:46] [ALPM] running 'update-desktop-database.hook'...
  345. [2019-07-02 08:46] [ALPM] running 'update-mime-database.hook'...
  346. [2019-07-02 14:56] [PACMAN] Running 'pacman -Syu'
  347. [2019-07-02 14:56] [PACMAN] synchronizing package lists
  348. [2019-07-02 14:56] [PACMAN] starting full system upgrade
  349. [2019-07-02 14:59] [PACMAN] Running 'pacman -S nextcloud'
  350. [2019-07-02 14:59] [PACMAN] Running 'pacman -S nextcloud-client'
  351. [2019-07-02 15:08] [PACMAN] Running 'pacman -S kcp'
  352. [2019-07-02 15:25] [PACMAN] Running '/usr/bin/pacman -S --asdeps qtkeychain'
  353. [2019-07-02 15:25] [ALPM] transaction started
  354. [2019-07-02 15:25] [ALPM] installed qtkeychain (0.8.0-1)
  355. [2019-07-02 15:25] [ALPM] transaction completed
  356. [2019-07-02 15:25] [PACMAN] Running '/usr/bin/pacman -S --asdeps cmake'
  357. [2019-07-02 15:25] [ALPM] transaction started
  358. [2019-07-02 15:25] [ALPM] installed libuv (1.29.1-1)
  359. [2019-07-02 15:25] [ALPM] installed cmake (3.14.5-2)
  360. [2019-07-02 15:25] [ALPM] transaction completed
  361. [2019-07-02 15:25] [ALPM] running 'gtk-update-icon-cache.hook'...
  362. [2019-07-02 15:25] [ALPM] running 'update-desktop-database.hook'...
  363. [2019-07-02 15:25] [ALPM] running 'update-mime-database.hook'...
  364. [2019-07-02 15:43] [PACMAN] Running '/usr/bin/pacman -U /tmp/nextcloud-client/nextcloud-client-2.3.3.270.3a48c7c-1-x86_64.pkg.tar.xz'
  365. [2019-07-02 15:43] [ALPM] transaction started
  366. [2019-07-02 15:43] [ALPM] installed nextcloud-client (2.3.3.270.3a48c7c-1)
  367. [2019-07-02 15:43] [ALPM] transaction completed
  368. [2019-07-02 15:43] [ALPM] running 'gtk-update-icon-cache.hook'...
  369. [2019-07-02 15:43] [ALPM] running 'update-desktop-database.hook'...
  370. [2019-07-02 16:07] [PACMAN] Running 'pacman -S kde-browser-integration'
  371. [2019-07-02 16:07] [PACMAN] Running 'pacman -S browser-kde-integration'
  372. [2019-07-02 16:07] [PACMAN] Running 'pacman -S --noconfirm apps/plasma-browser-integration'
  373. [2019-07-02 16:07] [ALPM] transaction started
  374. [2019-07-02 16:07] [ALPM] installed plasma-browser-integration (5.16.2-1)
  375. [2019-07-02 16:07] [ALPM] transaction completed
  376. [2019-07-02 16:43] [PACMAN] Running 'pacman -S pulseaudio-equalizer'
  377. [2019-07-02 21:43] [PACMAN] Running 'pacman -S --noconfirm apps/latte-dock'
  378. [2019-07-02 21:43] [ALPM] transaction started
  379. [2019-07-02 21:43] [ALPM] installed latte-dock (0.8.9-1)
  380. [2019-07-02 21:43] [ALPM] transaction completed
  381. [2019-07-02 21:43] [ALPM] running 'gtk-update-icon-cache.hook'...
  382. [2019-07-02 21:43] [ALPM] running 'update-desktop-database.hook'...
  383. [2019-07-03 05:22] [PACMAN] Running 'pacman -Syu'
  384. [2019-07-03 05:22] [PACMAN] synchronizing package lists
  385. [2019-07-03 05:22] [PACMAN] starting full system upgrade
  386.  
  387.  
  388. ----------------------------------------------------------------------------------------------------------
  389. cat /var/log/installation.log
  390. ----------------------------------------------------------------------------------------------------------
  391.  
  392. 04:42:29 [6]: Using log file: "/root/.cache/calamares/session.log"
  393. 04:42:29 [6]: Calamares version: 3.2.9.20190627-git-master-df57c3a
  394. 04:42:29 [6]: languages: "ast, ca, cs, de, en, en, es, es_AR, fr, hr, hu, id_ID, it, nl_NL, pl, pt_BR, pt_PT, ro_RO, ru, sl, sr_RS, sv, tr_TR"
  395. 04:42:29 [6]: Using Calamares QML directory "/usr/share/calamares/qml"
  396. 04:42:29 [6]: Using Calamares settings file at "/usr/share/calamares/settings.conf"
  397. 04:42:29 [2]: WARNING: .. Required settings.conf key oem-setup is missing.
  398. 04:42:29 [6]: Using Calamares branding file at "/usr/share/calamares/branding/kaos_branding/branding.desc"
  399. 04:42:29 [6]: Loaded branding component "kaos_branding"
  400. 04:42:29 [6]: STARTUP: initQmlPath, initSettings, initBranding done
  401. 04:42:29 [6]: STARTUP: initModuleManager: module init started
  402. 04:42:29 [6]: STARTUP: initModuleManager: all modules init done
  403. 04:42:29 [6]: STARTUP: initJobQueue done
  404. 04:42:29 [6]: Available desktop QSize(2530, 1080) minimum size QSize(1024, 520)
  405. 04:42:29 [6]: .. Proposed window size: 1024 630
  406. 04:42:30 [2]: WARNING: The branding component "/usr/share/calamares/branding/kaos_branding" does not ship stylesheet.qss.
  407. 04:42:30 [6]: STARTUP: CalamaresWindow created; loadModules started
  408. 04:42:30 [6]: Loaded module configuration "/usr/share/calamares/modules/welcome.conf"
  409. 04:42:30 [6]: Matching locale QLocale(English, Latin, United States)
  410. 04:42:30 [6]: .. Matched with index 4 "en_US"
  411. 04:42:30 [6]: Looking for translations for "en_US"
  412. 04:42:30 [6]: .. Branding using locale: "en_US"
  413. 04:42:30 [6]: .. Calamares using locale: "en_US"
  414. 04:42:30 [6]: Welcome string false "KaOS 2019.06"
  415. 04:42:30 [6]: ViewModule "welcome@welcome" loading complete.
  416. 04:42:30 [6]: Loaded module configuration "/usr/share/calamares/modules/webview.conf"
  417. 04:42:30 [6]: GeoIP found 1 elements
  418. 04:42:31 [6]: ViewModule "webview@webview" loading complete.
  419. 04:42:31 [6]: Loaded module configuration "/usr/share/calamares/modules/locale.conf"
  420. 04:42:32 [6]: ViewModule "locale@locale" loading complete.
  421. 04:42:32 [6]: Loaded module configuration "/usr/share/calamares/modules/keyboard.conf"
  422. 04:42:32 [6]: ViewModule "keyboard@keyboard" loading complete.
  423. 04:42:32 [6]: Loaded module configuration "/usr/share/calamares/modules/partition.conf"
  424. 04:42:32 [8]: Loaded backend plugin: "pmsfdiskbackendplugin"
  425. 04:42:32 [6]: Setting firmwareType to "efi"
  426. 04:42:32 [6]: Found filesystem "xfs"
  427. 04:42:32 [6]: Partition-module setting *defaultFileSystemType* "xfs"
  428. 04:42:32 [6]: Found filesystem "xfs"
  429. 04:42:32 [6]: ViewModule "partition@partition" loading complete.
  430. 04:42:32 [6]: Loaded module configuration "/usr/share/calamares/modules/users.conf"
  431. 04:42:32 [2]: WARNING: Unknown password-check key "libpwquality"
  432. 04:42:32 [6]: ViewModule "users@users" loading complete.
  433. 04:42:32 [6]: No config file found in
  434. "/home/live/src/modules/summary/summary.conf"
  435. "/etc/calamares/modules/summary.conf"
  436. "/usr/share/calamares/modules/summary.conf"
  437. 04:42:32 [6]: ViewModule "summary@summary" loading complete.
  438. 04:42:32 [6]: Module "partition@partition" already loaded.
  439. 04:42:32 [6]: QML import paths:
  440. "/usr/share/calamares/qml"
  441. "/usr/bin"
  442. "qrc:/qt-project.org/imports"
  443. "/usr/lib/qt5/qml"
  444. 04:42:32 [6]: Loaded module configuration "/usr/share/calamares/modules/mount.conf"
  445. 04:42:32 [6]: Loaded module configuration "/usr/share/calamares/modules/unpackfs.conf"
  446. 04:42:32 [6]: Loaded module configuration "/usr/share/calamares/modules/machineid.conf"
  447. 04:42:32 [6]: Loaded module configuration "/usr/share/calamares/modules/fstab.conf"
  448. 04:42:32 [6]: Module "locale@locale" already loaded.
  449. 04:42:32 [6]: Module "keyboard@keyboard" already loaded.
  450. 04:42:32 [6]: No config file found in
  451. "/home/live/src/modules/localecfg/localecfg.conf"
  452. "/etc/calamares/modules/localecfg.conf"
  453. "/usr/share/calamares/modules/localecfg.conf"
  454. 04:42:32 [6]: No config file found in
  455. "/home/live/src/modules/luksbootkeyfile/luksbootkeyfile.conf"
  456. "/etc/calamares/modules/luksbootkeyfile.conf"
  457. "/usr/share/calamares/modules/luksbootkeyfile.conf"
  458. 04:42:32 [6]: Loaded module configuration "/usr/share/calamares/modules/luksopenswaphookcfg.conf"
  459. 04:42:32 [6]: No config file found in
  460. "/home/live/src/modules/initcpiocfg/initcpiocfg.conf"
  461. "/etc/calamares/modules/initcpiocfg.conf"
  462. "/usr/share/calamares/modules/initcpiocfg.conf"
  463. 04:42:32 [6]: Loaded module configuration "/usr/share/calamares/modules/hardwr.conf"
  464. 04:42:32 [6]: Module "users@users" already loaded.
  465. 04:42:32 [6]: No config file found in
  466. "/home/live/src/modules/networkcfg/networkcfg.conf"
  467. "/etc/calamares/modules/networkcfg.conf"
  468. "/usr/share/calamares/modules/networkcfg.conf"
  469. 04:42:32 [6]: Loaded module configuration "/usr/share/calamares/modules/services.conf"
  470. 04:42:32 [6]: Loaded module configuration "/usr/share/calamares/modules/grubconf.conf"
  471. 04:42:32 [6]: Loaded module configuration "/usr/share/calamares/modules/kdm_sddm.conf"
  472. 04:42:32 [6]: No config file found in
  473. "/home/live/src/modules/userkf5/userkf5.conf"
  474. "/etc/calamares/modules/userkf5.conf"
  475. "/usr/share/calamares/modules/userkf5.conf"
  476. 04:42:32 [6]: No config file found in
  477. "/home/live/src/modules/driver_cleanup/driver_cleanup.conf"
  478. "/etc/calamares/modules/driver_cleanup.conf"
  479. "/usr/share/calamares/modules/driver_cleanup.conf"
  480. 04:42:32 [6]: No config file found in
  481. "/home/live/src/modules/nonfree_drivers/nonfree_drivers.conf"
  482. "/etc/calamares/modules/nonfree_drivers.conf"
  483. "/usr/share/calamares/modules/nonfree_drivers.conf"
  484. 04:42:32 [6]: No config file found in
  485. "/home/live/src/modules/package_removal/package_removal.conf"
  486. "/etc/calamares/modules/package_removal.conf"
  487. "/usr/share/calamares/modules/package_removal.conf"
  488. 04:42:32 [6]: Loaded module configuration "/usr/share/calamares/modules/bootldr.conf"
  489. 04:42:32 [6]: No config file found in
  490. "/home/live/src/modules/gummi_entries/gummi_entries.conf"
  491. "/etc/calamares/modules/gummi_entries.conf"
  492. "/usr/share/calamares/modules/gummi_entries.conf"
  493. 04:42:32 [6]: Loaded module configuration "/usr/share/calamares/modules/umount.conf"
  494. 04:42:32 [6]: Loaded module configuration "/usr/share/calamares/modules/finished.conf"
  495. 04:42:32 [6]: ViewModule "finished@finished" loading complete.
  496. 04:42:32 [6]: STARTUP: loadModules for all modules done
  497. 04:42:32 [6]: Checking module requirements ..
  498. 04:42:32 [6]: STARTUP: Window now visible and ProgressTreeView populated
  499. 04:42:32 [6]: .. 9 view steps loaded.
  500. 04:42:32 [6]: GeoIP result for welcome= "US"
  501. 04:42:32 [6]: Unusable country code "US"
  502. 04:42:32 [6]: Need at least storage bytes: 11274289152
  503. 04:42:32 [6]: Need at least ram bytes: 1073741824
  504. 04:42:32 [6]: GeneralRequirements output:
  505. enoughStorage : true
  506. enoughRam : true
  507. hasPower : true
  508. hasInternet : true
  509. isRoot : true
  510. 04:42:32 [6]: Added 6 requirement results
  511. 04:42:32 [6]: xkbmap selection changed to: "us" - ""
  512. 04:42:34 [6]: GeoIP reporting "America/Chicago"
  513. 23:42:34 [8]: getting temp failed for "/dev/nvme0n1" : Success
  514. 23:42:34 [8]: getting powered on time failed for "/dev/nvme0n1" : Success
  515. 23:42:34 [8]: getting power cycles failed for "/dev/nvme0n1" : Success
  516. 23:42:38 [0]: unknown file system type "" on "/dev/sdb1"
  517. 23:42:43 [8]: smartctl initialization failed for "/dev/sdc" : No such file or directory
  518. 23:42:43 [8]: error during smart output parsing for "/dev/sdc" : Success
  519. 23:42:44 [6]: Removing unsuitable devices: 5 candidates.
  520. 23:42:44 [6]: .. Removing device with iso9660 filesystem (probably a CD) on it "/dev/sdc"
  521. 23:42:44 [6]: LIST OF DETECTED DEVICES:
  522. 23:42:44 [6]: node capacity name prettyName
  523. 23:42:44 [6]: "/dev/nvme0n1" 1024203640320 "INTEL SSDPEKNW010T8" "INTEL SSDPEKNW010T8 – 953.86 GiB (/dev/nvme0n1)"
  524. 23:42:44 [6]: "/dev/sda" 500105249280 "Samsung SSD 850 EVO 500GB" "Samsung SSD 850 EVO 500GB – 465.76 GiB (/dev/sda)"
  525. 23:42:44 [6]: "/dev/sdb" 2000396321280 "ST2000DM001-1ER164" "ST2000DM001-1ER164 – 1.82 TiB (/dev/sdb)"
  526. 23:42:44 [6]: "/dev/sdd" 1000202273280 "ST1000LX015-1U7172" "ST1000LX015-1U7172 – 931.51 GiB (/dev/sdd)"
  527. 23:42:44 [6]: .. 4 devices detected.
  528. 23:42:53 [6]: Running "env" ("blkid", "-s", "TYPE", "-o", "value", "/dev/nvme0n1p2")
  529. 23:42:53 [6]: Finished. Exit code: 0
  530. 23:42:53 [6]: Target cmd: ("blkid", "-s", "TYPE", "-o", "value", "/dev/nvme0n1p2")
  531. 23:42:53 [6]: Target output:
  532. ext4
  533. 23:42:53 [6]: Checking device "/dev/nvme0n1p2" for fstab (fs= "ext4" )
  534. 23:42:54 [6]: .. reading "/tmp/calamares-lVryqs/etc/fstab"
  535. 23:42:54 [6]: .. got 12 lines.
  536. 23:42:54 [6]: .. got 12 fstab entries.
  537. 23:42:54 [6]: Checking if "/dev/nvme0n1p2" can be resized.
  538. 23:42:54 [6]: Checking if "/dev/nvme0n1p2" can be resized.
  539. 23:42:54 [6]: Partition "/dev/nvme0n1p2" authorized for resize + autopartition install.
  540. 23:42:54 [6]: Running "env" ("blkid", "-s", "TYPE", "-o", "value", "/dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi")
  541. 23:42:54 [6]: Finished. Exit code: 2
  542. 23:42:54 [6]: Target cmd: ("blkid", "-s", "TYPE", "-o", "value", "/dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi")
  543. 23:42:54 [6]: Target output:
  544.  
  545. 23:42:54 [2]: WARNING: blkid on "/dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi" failed.
  546. 23:42:54 [6]: Checking device "/dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi" for fstab (fs= "" )
  547. 23:42:54 [2]: WARNING: Could not mount existing fs
  548. 23:42:54 [6]: Checking if "/dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi" can be resized.
  549. 23:42:54 [6]: .. no Partition* found for "/dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi"
  550. 23:42:54 [6]: .. Partition "/dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi" CANNOT BE RESIZED FOR AUTOINSTALL.
  551. 23:42:54 [6]: Running "env" ("blkid", "-s", "TYPE", "-o", "value", "/dev/sdd2")
  552. 23:42:54 [6]: Finished. Exit code: 0
  553. 23:42:54 [6]: Target cmd: ("blkid", "-s", "TYPE", "-o", "value", "/dev/sdd2")
  554. 23:42:54 [6]: Target output:
  555. ext4
  556. 23:42:54 [6]: Checking device "/dev/sdd2" for fstab (fs= "ext4" )
  557. 23:42:54 [6]: .. reading "/tmp/calamares-vikSXC/etc/fstab"
  558. 23:42:54 [6]: .. got 11 lines.
  559. 23:42:54 [6]: .. got 11 fstab entries.
  560. 23:42:54 [6]: Checking if "/dev/sdd2" can be resized.
  561. 23:42:54 [6]: Checking if "/dev/sdd2" can be resized.
  562. 23:42:54 [6]: Partition "/dev/sdd2" authorized for resize + autopartition install.
  563. 23:42:54 [6]: Running "env" ("blkid", "-s", "TYPE", "-o", "value", "/dev/sdd3")
  564. 23:42:54 [6]: Finished. Exit code: 0
  565. 23:42:54 [6]: Target cmd: ("blkid", "-s", "TYPE", "-o", "value", "/dev/sdd3")
  566. 23:42:54 [6]: Target output:
  567. ext4
  568. 23:42:54 [6]: Checking device "/dev/sdd3" for fstab (fs= "ext4" )
  569. 23:42:54 [6]: .. reading "/tmp/calamares-GFyyTi/etc/fstab"
  570. 23:42:54 [6]: .. got 9 lines.
  571. 23:42:54 [6]: .. got 9 fstab entries.
  572. 23:42:54 [6]: Checking if "/dev/sdd3" can be resized.
  573. 23:42:54 [6]: Checking if "/dev/sdd3" can be resized.
  574. 23:42:54 [6]: Partition "/dev/sdd3" authorized for resize + autopartition install.
  575. 23:42:54 [6]: Running "env" ("blkid", "-s", "TYPE", "-o", "value", "/dev/sdd4")
  576. 23:42:54 [6]: Finished. Exit code: 0
  577. 23:42:54 [6]: Target cmd: ("blkid", "-s", "TYPE", "-o", "value", "/dev/sdd4")
  578. 23:42:54 [6]: Target output:
  579. ext4
  580. 23:42:54 [6]: Checking device "/dev/sdd4" for fstab (fs= "ext4" )
  581. 23:42:54 [6]: .. reading "/tmp/calamares-Rlyoyw/etc/fstab"
  582. 23:42:54 [6]: .. got 15 lines.
  583. 23:42:54 [6]: .. got 15 fstab entries.
  584. 23:42:54 [6]: Checking if "/dev/sdd4" can be resized.
  585. 23:42:54 [6]: Checking if "/dev/sdd4" can be resized.
  586. 23:42:54 [6]: Partition "/dev/sdd4" authorized for resize + autopartition install.
  587. 23:42:54 [6]: Running "env" ("blkid", "-s", "TYPE", "-o", "value", "/dev/sdd5")
  588. 23:42:54 [6]: Finished. Exit code: 0
  589. 23:42:54 [6]: Target cmd: ("blkid", "-s", "TYPE", "-o", "value", "/dev/sdd5")
  590. 23:42:54 [6]: Target output:
  591. ext4
  592. 23:42:54 [6]: Checking device "/dev/sdd5" for fstab (fs= "ext4" )
  593. 23:42:54 [6]: .. reading "/tmp/calamares-LlPOZG/etc/fstab"
  594. 23:42:54 [6]: .. got 14 lines.
  595. 23:42:54 [6]: .. got 14 fstab entries.
  596. 23:42:54 [6]: Checking if "/dev/sdd5" can be resized.
  597. 23:42:54 [6]: Checking if "/dev/sdd5" can be resized.
  598. 23:42:54 [6]: Partition "/dev/sdd5" authorized for resize + autopartition install.
  599. 23:42:54 [6]: os-prober lines after cleanup:
  600. "/dev/nvme0n1p2:SparkyLinux (5.7):Sparky:linux"
  601. "/dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi"
  602. "/dev/sdd2:Mageia 7 (7):Mageia:linux"
  603. "/dev/sdd3:Deepin 15.10.1 (15.10.1):Deepin:linux"
  604. "/dev/sdd4:KDE neon User Edition 5.16 (18.04):neon:linux"
  605. "/dev/sdd5:Zorin OS 15 (15):Zorin:linux"
  606. 23:42:54 [6]: BLM::init with 4 devices 0 rows
  607. 23:42:54 [6]: Check EFI bootable "/dev/nvme0n1" "/dev/nvme0n1"
  608. 23:42:54 [6]: .. flags QFlags()
  609. 23:42:54 [6]: .. moved towards root 0x7f333802c0b0
  610. 23:42:54 [6]: .. partition table 0x7f333802c0b0 type 6
  611. 23:42:54 [6]: Check EFI bootable "/dev/nvme0n1p1" "/dev/nvme0n1"
  612. 23:42:54 [6]: .. flags QFlags(0x1)
  613. 23:42:54 [6]: Check EFI bootable "/dev/nvme0n1p2" "/dev/nvme0n1"
  614. 23:42:54 [6]: .. flags QFlags()
  615. 23:42:54 [6]: .. moved towards root 0x7f333802c0b0
  616. 23:42:54 [6]: .. partition table 0x7f333802c0b0 type 6
  617. 23:42:54 [6]: Check EFI bootable "/dev/nvme0n1p3" "/dev/nvme0n1"
  618. 23:42:54 [6]: .. flags QFlags()
  619. 23:42:54 [6]: .. moved towards root 0x7f333802c0b0
  620. 23:42:54 [6]: .. partition table 0x7f333802c0b0 type 6
  621. 23:42:54 [6]: Check EFI bootable "/dev/nvme0n1" "/dev/nvme0n1"
  622. 23:42:54 [6]: .. flags QFlags()
  623. 23:42:54 [6]: .. moved towards root 0x7f333802c0b0
  624. 23:42:54 [6]: .. partition table 0x7f333802c0b0 type 6
  625. 23:42:54 [6]: Check EFI bootable "/dev/sda1" "/dev/sda"
  626. 23:42:54 [6]: .. flags QFlags()
  627. 23:42:54 [6]: .. moved towards root 0x7f33380548e0
  628. 23:42:54 [6]: .. partition table 0x7f33380548e0 type 6
  629. 23:42:54 [6]: Check EFI bootable "/dev/sda2" "/dev/sda"
  630. 23:42:54 [6]: .. flags QFlags(0x1)
  631. 23:42:54 [6]: Check EFI bootable "/dev/sda3" "/dev/sda"
  632. 23:42:54 [6]: .. flags QFlags()
  633. 23:42:54 [6]: .. moved towards root 0x7f33380548e0
  634. 23:42:54 [6]: .. partition table 0x7f33380548e0 type 6
  635. 23:42:54 [6]: Check EFI bootable "/dev/sda4" "/dev/sda"
  636. 23:42:54 [6]: .. flags QFlags()
  637. 23:42:54 [6]: .. moved towards root 0x7f33380548e0
  638. 23:42:54 [6]: .. partition table 0x7f33380548e0 type 6
  639. 23:42:54 [6]: Check EFI bootable "/dev/sdb1" "/dev/sdb"
  640. 23:42:54 [6]: .. flags QFlags()
  641. 23:42:54 [6]: .. moved towards root 0x7f333809e670
  642. 23:42:54 [6]: .. partition table 0x7f333809e670 type 6
  643. 23:42:54 [6]: Check EFI bootable "/dev/sdb2" "/dev/sdb"
  644. 23:42:54 [6]: .. flags QFlags()
  645. 23:42:54 [6]: .. moved towards root 0x7f333809e670
  646. 23:42:54 [6]: .. partition table 0x7f333809e670 type 6
  647. 23:42:54 [6]: Check EFI bootable "/dev/sdd" "/dev/sdd"
  648. 23:42:54 [6]: .. flags QFlags()
  649. 23:42:54 [6]: .. moved towards root 0x7f3338093750
  650. 23:42:54 [6]: .. partition table 0x7f3338093750 type 6
  651. 23:42:54 [6]: Check EFI bootable "/dev/sdd1" "/dev/sdd"
  652. 23:42:54 [6]: .. flags QFlags()
  653. 23:42:54 [6]: .. moved towards root 0x7f3338093750
  654. 23:42:54 [6]: .. partition table 0x7f3338093750 type 6
  655. 23:42:54 [6]: Check EFI bootable "/dev/sdd2" "/dev/sdd"
  656. 23:42:54 [6]: .. flags QFlags()
  657. 23:42:54 [6]: .. moved towards root 0x7f3338093750
  658. 23:42:54 [6]: .. partition table 0x7f3338093750 type 6
  659. 23:42:54 [6]: Check EFI bootable "/dev/sdd3" "/dev/sdd"
  660. 23:42:54 [6]: .. flags QFlags()
  661. 23:42:54 [6]: .. moved towards root 0x7f3338093750
  662. 23:42:54 [6]: .. partition table 0x7f3338093750 type 6
  663. 23:42:54 [6]: Check EFI bootable "/dev/sdd4" "/dev/sdd"
  664. 23:42:54 [6]: .. flags QFlags()
  665. 23:42:54 [6]: .. moved towards root 0x7f3338093750
  666. 23:42:54 [6]: .. partition table 0x7f3338093750 type 6
  667. 23:42:54 [6]: Check EFI bootable "/dev/sdd5" "/dev/sdd"
  668. 23:42:54 [6]: .. flags QFlags()
  669. 23:42:54 [6]: .. moved towards root 0x7f3338093750
  670. 23:42:54 [6]: .. partition table 0x7f3338093750 type 6
  671. 23:42:54 [6]: Added 1 requirement results
  672. 23:42:54 [6]: Updating partitioning state widgets.
  673. 23:42:54 [6]: Setting up actions for "/dev/nvme0n1" with 1 entries.
  674. 23:42:54 [6]: Checking if "/dev/nvme0n1" can be resized.
  675. 23:42:54 [6]: .. NO, filesystem "unknown" does not support resize.
  676. 23:42:54 [6]: Required storage B: 11811160064 "(11GB)"
  677. 23:42:54 [6]: Storage capacity B: 2079744 "(0GB)" for "/dev/nvme0n1" length: 4062
  678. 23:42:54 [6]: Checking if "/dev/nvme0n1p1" can be resized.
  679. 23:42:54 [6]: .. NO, filesystem "fat32" does not support resize.
  680. 23:42:54 [6]: Required storage B: 11811160064 "(11GB)"
  681. 23:42:54 [6]: Storage capacity B: 314572800 "(0GB)" for "/dev/nvme0n1p1" length: 614400
  682. 23:42:54 [6]: Checking if "/dev/nvme0n1p2" can be resized.
  683. 23:42:54 [6]: Partition "/dev/nvme0n1p2" authorized for resize + autopartition install.
  684. 23:42:54 [6]: .. contains resizable "/dev/nvme0n1p2"
  685. 23:42:54 [6]: Required storage B: 11811160064 "(11GB)"
  686. 23:42:54 [6]: Storage capacity B: 996089318912 "(927GB)" for "/dev/nvme0n1p2" length: 1945486951
  687. 23:42:54 [6]: Partition "/dev/nvme0n1p2" authorized for replace install.
  688. 23:42:54 [6]: .. contains replaceable "/dev/nvme0n1p2"
  689. 23:42:54 [6]: Checking if "/dev/nvme0n1p3" can be resized.
  690. 23:42:54 [6]: Partition "/dev/nvme0n1p3" authorized for resize + autopartition install.
  691. 23:42:54 [6]: .. contains resizable "/dev/nvme0n1p3"
  692. 23:42:54 [6]: Required storage B: 11811160064 "(11GB)"
  693. 23:42:54 [6]: Storage capacity B: 27797651456 "(25GB)" for "/dev/nvme0n1p3" length: 54292288
  694. 23:42:54 [6]: Partition "/dev/nvme0n1p3" authorized for replace install.
  695. 23:42:54 [6]: .. contains replaceable "/dev/nvme0n1p3"
  696. 23:42:54 [6]: Checking if "/dev/nvme0n1" can be resized.
  697. 23:42:54 [6]: .. NO, filesystem "unknown" does not support resize.
  698. 23:42:54 [6]: Required storage B: 11811160064 "(11GB)"
  699. 23:42:54 [6]: Storage capacity B: 5885952 "(0GB)" for "/dev/nvme0n1" length: 11496
  700. 23:42:54 [6]: Setting texts for 1 non-empty osprober entry
  701. 23:42:54 [6]: Updating partitioning preview widgets.
  702. 23:42:54 [6]: All requirements have been checked.
  703. 23:43:15 [6]: Got locale language "en_US.UTF-8"
  704. 23:43:15 [6]: .. extracted country "United States" :: ("en", "US")
  705. 23:43:15 [6]: .. looking for locale part "US"
  706. 23:43:15 [6]: .. matched "us"
  707. 23:43:15 [6]: Next level: "en"
  708. 23:43:21 [6]: Updating partitioning preview widgets.
  709. 23:43:28 [6]: Updating partitioning state widgets.
  710. 23:43:28 [6]: Setting up actions for "/dev/sdb" with 0 entries.
  711. 23:43:28 [6]: Checking if "/dev/sdb1" can be resized.
  712. 23:43:28 [6]: .. NO, filesystem "unknown" does not support resize.
  713. 23:43:28 [6]: Required storage B: 11811160064 "(11GB)"
  714. 23:43:28 [6]: Storage capacity B: 134217728 "(0GB)" for "/dev/sdb1" length: 262144
  715. 23:43:28 [6]: Checking if "/dev/sdb2" can be resized.
  716. 23:43:28 [6]: Partition "/dev/sdb2" authorized for resize + autopartition install.
  717. 23:43:28 [6]: .. contains resizable "/dev/sdb2"
  718. 23:43:28 [6]: Required storage B: 11811160064 "(11GB)"
  719. 23:43:28 [6]: Storage capacity B: 2000263577600 "(1862GB)" for "/dev/sdb2" length: 3906764800
  720. 23:43:28 [6]: Partition "/dev/sdb2" authorized for replace install.
  721. 23:43:28 [6]: .. contains replaceable "/dev/sdb2"
  722. 23:43:28 [6]: Setting texts for 0 osprober entries
  723. 23:43:28 [6]: Updating partitioning preview widgets.
  724. 23:43:28 [6]: Updating partitioning preview widgets.
  725. 23:43:32 [6]: Updating partitioning state widgets.
  726. 23:43:32 [6]: Setting up actions for "/dev/sdd" with 4 entries.
  727. 23:43:32 [6]: Checking if "/dev/sdd" can be resized.
  728. 23:43:32 [6]: .. NO, filesystem "unknown" does not support resize.
  729. 23:43:32 [6]: Required storage B: 11811160064 "(11GB)"
  730. 23:43:32 [6]: Storage capacity B: 3128320 "(0GB)" for "/dev/sdd" length: 6110
  731. 23:43:32 [6]: Checking if "/dev/sdd1" can be resized.
  732. 23:43:32 [6]: Partition "/dev/sdd1" authorized for resize + autopartition install.
  733. 23:43:32 [6]: .. contains resizable "/dev/sdd1"
  734. 23:43:32 [6]: Required storage B: 11811160064 "(11GB)"
  735. 23:43:32 [6]: Storage capacity B: 534631153664 "(497GB)" for "/dev/sdd1" length: 1044201472
  736. 23:43:32 [6]: Partition "/dev/sdd1" authorized for replace install.
  737. 23:43:32 [6]: .. contains replaceable "/dev/sdd1"
  738. 23:43:32 [6]: Checking if "/dev/sdd2" can be resized.
  739. 23:43:32 [6]: Partition "/dev/sdd2" authorized for resize + autopartition install.
  740. 23:43:32 [6]: .. contains resizable "/dev/sdd2"
  741. 23:43:32 [6]: Required storage B: 11811160064 "(11GB)"
  742. 23:43:32 [6]: Storage capacity B: 104857600000 "(97GB)" for "/dev/sdd2" length: 204800000
  743. 23:43:32 [6]: Partition "/dev/sdd2" authorized for replace install.
  744. 23:43:32 [6]: .. contains replaceable "/dev/sdd2"
  745. 23:43:32 [6]: Checking if "/dev/sdd3" can be resized.
  746. 23:43:32 [6]: Partition "/dev/sdd3" authorized for resize + autopartition install.
  747. 23:43:32 [6]: .. contains resizable "/dev/sdd3"
  748. 23:43:32 [6]: Required storage B: 11811160064 "(11GB)"
  749. 23:43:32 [6]: Storage capacity B: 99999547392 "(93GB)" for "/dev/sdd3" length: 195311616
  750. 23:43:32 [6]: Partition "/dev/sdd3" authorized for replace install.
  751. 23:43:32 [6]: .. contains replaceable "/dev/sdd3"
  752. 23:43:32 [6]: Checking if "/dev/sdd4" can be resized.
  753. 23:43:32 [6]: Partition "/dev/sdd4" authorized for resize + autopartition install.
  754. 23:43:32 [6]: .. contains resizable "/dev/sdd4"
  755. 23:43:32 [6]: Required storage B: 11811160064 "(11GB)"
  756. 23:43:32 [6]: Storage capacity B: 104857600000 "(97GB)" for "/dev/sdd4" length: 204800000
  757. 23:43:32 [6]: Partition "/dev/sdd4" authorized for replace install.
  758. 23:43:32 [6]: .. contains replaceable "/dev/sdd4"
  759. 23:43:32 [6]: Checking if "/dev/sdd5" can be resized.
  760. 23:43:32 [6]: Partition "/dev/sdd5" authorized for resize + autopartition install.
  761. 23:43:32 [6]: .. contains resizable "/dev/sdd5"
  762. 23:43:32 [6]: Required storage B: 11811160064 "(11GB)"
  763. 23:43:32 [6]: Storage capacity B: 155855822336 "(145GB)" for "/dev/sdd5" length: 304405903
  764. 23:43:32 [6]: Partition "/dev/sdd5" authorized for replace install.
  765. 23:43:32 [6]: .. contains replaceable "/dev/sdd5"
  766. 23:43:32 [6]: Setting texts for >= 2 osprober entries
  767. 23:43:32 [6]: Updating partitioning preview widgets.
  768. 23:43:37 [6]: Clicked row 5
  769. 23:43:39 [6]: Clicked row 5
  770. 23:43:41 [6]: Clicked row 5
  771. 23:43:46 [6]: Updating partitioning preview widgets.
  772. 23:43:47 [6]: Required storage B: 11811160064 "(11GB)"
  773. 23:43:47 [6]: Storage capacity B: 534631153664 "(497GB)" for "/dev/sdd1" length: 1044201472
  774. 23:43:47 [6]: Partition "/dev/sdd1" authorized for replace install.
  775. 23:43:47 [6]: Required storage B: 11811160064 "(11GB)"
  776. 23:43:47 [6]: Storage capacity B: 534631153664 "(497GB)" for "/dev/sdd1" length: 1044201472
  777. 23:43:47 [6]: Partition "/dev/sdd1" authorized for replace install.
  778. 23:43:47 [6]: Required storage B: 11811160064 "(11GB)"
  779. 23:43:47 [6]: Storage capacity B: 99999547392 "(93GB)" for "/dev/sdd3" length: 195311616
  780. 23:43:47 [6]: Partition "/dev/sdd3" authorized for replace install.
  781. 23:43:48 [6]: Required storage B: 11811160064 "(11GB)"
  782. 23:43:48 [6]: Storage capacity B: 104857600000 "(97GB)" for "/dev/sdd4" length: 204800000
  783. 23:43:48 [6]: Partition "/dev/sdd4" authorized for replace install.
  784. 23:43:49 [6]: Required storage B: 11811160064 "(11GB)"
  785. 23:43:49 [6]: Storage capacity B: 155855822336 "(145GB)" for "/dev/sdd5" length: 304405903
  786. 23:43:49 [6]: Partition "/dev/sdd5" authorized for replace install.
  787. 23:43:49 [6]: Required storage B: 11811160064 "(11GB)"
  788. 23:43:49 [6]: Storage capacity B: 155855822336 "(145GB)" for "/dev/sdd5" length: 304405903
  789. 23:43:49 [6]: Partition "/dev/sdd5" authorized for replace install.
  790. 23:43:49 [6]: Required storage B: 11811160064 "(11GB)"
  791. 23:43:49 [6]: Storage capacity B: 155855822336 "(145GB)" for "/dev/sdd5" length: 304405903
  792. 23:43:49 [6]: Partition "/dev/sdd5" authorized for replace install.
  793. 23:43:49 [6]: doReplacePartition for device "/dev/sdd5"
  794. 23:43:49 [6]: BLM::update holds 4 devices 4 rows
  795. 23:43:49 [6]: Required storage B: 11811160064 "(11GB)"
  796. 23:43:49 [6]: Storage capacity B: 155855822336 "(145GB)" for "/dev/sdd5" length: 304405903
  797. 23:43:49 [6]: Partition "/dev/sdd5" authorized for replace install.
  798. 23:43:50 [6]: Check EFI bootable "/dev/nvme0n1" "/dev/nvme0n1"
  799. 23:43:50 [6]: .. flags QFlags()
  800. 23:43:50 [6]: .. moved towards root 0x7f333802c0b0
  801. 23:43:50 [6]: .. partition table 0x7f333802c0b0 type 6
  802. 23:43:50 [6]: Check EFI bootable "/dev/nvme0n1p1" "/dev/nvme0n1"
  803. 23:43:50 [6]: .. flags QFlags(0x1)
  804. 23:43:50 [6]: Check EFI bootable "/dev/nvme0n1p2" "/dev/nvme0n1"
  805. 23:43:50 [6]: .. flags QFlags()
  806. 23:43:50 [6]: .. moved towards root 0x7f333802c0b0
  807. 23:43:50 [6]: .. partition table 0x7f333802c0b0 type 6
  808. 23:43:50 [6]: Check EFI bootable "/dev/nvme0n1p3" "/dev/nvme0n1"
  809. 23:43:50 [6]: .. flags QFlags()
  810. 23:43:50 [6]: .. moved towards root 0x7f333802c0b0
  811. 23:43:50 [6]: .. partition table 0x7f333802c0b0 type 6
  812. 23:43:50 [6]: Check EFI bootable "/dev/nvme0n1" "/dev/nvme0n1"
  813. 23:43:50 [6]: .. flags QFlags()
  814. 23:43:50 [6]: .. moved towards root 0x7f333802c0b0
  815. 23:43:50 [6]: .. partition table 0x7f333802c0b0 type 6
  816. 23:43:50 [6]: Check EFI bootable "/dev/sda1" "/dev/sda"
  817. 23:43:50 [6]: .. flags QFlags()
  818. 23:43:50 [6]: .. moved towards root 0x7f33380548e0
  819. 23:43:50 [6]: .. partition table 0x7f33380548e0 type 6
  820. 23:43:50 [6]: Check EFI bootable "/dev/sda2" "/dev/sda"
  821. 23:43:50 [6]: .. flags QFlags(0x1)
  822. 23:43:50 [6]: Check EFI bootable "/dev/sda3" "/dev/sda"
  823. 23:43:50 [6]: .. flags QFlags()
  824. 23:43:50 [6]: .. moved towards root 0x7f33380548e0
  825. 23:43:50 [6]: .. partition table 0x7f33380548e0 type 6
  826. 23:43:50 [6]: Check EFI bootable "/dev/sda4" "/dev/sda"
  827. 23:43:50 [6]: .. flags QFlags()
  828. 23:43:50 [6]: .. moved towards root 0x7f33380548e0
  829. 23:43:50 [6]: .. partition table 0x7f33380548e0 type 6
  830. 23:43:50 [6]: Check EFI bootable "/dev/sdb1" "/dev/sdb"
  831. 23:43:50 [6]: .. flags QFlags()
  832. 23:43:50 [6]: .. moved towards root 0x7f333809e670
  833. 23:43:50 [6]: .. partition table 0x7f333809e670 type 6
  834. 23:43:50 [6]: Check EFI bootable "/dev/sdb2" "/dev/sdb"
  835. 23:43:50 [6]: .. flags QFlags()
  836. 23:43:50 [6]: .. moved towards root 0x7f333809e670
  837. 23:43:50 [6]: .. partition table 0x7f333809e670 type 6
  838. 23:43:50 [6]: Check EFI bootable "/dev/sdd" "/dev/sdd"
  839. 23:43:50 [6]: .. flags QFlags()
  840. 23:43:50 [6]: .. moved towards root 0x7f3338093750
  841. 23:43:50 [6]: .. partition table 0x7f3338093750 type 6
  842. 23:43:50 [6]: Check EFI bootable "/dev/sdd1" "/dev/sdd"
  843. 23:43:50 [6]: .. flags QFlags()
  844. 23:43:50 [6]: .. moved towards root 0x7f3338093750
  845. 23:43:50 [6]: .. partition table 0x7f3338093750 type 6
  846. 23:43:50 [6]: Check EFI bootable "/dev/sdd2" "/dev/sdd"
  847. 23:43:50 [6]: .. flags QFlags()
  848. 23:43:50 [6]: .. moved towards root 0x7f3338093750
  849. 23:43:50 [6]: .. partition table 0x7f3338093750 type 6
  850. 23:43:50 [6]: Check EFI bootable "/dev/sdd3" "/dev/sdd"
  851. 23:43:50 [6]: .. flags QFlags()
  852. 23:43:50 [6]: .. moved towards root 0x7f3338093750
  853. 23:43:50 [6]: .. partition table 0x7f3338093750 type 6
  854. 23:43:50 [6]: Check EFI bootable "/dev/sdd4" "/dev/sdd"
  855. 23:43:50 [6]: .. flags QFlags()
  856. 23:43:50 [6]: .. moved towards root 0x7f3338093750
  857. 23:43:50 [6]: .. partition table 0x7f3338093750 type 6
  858. 23:43:50 [6]: Check EFI bootable "/dev/sdd" "/dev/sdd"
  859. 23:43:50 [6]: .. flags QFlags()
  860. 23:43:50 [6]: .. moved towards root 0x7f3338093750
  861. 23:43:50 [6]: .. partition table 0x7f3338093750 type 6
  862. 23:43:50 [6]: BLM::update holds 4 devices 4 rows
  863. 23:43:50 [6]: Check EFI bootable "/dev/nvme0n1" "/dev/nvme0n1"
  864. 23:43:50 [6]: .. flags QFlags()
  865. 23:43:50 [6]: .. moved towards root 0x7f333802c0b0
  866. 23:43:50 [6]: .. partition table 0x7f333802c0b0 type 6
  867. 23:43:50 [6]: Check EFI bootable "/dev/nvme0n1p1" "/dev/nvme0n1"
  868. 23:43:50 [6]: .. flags QFlags(0x1)
  869. 23:43:50 [6]: Check EFI bootable "/dev/nvme0n1p2" "/dev/nvme0n1"
  870. 23:43:50 [6]: .. flags QFlags()
  871. 23:43:50 [6]: .. moved towards root 0x7f333802c0b0
  872. 23:43:50 [6]: .. partition table 0x7f333802c0b0 type 6
  873. 23:43:50 [6]: Check EFI bootable "/dev/nvme0n1p3" "/dev/nvme0n1"
  874. 23:43:50 [6]: .. flags QFlags()
  875. 23:43:50 [6]: .. moved towards root 0x7f333802c0b0
  876. 23:43:50 [6]: .. partition table 0x7f333802c0b0 type 6
  877. 23:43:50 [6]: Check EFI bootable "/dev/nvme0n1" "/dev/nvme0n1"
  878. 23:43:50 [6]: .. flags QFlags()
  879. 23:43:50 [6]: .. moved towards root 0x7f333802c0b0
  880. 23:43:50 [6]: .. partition table 0x7f333802c0b0 type 6
  881. 23:43:50 [6]: Check EFI bootable "/dev/sda1" "/dev/sda"
  882. 23:43:50 [6]: .. flags QFlags()
  883. 23:43:50 [6]: .. moved towards root 0x7f33380548e0
  884. 23:43:50 [6]: .. partition table 0x7f33380548e0 type 6
  885. 23:43:50 [6]: Check EFI bootable "/dev/sda2" "/dev/sda"
  886. 23:43:50 [6]: .. flags QFlags(0x1)
  887. 23:43:50 [6]: Check EFI bootable "/dev/sda3" "/dev/sda"
  888. 23:43:50 [6]: .. flags QFlags()
  889. 23:43:50 [6]: .. moved towards root 0x7f33380548e0
  890. 23:43:50 [6]: .. partition table 0x7f33380548e0 type 6
  891. 23:43:50 [6]: Check EFI bootable "/dev/sda4" "/dev/sda"
  892. 23:43:50 [6]: .. flags QFlags()
  893. 23:43:50 [6]: .. moved towards root 0x7f33380548e0
  894. 23:43:50 [6]: .. partition table 0x7f33380548e0 type 6
  895. 23:43:50 [6]: Check EFI bootable "/dev/sdb1" "/dev/sdb"
  896. 23:43:50 [6]: .. flags QFlags()
  897. 23:43:50 [6]: .. moved towards root 0x7f333809e670
  898. 23:43:50 [6]: .. partition table 0x7f333809e670 type 6
  899. 23:43:50 [6]: Check EFI bootable "/dev/sdb2" "/dev/sdb"
  900. 23:43:50 [6]: .. flags QFlags()
  901. 23:43:50 [6]: .. moved towards root 0x7f333809e670
  902. 23:43:50 [6]: .. partition table 0x7f333809e670 type 6
  903. 23:43:50 [6]: Check EFI bootable "/dev/sdd" "/dev/sdd"
  904. 23:43:50 [6]: .. flags QFlags()
  905. 23:43:50 [6]: .. moved towards root 0x7f3338093750
  906. 23:43:50 [6]: .. partition table 0x7f3338093750 type 6
  907. 23:43:50 [6]: Check EFI bootable "/dev/sdd1" "/dev/sdd"
  908. 23:43:50 [6]: .. flags QFlags()
  909. 23:43:50 [6]: .. moved towards root 0x7f3338093750
  910. 23:43:50 [6]: .. partition table 0x7f3338093750 type 6
  911. 23:43:50 [6]: Check EFI bootable "/dev/sdd2" "/dev/sdd"
  912. 23:43:50 [6]: .. flags QFlags()
  913. 23:43:50 [6]: .. moved towards root 0x7f3338093750
  914. 23:43:50 [6]: .. partition table 0x7f3338093750 type 6
  915. 23:43:50 [6]: Check EFI bootable "/dev/sdd3" "/dev/sdd"
  916. 23:43:50 [6]: .. flags QFlags()
  917. 23:43:50 [6]: .. moved towards root 0x7f3338093750
  918. 23:43:50 [6]: .. partition table 0x7f3338093750 type 6
  919. 23:43:50 [6]: Check EFI bootable "/dev/sdd4" "/dev/sdd"
  920. 23:43:50 [6]: .. flags QFlags()
  921. 23:43:50 [6]: .. moved towards root 0x7f3338093750
  922. 23:43:50 [6]: .. partition table 0x7f3338093750 type 6
  923. 23:43:50 [6]: Check EFI bootable "/dev/sdd" "/dev/sdd"
  924. 23:43:50 [6]: .. flags QFlags()
  925. 23:43:50 [6]: .. moved towards root 0x7f3338093750
  926. 23:43:50 [6]: .. partition table 0x7f3338093750 type 6
  927. 23:43:50 [6]: # Queue:
  928. 23:43:50 [6]: ## Device: "INTEL SSDPEKNW010T8"
  929. 23:43:50 [6]: ## Device: "Samsung SSD 850 EVO 500GB"
  930. 23:43:50 [6]: ## Device: "ST2000DM001-1ER164"
  931. 23:43:50 [6]: ## Device: "ST1000LX015-1U7172"
  932. 23:43:50 [6]: - "Delete partition /dev/sdd5."
  933. 23:43:50 [6]: - "Create new 148635MiB partition on /dev/sdd (ST1000LX015-1U7172) with file system xfs."
  934. 23:43:51 [6]: Required storage B: 11811160064 "(11GB)"
  935. 23:43:51 [6]: Storage capacity B: 155855822336 "(145GB)" for "/dev/sdd5" length: 304405903
  936. 23:43:51 [6]: Partition "/dev/sdd5" authorized for replace install.
  937. 23:43:51 [6]: Required storage B: 11811160064 "(11GB)"
  938. 23:43:51 [6]: Storage capacity B: 155855822336 "(145GB)" for "/dev/sdd5" length: 304405903
  939. 23:43:51 [6]: Partition "/dev/sdd5" authorized for replace install.
  940. 23:44:27 [0]: QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout
  941. 23:44:27 [0]: QObject::setParent: Cannot set parent, new parent is in a different thread
  942. 23:44:27 [0]: QObject::setParent: Cannot set parent, new parent is in a different thread
  943. 23:44:27 [6]: Writing to GlobalStorage["partitions"]
  944. 23:44:27 [6]: .. partitions on "/dev/nvme0n1"
  945. 23:44:27 [6]: .. mapping for "" "unallocated"
  946. mtpoint: : ""
  947. fs: : "unknown"
  948. fsname : "unknown"
  949. uuid : ""
  950. 23:44:27 [6]: .. mapping for "/dev/nvme0n1p1" "/dev/nvme0n1p1"
  951. mtpoint: : "/boot"
  952. fs: : "fat32"
  953. fsname : "fat32"
  954. uuid : "760C-FC53"
  955. 23:44:27 [6]: .. mapping for "/dev/nvme0n1p2" "/dev/nvme0n1p2"
  956. mtpoint: : ""
  957. fs: : "ext4"
  958. fsname : "ext4"
  959. uuid : "52ab2db3-c8f8-42d2-8653-04f98a15950d"
  960. 23:44:27 [6]: .. mapping for "/dev/nvme0n1p3" "/dev/nvme0n1p3"
  961. mtpoint: : ""
  962. fs: : "linuxswap"
  963. fsname : "linuxswap"
  964. uuid : "466268ba-cae9-494c-bcba-f5b46f6b2f3e"
  965. 23:44:27 [6]: .. mapping for "" "unallocated"
  966. mtpoint: : ""
  967. fs: : "unknown"
  968. fsname : "unknown"
  969. uuid : ""
  970. 23:44:27 [6]: .. partitions on "/dev/sda"
  971. 23:44:27 [6]: .. mapping for "/dev/sda1" "/dev/sda1"
  972. mtpoint: : ""
  973. fs: : "ntfs"
  974. fsname : "ntfs"
  975. uuid : "24EA3259EA322786"
  976. 23:44:27 [6]: .. mapping for "/dev/sda2" "/dev/sda2"
  977. mtpoint: : ""
  978. fs: : "fat32"
  979. fsname : "fat32"
  980. uuid : "EA52-C8B4"
  981. 23:44:27 [6]: .. mapping for "/dev/sda3" "/dev/sda3"
  982. mtpoint: : ""
  983. fs: : "ntfs"
  984. fsname : "ntfs"
  985. uuid : "B8E480B8E4807B00"
  986. 23:44:27 [6]: .. mapping for "/dev/sda4" "/dev/sda4"
  987. mtpoint: : ""
  988. fs: : "ntfs"
  989. fsname : "ntfs"
  990. uuid : "6CB633DFB633A90A"
  991. 23:44:27 [6]: .. partitions on "/dev/sdb"
  992. 23:44:27 [6]: .. mapping for "/dev/sdb1" "/dev/sdb1"
  993. mtpoint: : ""
  994. fs: : "unknown"
  995. fsname : "unknown"
  996. uuid : ""
  997. 23:44:27 [6]: .. mapping for "/dev/sdb2" "/dev/sdb2"
  998. mtpoint: : ""
  999. fs: : "ntfs"
  1000. fsname : "ntfs"
  1001. uuid : "2A3C59AA3C5971B5"
  1002. 23:44:27 [6]: .. partitions on "/dev/sdd"
  1003. 23:44:27 [6]: .. mapping for "" "unallocated"
  1004. mtpoint: : ""
  1005. fs: : "unknown"
  1006. fsname : "unknown"
  1007. uuid : ""
  1008. 23:44:27 [6]: .. mapping for "/dev/sdd1" "/dev/sdd1"
  1009. mtpoint: : ""
  1010. fs: : "ext4"
  1011. fsname : "ext4"
  1012. uuid : "381b7e3b-446b-44f3-8e2c-3eadabcfe73d"
  1013. 23:44:27 [6]: .. mapping for "/dev/sdd2" "/dev/sdd2"
  1014. mtpoint: : ""
  1015. fs: : "ext4"
  1016. fsname : "ext4"
  1017. uuid : "5d8a3a9f-f2bd-4187-90f3-7b55d98f5671"
  1018. 23:44:27 [6]: .. mapping for "/dev/sdd3" "/dev/sdd3"
  1019. mtpoint: : ""
  1020. fs: : "ext4"
  1021. fsname : "ext4"
  1022. uuid : "75a95b30-e2a1-4802-a4da-d6184e364a25"
  1023. 23:44:27 [6]: .. mapping for "/dev/sdd4" "/dev/sdd4"
  1024. mtpoint: : ""
  1025. fs: : "ext4"
  1026. fsname : "ext4"
  1027. uuid : "807fa414-5ea5-4a00-b5cc-17973f7938f6"
  1028. 23:44:27 [6]: .. mapping for "" "New Partition"
  1029. mtpoint: : "/"
  1030. fs: : "xfs"
  1031. fsname : "xfs"
  1032. uuid : ""
  1033. 23:44:27 [6]: Writing to GlobalStorage["partitions"]
  1034. 23:44:27 [6]: .. partitions on "/dev/nvme0n1"
  1035. 23:44:27 [6]: .. mapping for "" "unallocated"
  1036. mtpoint: : ""
  1037. fs: : "unknown"
  1038. fsname : "unknown"
  1039. uuid : ""
  1040. 23:44:27 [6]: .. mapping for "/dev/nvme0n1p1" "/dev/nvme0n1p1"
  1041. mtpoint: : "/boot"
  1042. fs: : "fat32"
  1043. fsname : "fat32"
  1044. uuid : "760C-FC53"
  1045. 23:44:27 [6]: .. mapping for "/dev/nvme0n1p2" "/dev/nvme0n1p2"
  1046. mtpoint: : ""
  1047. fs: : "ext4"
  1048. fsname : "ext4"
  1049. uuid : "52ab2db3-c8f8-42d2-8653-04f98a15950d"
  1050. 23:44:27 [6]: .. mapping for "/dev/nvme0n1p3" "/dev/nvme0n1p3"
  1051. mtpoint: : ""
  1052. fs: : "linuxswap"
  1053. fsname : "linuxswap"
  1054. uuid : "466268ba-cae9-494c-bcba-f5b46f6b2f3e"
  1055. 23:44:27 [6]: .. mapping for "" "unallocated"
  1056. mtpoint: : ""
  1057. fs: : "unknown"
  1058. fsname : "unknown"
  1059. uuid : ""
  1060. 23:44:27 [6]: .. partitions on "/dev/sda"
  1061. 23:44:27 [6]: .. mapping for "/dev/sda1" "/dev/sda1"
  1062. mtpoint: : ""
  1063. fs: : "ntfs"
  1064. fsname : "ntfs"
  1065. uuid : "24EA3259EA322786"
  1066. 23:44:27 [6]: .. mapping for "/dev/sda2" "/dev/sda2"
  1067. mtpoint: : ""
  1068. fs: : "fat32"
  1069. fsname : "fat32"
  1070. uuid : "EA52-C8B4"
  1071. 23:44:27 [6]: .. mapping for "/dev/sda3" "/dev/sda3"
  1072. mtpoint: : ""
  1073. fs: : "ntfs"
  1074. fsname : "ntfs"
  1075. uuid : "B8E480B8E4807B00"
  1076. 23:44:27 [6]: .. mapping for "/dev/sda4" "/dev/sda4"
  1077. mtpoint: : ""
  1078. fs: : "ntfs"
  1079. fsname : "ntfs"
  1080. uuid : "6CB633DFB633A90A"
  1081. 23:44:27 [6]: .. partitions on "/dev/sdb"
  1082. 23:44:27 [6]: .. mapping for "/dev/sdb1" "/dev/sdb1"
  1083. mtpoint: : ""
  1084. fs: : "unknown"
  1085. fsname : "unknown"
  1086. uuid : ""
  1087. 23:44:27 [6]: .. mapping for "/dev/sdb2" "/dev/sdb2"
  1088. mtpoint: : ""
  1089. fs: : "ntfs"
  1090. fsname : "ntfs"
  1091. uuid : "2A3C59AA3C5971B5"
  1092. 23:44:27 [6]: .. partitions on "/dev/sdd"
  1093. 23:44:27 [6]: .. mapping for "" "unallocated"
  1094. mtpoint: : ""
  1095. fs: : "unknown"
  1096. fsname : "unknown"
  1097. uuid : ""
  1098. 23:44:27 [6]: .. mapping for "/dev/sdd1" "/dev/sdd1"
  1099. mtpoint: : ""
  1100. fs: : "ext4"
  1101. fsname : "ext4"
  1102. uuid : "381b7e3b-446b-44f3-8e2c-3eadabcfe73d"
  1103. 23:44:27 [6]: .. mapping for "/dev/sdd2" "/dev/sdd2"
  1104. mtpoint: : ""
  1105. fs: : "ext4"
  1106. fsname : "ext4"
  1107. uuid : "5d8a3a9f-f2bd-4187-90f3-7b55d98f5671"
  1108. 23:44:27 [6]: .. mapping for "/dev/sdd3" "/dev/sdd3"
  1109. mtpoint: : ""
  1110. fs: : "ext4"
  1111. fsname : "ext4"
  1112. uuid : "75a95b30-e2a1-4802-a4da-d6184e364a25"
  1113. 23:44:27 [6]: .. mapping for "/dev/sdd4" "/dev/sdd4"
  1114. mtpoint: : ""
  1115. fs: : "ext4"
  1116. fsname : "ext4"
  1117. uuid : "807fa414-5ea5-4a00-b5cc-17973f7938f6"
  1118. 23:44:27 [6]: .. mapping for "" "New Partition"
  1119. mtpoint: : "/"
  1120. fs: : "xfs"
  1121. fsname : "xfs"
  1122. uuid : ""
  1123. 23:44:27 [6]: Summary widget is larger than viewport, enlarge by 333 to QSize(822, 911)
  1124. 23:44:58 [6]: Starting job "Clear all temporary mounts."
  1125. 23:44:58 [6]: Opened mtab. Lines:
  1126. 23:44:58 [6]: "proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0"
  1127. 23:44:58 [6]: "sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0"
  1128. 23:44:58 [6]: "dev /dev devtmpfs rw,nosuid,relatime,size=12291088k,nr_inodes=3072772,mode=755 0 0"
  1129. 23:44:58 [6]: "run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0"
  1130. 23:44:58 [6]: "efivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 0"
  1131. 23:44:58 [6]: "union / aufs rw,relatime,si=dfbe47445129895c 0 0"
  1132. 23:44:58 [6]: "/dev/sdc1 /bootmnt iso9660 ro,relatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=default 0 0"
  1133. 23:44:58 [6]: "securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0"
  1134. 23:44:58 [6]: "tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0"
  1135. 23:44:58 [6]: "devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0"
  1136. 23:44:58 [6]: "tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0"
  1137. 23:44:58 [6]: "cgroup2 /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate 0 0"
  1138. 23:44:58 [6]: "cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0"
  1139. 23:44:58 [6]: "pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0"
  1140. 23:44:58 [6]: "bpf /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0"
  1141. 23:44:58 [6]: "cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0"
  1142. 23:44:58 [6]: "cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0"
  1143. 23:44:58 [6]: "cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0"
  1144. 23:44:58 [6]: "cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0"
  1145. 23:44:58 [6]: "cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0"
  1146. 23:44:58 [6]: "cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0"
  1147. 23:44:58 [6]: "cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0"
  1148. 23:44:58 [6]: "cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0"
  1149. 23:44:58 [6]: "cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0"
  1150. 23:44:58 [6]: "systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=38,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0"
  1151. 23:44:58 [6]: "debugfs /sys/kernel/debug debugfs rw,nosuid,nodev,noexec,relatime 0 0"
  1152. 23:44:58 [6]: "mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime 0 0"
  1153. 23:44:58 [6]: "hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0"
  1154. 23:44:58 [6]: "configfs /sys/kernel/config configfs rw,nosuid,nodev,noexec,relatime 0 0"
  1155. 23:44:58 [6]: "tmpfs /tmp tmpfs rw,nosuid,nodev,relatime 0 0"
  1156. 23:44:58 [6]: "tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=2461100k,mode=700,uid=1000,gid=100 0 0"
  1157. 23:44:58 [6]: "fusectl /sys/fs/fuse/connections fusectl rw,nosuid,nodev,noexec,relatime 0 0"
  1158. 23:44:58 [6]: ClearTempMountsJob finished. Here's what was done:
  1159. ""
  1160. 23:44:58 [6]: Starting job "Clear mounts for partitioning operations on /dev/nvme0n1"
  1161. 23:44:58 [6]: ClearMountsJob finished. Here's what was done:
  1162. ""
  1163. 23:44:58 [6]: Starting job "Clear mounts for partitioning operations on /dev/sdd"
  1164. 23:44:58 [6]: ClearMountsJob finished. Here's what was done:
  1165. ""
  1166. 23:44:58 [6]: Starting job "Delete partition /dev/sdd5."
  1167. 23:45:00 [6]: Starting job "Create new 148635MiB partition on /dev/sdd (ST1000LX015-1U7172) with file system xfs."
  1168. 23:45:06 [6]: Starting job "Set partition information"
  1169. 23:45:07 [6]: Writing to GlobalStorage["partitions"]
  1170. 23:45:07 [6]: .. partitions on "/dev/nvme0n1"
  1171. 23:45:07 [6]: .. mapping for "" "unallocated"
  1172. mtpoint: : ""
  1173. fs: : "unknown"
  1174. fsname : "unknown"
  1175. uuid : ""
  1176. 23:45:07 [6]: .. mapping for "/dev/nvme0n1p1" "/dev/nvme0n1p1"
  1177. mtpoint: : "/boot"
  1178. fs: : "fat32"
  1179. fsname : "fat32"
  1180. uuid : "760C-FC53"
  1181. 23:45:07 [6]: .. mapping for "/dev/nvme0n1p2" "/dev/nvme0n1p2"
  1182. mtpoint: : ""
  1183. fs: : "ext4"
  1184. fsname : "ext4"
  1185. uuid : "52ab2db3-c8f8-42d2-8653-04f98a15950d"
  1186. 23:45:07 [6]: .. mapping for "/dev/nvme0n1p3" "/dev/nvme0n1p3"
  1187. mtpoint: : ""
  1188. fs: : "linuxswap"
  1189. fsname : "linuxswap"
  1190. uuid : "466268ba-cae9-494c-bcba-f5b46f6b2f3e"
  1191. 23:45:07 [6]: .. mapping for "" "unallocated"
  1192. mtpoint: : ""
  1193. fs: : "unknown"
  1194. fsname : "unknown"
  1195. uuid : ""
  1196. 23:45:07 [6]: .. partitions on "/dev/sda"
  1197. 23:45:07 [6]: .. mapping for "/dev/sda1" "/dev/sda1"
  1198. mtpoint: : ""
  1199. fs: : "ntfs"
  1200. fsname : "ntfs"
  1201. uuid : "24EA3259EA322786"
  1202. 23:45:07 [6]: .. mapping for "/dev/sda2" "/dev/sda2"
  1203. mtpoint: : ""
  1204. fs: : "fat32"
  1205. fsname : "fat32"
  1206. uuid : "EA52-C8B4"
  1207. 23:45:07 [6]: .. mapping for "/dev/sda3" "/dev/sda3"
  1208. mtpoint: : ""
  1209. fs: : "ntfs"
  1210. fsname : "ntfs"
  1211. uuid : "B8E480B8E4807B00"
  1212. 23:45:07 [6]: .. mapping for "/dev/sda4" "/dev/sda4"
  1213. mtpoint: : ""
  1214. fs: : "ntfs"
  1215. fsname : "ntfs"
  1216. uuid : "6CB633DFB633A90A"
  1217. 23:45:07 [6]: .. partitions on "/dev/sdb"
  1218. 23:45:07 [6]: .. mapping for "/dev/sdb1" "/dev/sdb1"
  1219. mtpoint: : ""
  1220. fs: : "unknown"
  1221. fsname : "unknown"
  1222. uuid : ""
  1223. 23:45:07 [6]: .. mapping for "/dev/sdb2" "/dev/sdb2"
  1224. mtpoint: : ""
  1225. fs: : "ntfs"
  1226. fsname : "ntfs"
  1227. uuid : "2A3C59AA3C5971B5"
  1228. 23:45:07 [6]: .. partitions on "/dev/sdd"
  1229. 23:45:07 [6]: .. mapping for "" "unallocated"
  1230. mtpoint: : ""
  1231. fs: : "unknown"
  1232. fsname : "unknown"
  1233. uuid : ""
  1234. 23:45:07 [6]: .. mapping for "/dev/sdd1" "/dev/sdd1"
  1235. mtpoint: : ""
  1236. fs: : "ext4"
  1237. fsname : "ext4"
  1238. uuid : "381b7e3b-446b-44f3-8e2c-3eadabcfe73d"
  1239. 23:45:07 [6]: .. mapping for "/dev/sdd2" "/dev/sdd2"
  1240. mtpoint: : ""
  1241. fs: : "ext4"
  1242. fsname : "ext4"
  1243. uuid : "5d8a3a9f-f2bd-4187-90f3-7b55d98f5671"
  1244. 23:45:07 [6]: .. mapping for "/dev/sdd3" "/dev/sdd3"
  1245. mtpoint: : ""
  1246. fs: : "ext4"
  1247. fsname : "ext4"
  1248. uuid : "75a95b30-e2a1-4802-a4da-d6184e364a25"
  1249. 23:45:07 [6]: .. mapping for "/dev/sdd4" "/dev/sdd4"
  1250. mtpoint: : ""
  1251. fs: : "ext4"
  1252. fsname : "ext4"
  1253. uuid : "807fa414-5ea5-4a00-b5cc-17973f7938f6"
  1254. 23:45:07 [6]: .. mapping for "/dev/sdd5" "/dev/sdd5"
  1255. mtpoint: : "/"
  1256. fs: : "xfs"
  1257. fsname : "xfs"
  1258. uuid : "23d76af5-29c5-4b2c-84a7-87e5bae489cf"
  1259. 23:45:07 [6]: FillGlobalStorageJob writing empty bootLoader value
  1260. 23:45:07 [6]: Starting job "mount"
  1261. 23:45:07 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1262. 23:45:07 [6]: .. Found "en_US" in "/usr/share/locale/en_US"
  1263. 23:45:07 [6]: Job file "/usr/lib/calamares/modules/mount/main.py"
  1264. 23:45:07 [6]: Job description from pretty_name "mount" = "Mounting partitions."
  1265. 23:45:07 [6]: Starting job "unpackfs"
  1266. 23:45:07 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1267. 23:45:07 [6]: .. Found "en_US" in "/usr/share/locale/en_US"
  1268. 23:45:07 [6]: Job file "/usr/lib/calamares/modules/unpackfs/main.py"
  1269. 23:45:07 [6]: Job description from pretty_name "unpackfs" = "Filling up filesystems."
  1270. 23:57:03 [6]: Starting job "machineid"
  1271. 23:57:03 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1272. 23:57:03 [6]: .. Found "en_US" in "/usr/share/locale/en_US"
  1273. 23:57:03 [6]: Job file "/usr/lib/calamares/modules/machineid/main.py"
  1274. 23:57:03 [6]: Job description from pretty_name "machineid" = "Generate machine-id."
  1275. 23:57:03 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "systemd-machine-id-setup")
  1276. 23:57:04 [6]: Finished. Exit code: 0
  1277. 23:57:04 [6]: Target cmd: ("systemd-machine-id-setup")
  1278. 23:57:04 [6]: Target output:
  1279. Initializing machine ID from random generator.
  1280. 23:57:04 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "ln", "-s", "/etc/machine-id", "/var/lib/dbus/machine-id")
  1281. 23:57:04 [6]: Finished. Exit code: 0
  1282. 23:57:04 [6]: Target cmd: ("ln", "-s", "/etc/machine-id", "/var/lib/dbus/machine-id")
  1283. 23:57:04 [6]: Target output:
  1284.  
  1285. 23:57:04 [6]: Starting job "fstab"
  1286. 23:57:04 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1287. 23:57:04 [6]: .. Found "en_US" in "/usr/share/locale/en_US"
  1288. 23:57:04 [6]: Job file "/usr/lib/calamares/modules/fstab/main.py"
  1289. 23:57:04 [6]: Job description from pretty_name "fstab" = "Writing fstab."
  1290. 23:57:04 [6]: Starting job "Set timezone to America/Chicago"
  1291. 23:57:04 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "rm", "-f", "/etc/localtime")
  1292. 23:57:04 [6]: Finished. Exit code: 0
  1293. 23:57:04 [6]: Target cmd: ("rm", "-f", "/etc/localtime")
  1294. 23:57:04 [6]: Target output:
  1295.  
  1296. 23:57:04 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "ln", "-s", "/usr/share/zoneinfo/America/Chicago", "/etc/localtime")
  1297. 23:57:04 [6]: Finished. Exit code: 0
  1298. 23:57:04 [6]: Target cmd: ("ln", "-s", "/usr/share/zoneinfo/America/Chicago", "/etc/localtime")
  1299. 23:57:04 [6]: Target output:
  1300.  
  1301. 23:57:04 [6]: Starting job "Set keyboard model to pc105, layout to us-"
  1302. 23:57:04 [6]: Executing SetKeyboardLayoutJob
  1303. 23:57:04 [6]: Looking for converted keymap in "/tmp/calamares-root-h0xx7bij/lib/kbd/keymaps/xkb"
  1304. 23:57:04 [6]: Looking for legacy keymap in QRC
  1305. 23:57:04 [6]: .. Found legacy keymap "us" with score 11
  1306. 23:57:04 [6]: .. Found legacy keymap "us-acentos" with score 11
  1307. 23:57:04 [6]: .. Found legacy keymap "dvorak" with score 11
  1308. 23:57:04 [6]: .. Found legacy keymap "dvorak" with score 11
  1309. 23:57:04 [6]: Written KEYMAP= "us" to vconsole.conf
  1310. 23:57:04 [6]: Written XkbLayout "us" ; XkbModel "pc105" ; XkbVariant "" to X.org file "/tmp/calamares-root-h0xx7bij/etc/X11/xorg.conf.d/00-keyboard.conf"
  1311. 23:57:04 [6]: Starting job "localecfg"
  1312. 23:57:04 [6]: Job file "/usr/lib/calamares/modules/localecfg/main.py"
  1313. 23:57:04 [6]: Job description from __doc__ "localecfg" = "Create locale"
  1314. 23:57:04 [6]: [PYTHON JOB]: "Restored backup /tmp/calamares-root-h0xx7bij/etc/locale.gen.bak -> /tmp/calamares-root-h0xx7bij/etc/locale.gen"
  1315. 23:57:04 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "locale-gen")
  1316. 23:57:05 [6]: Finished. Exit code: 0
  1317. 23:57:05 [6]: Target cmd: ("locale-gen")
  1318. 23:57:05 [6]: Target output:
  1319. Generating locales...
  1320. en_US.UTF-8... done
  1321. Generation complete.
  1322. 23:57:05 [6]: [PYTHON JOB]: "/tmp/calamares-root-h0xx7bij/etc/locale.gen done"
  1323. 23:57:05 [6]: [PYTHON JOB]: "/tmp/calamares-root-h0xx7bij/etc/locale.conf done"
  1324. 23:57:05 [6]: [PYTHON JOB]: "/tmp/calamares-root-h0xx7bij/etc/default done"
  1325. 23:57:05 [6]: Starting job "luksbootkeyfile"
  1326. 23:57:05 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1327. 23:57:05 [6]: .. Found "en_US" in "/usr/share/locale/en_US"
  1328. 23:57:05 [6]: Job file "/usr/lib/calamares/modules/luksbootkeyfile/main.py"
  1329. 23:57:05 [6]: Job description from pretty_name "luksbootkeyfile" = "Configuring LUKS key file."
  1330. 23:57:05 [6]: Starting job "luksopenswaphookcfg"
  1331. 23:57:05 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1332. 23:57:05 [6]: .. Found "en_US" in "/usr/share/locale/en_US"
  1333. 23:57:05 [6]: Job file "/usr/lib/calamares/modules/luksopenswaphookcfg/main.py"
  1334. 23:57:05 [6]: Job description from pretty_name "luksopenswaphookcfg" = "Configuring encrypted swap."
  1335. 23:57:05 [6]: Starting job "initcpiocfg"
  1336. 23:57:05 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1337. 23:57:05 [6]: .. Found "en_US" in "/usr/share/locale/en_US"
  1338. 23:57:05 [6]: Job file "/usr/lib/calamares/modules/initcpiocfg/main.py"
  1339. 23:57:05 [6]: Job description from pretty_name "initcpiocfg" = "Configuring mkinitcpio."
  1340. 23:57:05 [6]: Starting job "hardwr"
  1341. 23:57:05 [6]: Job file "/usr/lib/calamares/modules/hardwr/main.py"
  1342. 23:57:05 [6]: Job description from __doc__ "hardwr" = "Run mkinitcpio"
  1343. 23:57:05 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "mkinitcpio", "-p", "linux")
  1344. 23:57:18 [6]: Finished. Exit code: 0
  1345. 23:57:18 [6]: Target cmd: ("mkinitcpio", "-p", "linux")
  1346. 23:57:18 [6]: Target output:
  1347. ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  1348. -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
  1349. ==> Starting build: 5.1.15-1
  1350. -> Running build hook: [base]
  1351. -> Running build hook: [udev]
  1352. -> Running build hook: [autodetect]
  1353. -> Running build hook: [modconf]
  1354. -> Running build hook: [block]
  1355. -> Running build hook: [keyboard]
  1356. -> Running build hook: [keymap]
  1357. -> Running build hook: [resume]
  1358. -> Running build hook: [filesystems]
  1359. -> Running build hook: [fsck]
  1360. ==> Generating module dependencies
  1361. ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
  1362. ==> Image generation successful
  1363. ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  1364. -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
  1365. ==> Starting build: 5.1.15-1
  1366. -> Running build hook: [base]
  1367. -> Running build hook: [udev]
  1368. -> Running build hook: [modconf]
  1369. -> Running build hook: [block]
  1370. ==> WARNING: Possibly missing firmware for module: aic94xx
  1371. ==> WARNING: Possibly missing firmware for module: wd719x
  1372. -> Running build hook: [keyboard]
  1373. -> Running build hook: [keymap]
  1374. -> Running build hook: [resume]
  1375. -> Running build hook: [filesystems]
  1376. -> Running build hook: [fsck]
  1377. ==> Generating module dependencies
  1378. ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
  1379. ==> Image generation successful
  1380. 23:57:18 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "hwclock", "--systohc", "--utc")
  1381. 23:57:18 [6]: Finished. Exit code: 0
  1382. 23:57:18 [6]: Target cmd: ("hwclock", "--systohc", "--utc")
  1383. 23:57:18 [6]: Target output:
  1384.  
  1385. 23:57:18 [6]: [PYTHON JOB]: "Hwclock set using RTC method."
  1386. 23:57:18 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "/usr/bin/mkdir", "-p", "/tmp/calamares-root-h0xx7bij/etc/modprobe.d")
  1387. 23:57:18 [6]: Finished. Exit code: 0
  1388. 23:57:18 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "/tmp/calamares-root-h0xx7bij/etc/modprobe.d")
  1389. 23:57:18 [6]: Target output:
  1390.  
  1391. 23:57:18 [6]: Starting job "Create user dbarron"
  1392. 23:57:18 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "useradd", "-m", "-U", "-s", "/bin/bash", "-c", "Danny", "dbarron")
  1393. 23:57:19 [6]: Finished. Exit code: 0
  1394. 23:57:19 [6]: Target cmd: ("useradd", "-m", "-U", "-s", "/bin/bash", "-c", "Danny", "dbarron")
  1395. 23:57:19 [6]: Target output:
  1396.  
  1397. 23:57:19 [6]: Running "chroot" "/tmp/calamares-root-h0xx7bij" "usermod" "-aG" "users,lp,video,network,storage,wheel,audio,lpadmin" "dbarron"
  1398. 23:57:19 [6]: Finished. Exit code: 0
  1399. 23:57:19 [6]: Target cmd: "usermod" "-aG" "users,lp,video,network,storage,wheel,audio,lpadmin" "dbarron"
  1400. 23:57:19 [6]: Target output:
  1401.  
  1402. 23:57:19 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "chown", "-R", "dbarron:dbarron", "<HOME_PATH>")
  1403. 23:57:19 [6]: Finished. Exit code: 0
  1404. 23:57:19 [6]: Target cmd: ("chown", "-R", "dbarron:dbarron", "<HOME_PATH>")
  1405. 23:57:19 [6]: Target output:
  1406.  
  1407. 23:57:19 [6]: Starting job "Set password for user dbarron"
  1408. 23:57:19 [6]: Running "chroot" "/tmp/calamares-root-h0xx7bij" "usermod" "-p" <password> "dbarron"
  1409. 23:57:19 [6]: Finished. Exit code: 0
  1410. 23:57:19 [6]: Target cmd: "usermod" "-p" <password> "dbarron"
  1411. 23:57:19 [6]: Target output:
  1412.  
  1413. 23:57:19 [6]: Starting job "Set password for user root"
  1414. 23:57:19 [6]: Running "chroot" "/tmp/calamares-root-h0xx7bij" "usermod" "-p" <password> "root"
  1415. 23:57:19 [6]: Finished. Exit code: 0
  1416. 23:57:19 [6]: Target cmd: "usermod" "-p" <password> "root"
  1417. 23:57:19 [6]: Target output:
  1418.  
  1419. 23:57:19 [6]: Starting job "Set hostname <HOSTNAME>"
  1420. 23:57:19 [6]: Starting job "networkcfg"
  1421. 23:57:19 [6]: Job file "/usr/lib/calamares/modules/networkcfg/main.py"
  1422. 23:57:19 [6]: Job description from __doc__ "networkcfg" = "Setup network configuration"
  1423. 23:57:19 [6]: Starting job "services"
  1424. 23:57:19 [6]: Job file "/usr/lib/calamares/modules/services/main.py"
  1425. 23:57:19 [6]: Job description from __doc__ "services" = "Setup systemd services"
  1426. 23:57:19 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "systemctl", "enable", "NetworkManager.service")
  1427. 23:57:19 [6]: Finished. Exit code: 0
  1428. 23:57:19 [6]: Target cmd: ("systemctl", "enable", "NetworkManager.service")
  1429. 23:57:19 [6]: Target output:
  1430.  
  1431. 23:57:19 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "systemctl", "enable", "org.cups.cupsd.service")
  1432. 23:57:19 [6]: Finished. Exit code: 0
  1433. 23:57:19 [6]: Target cmd: ("systemctl", "enable", "org.cups.cupsd.service")
  1434. 23:57:19 [6]: Target output:
  1435.  
  1436. 23:57:19 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "systemctl", "enable", "graphical.target")
  1437. 23:57:19 [6]: Finished. Exit code: 0
  1438. 23:57:19 [6]: Target cmd: ("systemctl", "enable", "graphical.target")
  1439. 23:57:19 [6]: Target output:
  1440. The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
  1441. Alias= settings in the [Install] section, and DefaultInstance= for template
  1442. units). This means they are not meant to be enabled using systemctl.
  1443.  
  1444. Possible reasons for having this kind of units are:
  1445. * A unit may be statically enabled by being symlinked from another unit's
  1446. .wants/ or .requires/ directory.
  1447. * A unit's purpose may be to act as a helper for some other unit which has
  1448. a requirement dependency on it.
  1449. * A unit may be started when needed via activation (socket, path, timer,
  1450. D-Bus, udev, scripted systemctl call, ...).
  1451. * In case of template units, the unit is meant to be enabled with some
  1452. instance name specified.
  1453. 23:57:19 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "systemctl", "disable", "pacman-init.service")
  1454. 23:57:19 [6]: Finished. Exit code: 0
  1455. 23:57:19 [6]: Target cmd: ("systemctl", "disable", "pacman-init.service")
  1456. 23:57:19 [6]: Target output:
  1457. Failed to disable unit, unit pacman-init.service does not exist.
  1458. 23:57:19 [6]: Starting job "grubconf"
  1459. 23:57:19 [6]: Job file "/usr/lib/calamares/modules/grubconf/main.py"
  1460. 23:57:19 [6]: Starting job "kdm_sddm"
  1461. 23:57:19 [6]: Job file "/usr/lib/calamares/modules/kdm_sddm/main.py"
  1462. 23:57:19 [6]: Job description from __doc__ "kdm_sddm" = "Configure display managers"
  1463. 23:57:19 [6]: Starting job "userkf5"
  1464. 23:57:19 [6]: Job file "/usr/lib/calamares/modules/userkf5/main.py"
  1465. 23:57:19 [6]: Job description from __doc__ "userkf5" = "Create Distribution specific settings for users"
  1466. 23:57:19 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "/usr/bin/mkdir", "-p", "<HOME_PATH>/Desktop")
  1467. 23:57:19 [6]: Finished. Exit code: 0
  1468. 23:57:19 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/Desktop")
  1469. 23:57:19 [6]: Target output:
  1470.  
  1471. 23:57:19 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config")
  1472. 23:57:19 [6]: Finished. Exit code: 0
  1473. 23:57:19 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/.config")
  1474. 23:57:19 [6]: Target output:
  1475.  
  1476. 23:57:19 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/applications/")
  1477. 23:57:19 [6]: Finished. Exit code: 0
  1478. 23:57:19 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/applications/")
  1479. 23:57:19 [6]: Target output:
  1480.  
  1481. 23:57:19 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/konqueror")
  1482. 23:57:19 [6]: Finished. Exit code: 0
  1483. 23:57:19 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/konqueror")
  1484. 23:57:19 [6]: Target output:
  1485.  
  1486. 23:57:19 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/konsole")
  1487. 23:57:19 [6]: Finished. Exit code: 0
  1488. 23:57:19 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/konsole")
  1489. 23:57:19 [6]: Target output:
  1490.  
  1491. 23:57:19 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/autostart")
  1492. 23:57:19 [6]: Finished. Exit code: 0
  1493. 23:57:19 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/autostart")
  1494. 23:57:19 [6]: Target output:
  1495.  
  1496. 23:57:19 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/plasma-workspace/env")
  1497. 23:57:19 [6]: Finished. Exit code: 0
  1498. 23:57:19 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/plasma-workspace/env")
  1499. 23:57:19 [6]: Target output:
  1500.  
  1501. 23:57:19 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/qtcurve")
  1502. 23:57:19 [6]: Finished. Exit code: 0
  1503. 23:57:19 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/qtcurve")
  1504. 23:57:19 [6]: Target output:
  1505.  
  1506. 23:57:19 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "chown", "-R", "dbarron:users", "<HOME_PATH>")
  1507. 23:57:19 [6]: Finished. Exit code: 0
  1508. 23:57:19 [6]: Target cmd: ("chown", "-R", "dbarron:users", "<HOME_PATH>")
  1509. 23:57:19 [6]: Target output:
  1510.  
  1511. 23:57:19 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "setcap", "cap_net_raw=ep", "/usr/bin/ping")
  1512. 23:57:19 [6]: Finished. Exit code: 0
  1513. 23:57:19 [6]: Target cmd: ("setcap", "cap_net_raw=ep", "/usr/bin/ping")
  1514. 23:57:19 [6]: Target output:
  1515.  
  1516. 23:57:20 [6]: Starting job "driver_cleanup"
  1517. 23:57:20 [6]: Job file "/usr/lib/calamares/modules/driver_cleanup/main.py"
  1518. 23:57:20 [6]: Job description from __doc__ "driver_cleanup" = "Clean up unused drivers"
  1519. 23:57:20 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "pacman", "-R", "--noconfirm", "xf86-video-intel")
  1520. 23:57:20 [6]: Finished. Exit code: 0
  1521. 23:57:20 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-intel")
  1522. 23:57:20 [6]: Target output:
  1523. checking dependencies...
  1524.  
  1525. Package (1) Old Version Net Change
  1526.  
  1527. xf86-video-intel 2.99.917.30-1 -2.13 MiB
  1528.  
  1529. Total Removed Size: 2.13 MiB
  1530.  
  1531. :: Do you want to remove these packages? [Y/n]
  1532. :: Processing package changes...
  1533. removing xf86-video-intel...
  1534. 23:57:20 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "pacman", "-R", "--noconfirm", "xf86-video-nouveau")
  1535. 23:57:20 [6]: Finished. Exit code: 1
  1536. 23:57:20 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-nouveau")
  1537. 23:57:20 [6]: Target output:
  1538. error: target not found: xf86-video-nouveau
  1539. 23:57:20 [6]: [PYTHON JOB]: " Driver: \"amdgpu\"\n"
  1540. 23:57:20 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "pacman", "-R", "--noconfirm", "xf86-video-ati")
  1541. 23:57:20 [6]: Finished. Exit code: 0
  1542. 23:57:20 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-ati")
  1543. 23:57:20 [6]: Target output:
  1544. checking dependencies...
  1545.  
  1546. Package (1) Old Version Net Change
  1547.  
  1548. xf86-video-ati 19.0.1-1 -0.50 MiB
  1549.  
  1550. Total Removed Size: 0.50 MiB
  1551.  
  1552. :: Do you want to remove these packages? [Y/n]
  1553. :: Processing package changes...
  1554. removing xf86-video-ati...
  1555. 23:57:20 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "pacman", "-R", "--noconfirm", "xf86-video-vmware")
  1556. 23:57:20 [6]: Finished. Exit code: 0
  1557. 23:57:20 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-vmware")
  1558. 23:57:20 [6]: Target output:
  1559. checking dependencies...
  1560.  
  1561. Package (1) Old Version Net Change
  1562.  
  1563. xf86-video-vmware 13.3.0-5 -0.18 MiB
  1564.  
  1565. Total Removed Size: 0.18 MiB
  1566.  
  1567. :: Do you want to remove these packages? [Y/n]
  1568. :: Processing package changes...
  1569. removing xf86-video-vmware...
  1570. 23:57:20 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "pacman", "-Rncs", "--noconfirm", "xf86-input-wacom")
  1571. 23:57:20 [6]: Finished. Exit code: 0
  1572. 23:57:20 [6]: Target cmd: ("pacman", "-Rncs", "--noconfirm", "xf86-input-wacom")
  1573. 23:57:20 [6]: Target output:
  1574. checking dependencies...
  1575.  
  1576. Package (2) Old Version Net Change
  1577.  
  1578. wacomtablet 3.1.1-1 -2.53 MiB
  1579. xf86-input-wacom 0.36.1-2 -0.22 MiB
  1580.  
  1581. Total Removed Size: 2.75 MiB
  1582.  
  1583. :: Do you want to remove these packages? [Y/n]
  1584. :: Processing package changes...
  1585. removing wacomtablet...
  1586. removing xf86-input-wacom...
  1587. :: Running post-transaction hooks...
  1588. (1/1) Updating the desktop file MIME type cache...
  1589. 23:57:20 [6]: Starting job "nonfree_drivers"
  1590. 23:57:20 [6]: Job file "/usr/lib/calamares/modules/nonfree_drivers/main.py"
  1591. 23:57:20 [6]: Job description from __doc__ "nonfree_drivers" = "Setup graphics drivers and sound"
  1592. 23:57:20 [6]: Starting job "package_removal"
  1593. 23:57:20 [6]: Job file "/usr/lib/calamares/modules/package_removal/main.py"
  1594. 23:57:20 [6]: Job description from __doc__ "package_removal" = "Package removal module. Live only packages, surplus language packs"
  1595. 23:57:20 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "pacman", "-Rns", "--noconfirm", "calamares", "calamares-debug", "console-setup")
  1596. 23:57:20 [6]: Finished. Exit code: 0
  1597. 23:57:20 [6]: Target cmd: ("pacman", "-Rns", "--noconfirm", "calamares", "calamares-debug", "console-setup")
  1598. 23:57:20 [6]: Target output:
  1599. checking dependencies...
  1600.  
  1601. Package (4) Old Version Net Change
  1602.  
  1603. yaml-cpp 0.6.2-3 -0.57 MiB
  1604. calamares 3.2.9-2 -9.05 MiB
  1605. calamares-debug 3.2.9-2 -76.50 MiB
  1606. console-setup 1.187-1 -0.14 MiB
  1607.  
  1608. Total Removed Size: 86.26 MiB
  1609.  
  1610. :: Do you want to remove these packages? [Y/n]
  1611. :: Processing package changes...
  1612. removing console-setup...
  1613. removing calamares-debug...
  1614. removing calamares...
  1615. removing yaml-cpp...
  1616. :: Running post-transaction hooks...
  1617. (1/1) Updating the desktop file MIME type cache...
  1618. 23:57:20 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "pacman", "-Rns", "--noconfirm", "welcome")
  1619. 23:57:20 [6]: Finished. Exit code: 0
  1620. 23:57:20 [6]: Target cmd: ("pacman", "-Rns", "--noconfirm", "welcome")
  1621. 23:57:20 [6]: Target output:
  1622. checking dependencies...
  1623.  
  1624. Package (1) Old Version Net Change
  1625.  
  1626. welcome 6.8-1 -2.97 MiB
  1627.  
  1628. Total Removed Size: 2.97 MiB
  1629.  
  1630. :: Do you want to remove these packages? [Y/n]
  1631. :: Processing package changes...
  1632. removing welcome...
  1633. :: Running post-transaction hooks...
  1634. (1/1) Updating the desktop file MIME type cache...
  1635. 23:57:20 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "pacman", "-Rns", "--noconfirm", "hardware-detection")
  1636. 23:57:20 [6]: Finished. Exit code: 0
  1637. 23:57:20 [6]: Target cmd: ("pacman", "-Rns", "--noconfirm", "hardware-detection")
  1638. 23:57:20 [6]: Target output:
  1639. checking dependencies...
  1640.  
  1641. Package (4) Old Version Net Change
  1642.  
  1643. khd-nvidia 430.26-4 0.00 MiB
  1644. khd-nvidia-340xx 340.107-19 0.00 MiB
  1645. khd-nvidia-390xx 390.116-7 0.00 MiB
  1646. hardware-detection 20190515-1 -0.06 MiB
  1647.  
  1648. Total Removed Size: 0.07 MiB
  1649.  
  1650. :: Do you want to remove these packages? [Y/n]
  1651. :: Processing package changes...
  1652. removing hardware-detection...
  1653. removing khd-nvidia-390xx...
  1654. removing khd-nvidia-340xx...
  1655. removing khd-nvidia...
  1656. 23:57:20 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "pacman", "-R", "--noconfirm", "init-live")
  1657. 23:57:20 [6]: Finished. Exit code: 0
  1658. 23:57:20 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "init-live")
  1659. 23:57:20 [6]: Target output:
  1660. checking dependencies...
  1661.  
  1662. Package (1) Old Version Net Change
  1663.  
  1664. init-live 2017.03-2 -0.03 MiB
  1665.  
  1666. Total Removed Size: 0.03 MiB
  1667.  
  1668. :: Do you want to remove these packages? [Y/n]
  1669. :: Processing package changes...
  1670. removing init-live...
  1671. Disabling systemd service
  1672. Removed /etc/systemd/system/multi-user.target.wants/live.service.
  1673. 23:57:20 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "pacman", "-Rncs", "--noconfirm", "grub")
  1674. 23:57:21 [6]: Finished. Exit code: 0
  1675. 23:57:21 [6]: Target cmd: ("pacman", "-Rncs", "--noconfirm", "grub")
  1676. 23:57:21 [6]: Target output:
  1677. checking dependencies...
  1678.  
  1679. Package (3) Old Version Net Change
  1680.  
  1681. grub-theme-midna 3.1-1 -0.76 MiB
  1682. grub2-editor 0.8.1-1 -0.82 MiB
  1683. grub 2.02-3 -27.44 MiB
  1684.  
  1685. Total Removed Size: 29.02 MiB
  1686.  
  1687. :: Do you want to remove these packages? [Y/n]
  1688. :: Running pre-transaction hooks...
  1689. (1/1) Removing old entries from the info directory file...
  1690. :: Processing package changes...
  1691. removing grub2-editor...
  1692. removing grub-theme-midna...
  1693. removing grub...
  1694. 23:57:21 [6]: Running "chroot" ("/tmp/calamares-root-h0xx7bij", "pacman", "-R", "--noconfirm", "virtualbox-guest-utils", "virtualbox-guest-modules")
  1695. 23:57:23 [6]: Finished. Exit code: 0
  1696. 23:57:23 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "virtualbox-guest-utils", "virtualbox-guest-modules")
  1697. 23:57:23 [6]: Target output:
  1698. checking dependencies...
  1699.  
  1700. Package (2) Old Version Net Change
  1701.  
  1702. virtualbox-guest-modules 6.0.8-4 -0.77 MiB
  1703. virtualbox-guest-utils 6.0.8-1 -11.81 MiB
  1704.  
  1705. Total Removed Size: 12.59 MiB
  1706.  
  1707. :: Do you want to remove these packages? [Y/n]
  1708. :: Processing package changes...
  1709. removing virtualbox-guest-utils...
  1710. removing virtualbox-guest-modules...
  1711. Unloading modules:
  1712. 23:57:23 [6]: Starting job "bootldr"
  1713. 23:57:23 [6]: Job file "/usr/lib/calamares/modules/bootldr/main.py"
  1714. 23:57:23 [6]: [PYTHON JOB]: "23d76af5-29c5-4b2c-84a7-87e5bae489cf"
  1715. 23:57:23 [6]: [PYTHON JOB]: "/dev/nvme0n1p1"
  1716. Warning: The kernel is still using the old partition table.
  1717. The new table will be used at the next reboot or after you
  1718. run partprobe(8) or kpartx(8)
  1719. The operation has completed successfully.
  1720. 23:57:28 [6]: Starting job "gummi_entries"
  1721. 23:57:28 [6]: Job file "/usr/lib/calamares/modules/gummi_entries/main.py"
  1722. 23:57:28 [6]: Starting job "umount"
  1723. 23:57:28 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
  1724. 23:57:28 [6]: .. Found "en_US" in "/usr/share/locale/en_US"
  1725. 23:57:28 [6]: Job file "/usr/lib/calamares/modules/umount/main.py"
  1726. 23:57:28 [6]: Job description from pretty_name "umount" = "Unmount file systems."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement