Skip to content

Instantly share code, notes, and snippets.

Created February 7, 2018 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2427ce7059ac4b723a4d6cdcfb93b01e to your computer and use it in GitHub Desktop.
Save anonymous/2427ce7059ac4b723a4d6cdcfb93b01e to your computer and use it in GitHub Desktop.
----------------------------------------------------------------------------------------------------------
cat /etc/KaOS-release
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
inxi -Fxz
----------------------------------------------------------------------------------------------------------
System: Host: <HOSTNAME> Kernel: 4.14.14-1 x86_64 bits: 64 gcc: 6.4.0
Desktop: KDE Plasma 5.12.0 (Qt 5.10.0) Distro: KaOS (2018)
Machine: Device: laptop System: HP product: HP Pavilion Notebook v: Type1ProductConfigId serial: N/A
Mobo: HP model: 80A1 v: 91.19 serial: N/A UEFI: Insyde v: F.54 date: 09/22/2015
Battery BAT0: charge: 41.1 Wh 100.0% condition: 41.1/41.1 Wh (100%)
model: Hewlett-Packard Primary status: Full
CPU: Dual core Intel Core i5-6200U (-MT-MCP-) arch: Skylake rev.3 cache: 3072 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 9600
clock speeds: max: 2800 MHz 1: 500 MHz 2: 500 MHz 3: 500 MHz 4: 500 MHz
Graphics: Card: Intel HD Graphics 520 bus-ID: 00:02.0
Display Server: x11 (X.Org 1.19.6 ) drivers: intel (unloaded: modesetting,vesa)
Resolution: 1920x1080@60.02hz
OpenGL: renderer: Mesa DRI Intel HD Graphics 520 (Skylake GT2)
version: 4.5 Mesa 17.3.3 Direct Render: Yes
Audio: Card Intel Sunrise Point-LP HD Audio driver: snd_hda_intel bus-ID: 00:1f.3
Sound: Advanced Linux Sound Architecture v: k4.14.14-1
Network: Card-1: Intel Wireless 3165 driver: iwlwifi bus-ID: 02:00.0
IF: wlo1 state: down mac: <filter>
Card-2: Realtek RTL8101/2/6E PCIE Fast/Gigabit Ethernet controller
driver: r8169 v: 2.3LK-NAPI port: 3000 bus-ID: 03:00.0
IF: eno1 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives: HDD Total Size: 1000.2GB (1.6% used)
ID-1: /dev/sda model: TOSHIBA_MQ01ABD1 size: 1000.2GB
Partition: ID-1: / size: 26G used: 6.6G (26%) fs: xfs dev: /dev/sda2
ID-2: /boot size: 595M used: 36M (6%) fs: vfat dev: /dev/sda1
ID-3: /home size: 13G used: 271M (3%) fs: xfs dev: /dev/sda3
ID-4: swap-1 size: 9.12GB used: 0.00GB (0%) fs: swap dev: /dev/sda4
Sensors: System Temperatures: cpu: 30.0C mobo: N/A
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 174 Uptime: 29 min Memory: 737.5/7820.3MB Init: systemd runlevel: 5 Gcc sys: 7.3.0
Client: Unknown : octopi inxi: 2.3.56
----------------------------------------------------------------------------------------------------------
journalctl -b -p err
----------------------------------------------------------------------------------------------------------
-- Logs begin at Wed 2018-02-07 10:54:44 EST, end at Wed 2018-02-07 12:05:22 EST. --
Feb 07 11:36:15 <HOSTNAME> kernel: [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb2 (or later)
Feb 07 11:36:15 <HOSTNAME> kernel: ACPI BIOS Error (bug): \_SB.PCI0.RP07.PXSX._DSW: Insufficient arguments - ASL declared 1, ACPI requires 3 (20170728/nsarguments-190)
Feb 07 11:36:15 <HOSTNAME> kernel: ACPI BIOS Error (bug): \_SB.PCI0.RP09.PXSX._DSW: Insufficient arguments - ASL declared 1, ACPI requires 3 (20170728/nsarguments-190)
Feb 07 11:36:15 <HOSTNAME> kernel: platform MSFT0101:00: failed to claim resource 1: [mem 0xfed40000-0xfed40fff]
Feb 07 11:36:15 <HOSTNAME> kernel: acpi MSFT0101:00: platform device creation failed: -16
Feb 07 11:36:20 <HOSTNAME> kernel: kvm: disabled by bios
Feb 07 11:36:20 <HOSTNAME> kernel: kvm: disabled by bios
Feb 07 11:36:20 <HOSTNAME> kernel: kvm: disabled by bios
Feb 07 11:37:01 <HOSTNAME> pulseaudio[644]: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
----------------------------------------------------------------------------------------------------------
cat /etc/pacman.conf
----------------------------------------------------------------------------------------------------------
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -C - %u > %o
#CleanMethod = KeepInstalled
#UseDelta = 0.7
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options (all disabled by default)
#UseSyslog
#ShowSize
Color
#TotalDownload
CheckSpace
VerbosePkgLists
ILoveCandy
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Never
LocalFileSigLevel = Never
#RemoteFileSigLevel = Required
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
[core]
Include = /etc/pacman.d/mirrorlist
[main]
Include = /etc/pacman.d/mirrorlist
[apps]
Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
----------------------------------------------------------------------------------------------------------
pacman -Qm
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
cat /var/log/pacman.log
----------------------------------------------------------------------------------------------------------
[2018-02-07 10:35] [PACMAN] Running 'pacman -R --noconfirm xf86-video-nouveau'
[2018-02-07 10:35] [ALPM] transaction started
[2018-02-07 10:35] [ALPM] removed xf86-video-nouveau (1.0.15-1)
[2018-02-07 10:35] [ALPM] transaction completed
[2018-02-07 10:35] [PACMAN] Running 'pacman -R --noconfirm xf86-video-amdgpu'
[2018-02-07 10:35] [ALPM] transaction started
[2018-02-07 10:35] [ALPM] removed xf86-video-amdgpu (1.4.0-1)
[2018-02-07 10:35] [ALPM] transaction completed
[2018-02-07 10:35] [PACMAN] Running 'pacman -R --noconfirm xf86-video-ati'
[2018-02-07 10:35] [ALPM] transaction started
[2018-02-07 10:35] [ALPM] removed xf86-video-ati (7.10.0-1)
[2018-02-07 10:35] [ALPM] transaction completed
[2018-02-07 10:35] [PACMAN] Running 'pacman -R --noconfirm xf86-video-vmware'
[2018-02-07 10:35] [ALPM] transaction started
[2018-02-07 10:35] [ALPM] removed xf86-video-vmware (13.2.1-5)
[2018-02-07 10:35] [ALPM] transaction completed
[2018-02-07 10:35] [PACMAN] Running 'pacman -Rncs --noconfirm xf86-input-wacom'
[2018-02-07 10:35] [ALPM] transaction started
[2018-02-07 10:35] [ALPM] removed wacomtablet (2.9.82-1)
[2018-02-07 10:35] [ALPM] removed xf86-input-wacom (0.35.0-1)
[2018-02-07 10:35] [ALPM] transaction completed
[2018-02-07 10:35] [ALPM] running 'update-desktop-database.hook'...
[2018-02-07 10:35] [PACMAN] Running 'pacman -Rns --noconfirm calamares calamares-debug console-setup'
[2018-02-07 10:35] [ALPM] transaction started
[2018-02-07 10:35] [ALPM] removed console-setup (1.167-1)
[2018-02-07 10:35] [ALPM] removed calamares-debug (3.1.98-1)
[2018-02-07 10:35] [ALPM] removed calamares (3.1.98-1)
[2018-02-07 10:35] [ALPM] removed yaml-cpp (0.5.3-5)
[2018-02-07 10:35] [ALPM] removed pythonqt (3.2-3)
[2018-02-07 10:35] [ALPM] transaction completed
[2018-02-07 10:35] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-02-07 10:35] [ALPM] running 'update-desktop-database.hook'...
[2018-02-07 10:35] [PACMAN] Running 'pacman -Rns --noconfirm welcome'
[2018-02-07 10:35] [ALPM] transaction started
[2018-02-07 10:35] [ALPM] removed welcome (5.7-1)
[2018-02-07 10:35] [ALPM] transaction completed
[2018-02-07 10:35] [ALPM] running 'update-desktop-database.hook'...
[2018-02-07 10:35] [PACMAN] Running 'pacman -Rns --noconfirm hardware-detection'
[2018-02-07 10:35] [ALPM] transaction started
[2018-02-07 10:35] [ALPM] removed hardware-detection (20180112-1)
[2018-02-07 10:35] [ALPM] removed khd-nvidia-340xx (340.106-1)
[2018-02-07 10:35] [ALPM] removed khd-nvidia (387.34-5)
[2018-02-07 10:35] [ALPM] transaction completed
[2018-02-07 10:35] [PACMAN] Running 'pacman -R --noconfirm init-live'
[2018-02-07 10:35] [ALPM] transaction started
[2018-02-07 10:35] [ALPM-SCRIPTLET] Disabling systemd service
[2018-02-07 10:35] [ALPM-SCRIPTLET] Removed /etc/systemd/system/multi-user.target.wants/live.service.
[2018-02-07 10:35] [ALPM] removed init-live (2017.03-2)
[2018-02-07 10:35] [ALPM] transaction completed
[2018-02-07 10:35] [PACMAN] Running 'pacman -Rns --noconfirm grub grub-theme-midna'
[2018-02-07 10:35] [PACMAN] Running 'pacman -R --noconfirm virtualbox-guest-utils virtualbox-guest-modules'
[2018-02-07 10:35] [ALPM] transaction started
[2018-02-07 10:35] [ALPM] removed virtualbox-guest-utils (5.2.6-1)
[2018-02-07 10:35] [ALPM] removed virtualbox-guest-modules (5.2.6-1)
[2018-02-07 10:35] [ALPM-SCRIPTLET] Unloading modules:
[2018-02-07 10:35] [ALPM] transaction completed
[2018-02-07 10:37] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-02-07 10:37] [PACMAN] synchronizing package lists
[2018-02-07 10:50] [PACMAN] Running 'pacman -R --noconfirm qupzilla'
[2018-02-07 10:50] [ALPM] transaction started
[2018-02-07 10:50] [ALPM] removed qupzilla (2.2.4-1)
[2018-02-07 10:50] [ALPM] transaction completed
[2018-02-07 10:50] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-02-07 10:50] [ALPM] running 'update-desktop-database.hook'...
[2018-02-07 10:51] [PACMAN] Running 'pacman -R --noconfirm calligra'
[2018-02-07 10:51] [ALPM] transaction started
[2018-02-07 10:51] [ALPM] removed calligra (3.0.1-11)
[2018-02-07 10:51] [ALPM] transaction completed
[2018-02-07 10:51] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-02-07 10:51] [ALPM] running 'update-desktop-database.hook'...
[2018-02-07 10:51] [ALPM] running 'update-mime-database.hook'...
[2018-02-07 10:51] [PACMAN] Running 'pacman -R --noconfirm quassel'
[2018-02-07 10:51] [ALPM] transaction started
[2018-02-07 10:51] [ALPM] removed quassel (0.12.4-6)
[2018-02-07 10:51] [ALPM] transaction completed
[2018-02-07 10:51] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-02-07 10:51] [ALPM] running 'update-desktop-database.hook'...
[2018-02-07 10:52] [PACMAN] Running 'pacman -R --noconfirm kamoso'
[2018-02-07 10:52] [ALPM] transaction started
[2018-02-07 10:52] [ALPM] removed kamoso (3.2.4-1)
[2018-02-07 10:52] [ALPM] transaction completed
[2018-02-07 10:52] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-02-07 10:52] [ALPM] running 'update-desktop-database.hook'...
[2018-02-07 10:53] [PACMAN] Running 'pacman -R --noconfirm seafile-client seafile'
[2018-02-07 10:53] [ALPM] transaction started
[2018-02-07 10:53] [ALPM] removed seafile-client (6.1.4-1)
[2018-02-07 10:53] [ALPM] removed seafile (6.1.4-1)
[2018-02-07 10:53] [ALPM] transaction completed
[2018-02-07 10:53] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-02-07 10:53] [ALPM] running 'update-desktop-database.hook'...
[2018-02-07 11:09] [PACMAN] Running 'pacman -Syy'
[2018-02-07 11:09] [PACMAN] synchronizing package lists
[2018-02-07 11:09] [PACMAN] Running 'pacman -Syu'
[2018-02-07 11:09] [PACMAN] synchronizing package lists
[2018-02-07 11:09] [PACMAN] starting full system upgrade
[2018-02-07 11:15] [ALPM] transaction started
[2018-02-07 11:15] [ALPM] upgraded linux-api-headers (4.11.4-1 -> 4.14.14-1)
[2018-02-07 11:15] [ALPM] upgraded tzdata (2018a-1 -> 2018c-1)
[2018-02-07 11:15] [ALPM] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
[2018-02-07 11:15] [ALPM] upgraded glibc (2.25-3 -> 2.26-1)
[2018-02-07 11:15] [ALPM-SCRIPTLET] Generating locales...
[2018-02-07 11:15] [ALPM-SCRIPTLET] en_US.UTF-8... done
[2018-02-07 11:15] [ALPM-SCRIPTLET] en_CA.UTF-8... done
[2018-02-07 11:15] [ALPM-SCRIPTLET] en_US.UTF-8... done
[2018-02-07 11:15] [ALPM-SCRIPTLET] Generation complete.
[2018-02-07 11:15] [ALPM] upgraded ncurses (6.0-4 -> 6.1-1)
[2018-02-07 11:15] [ALPM] upgraded bash (4.4.012-1 -> 4.4.018-1)
[2018-02-07 11:15] [ALPM] upgraded binutils (2.28-1 -> 2.30-1)
[2018-02-07 11:15] [ALPM] upgraded gcc-libs (6.4.0-1 -> 7.3.0-1)
[2018-02-07 11:15] [ALPM] upgraded gmp (6.1.2-1 -> 6.1.2-2)
[2018-02-07 11:15] [ALPM] upgraded llvm (5.0.1-1 -> 5.0.1-2)
[2018-02-07 11:15] [ALPM] upgraded mesa (17.3.2-1 -> 17.3.3-1)
[2018-02-07 11:15] [ALPM] upgraded glib2 (2.54.3-1 -> 2.54.3-2)
[2018-02-07 11:15] [ALPM] upgraded harfbuzz (1.7.4-2 -> 1.7.5-1)
[2018-02-07 11:15] [ALPM] upgraded sqlite (3.21.0-1 -> 3.22.0-1)
[2018-02-07 11:15] [ALPM] upgraded cryptsetup (2.0.0-1 -> 2.0.1-1)
[2018-02-07 11:15] [ALPM] upgraded lz4 (1:1.8.0-1 -> 1:1.8.1.2-1)
[2018-02-07 11:15] [ALPM] warning: directory permissions differ on /var/cache/man/
filesystem: 2755 package: 755
[2018-02-07 11:15] [ALPM] upgraded filesystem (2018.01-1 -> 2018.01-2)
[2018-02-07 11:15] [ALPM] upgraded systemd (1:236-1 -> 1:237-1)
[2018-02-07 11:15] [ALPM-SCRIPTLET] :: Updating bootctl
[2018-02-07 11:15] [ALPM-SCRIPTLET] Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boot/EFI/systemd/systemd-bootx64.efi".
[2018-02-07 11:15] [ALPM-SCRIPTLET] Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boot/EFI/BOOT/BOOTX64.EFI".
[2018-02-07 11:15] [ALPM] upgraded libgl (17.3.2-1 -> 17.3.3-1)
[2018-02-07 11:15] [ALPM] upgraded libevdev (1.5.7-1 -> 1.5.8-1)
[2018-02-07 11:15] [ALPM] upgraded mpfr (3.1.6-1 -> 4.0.0-1)
[2018-02-07 11:15] [ALPM] upgraded libmpc (1.0.3-6 -> 1.1.0-1)
[2018-02-07 11:15] [ALPM] upgraded gcc (6.4.0-1 -> 7.3.0-1)
[2018-02-07 11:15] [ALPM] upgraded libtool (2.4.6-11 -> 2.4.6-12)
[2018-02-07 11:15] [ALPM] upgraded nspr (4.17-1 -> 4.18-1)
[2018-02-07 11:15] [ALPM] upgraded curl (7.57.0-1 -> 7.58.0-1)
[2018-02-07 11:15] [ALPM] upgraded fluidsynth (1.1.8-2 -> 1.1.9-1)
[2018-02-07 11:15] [ALPM] upgraded librsvg (2.42.0-1 -> 2.42.1-1)
[2018-02-07 11:15] [ALPM] upgraded libdvdread (5.0.3-2 -> 6.0.0-1)
[2018-02-07 11:15] [ALPM] upgraded libdvdnav (5.0.3-2 -> 6.0.0-1)
[2018-02-07 11:15] [ALPM] upgraded v4l-utils (1.12.5-1 -> 1.14.1-1)
[2018-02-07 11:15] [ALPM] upgraded knotifications (5.42.0-1 -> 5.42.0-2)
[2018-02-07 11:15] [ALPM] upgraded libbytesize (1.0-1 -> 1.2-1)
[2018-02-07 11:15] [ALPM] upgraded nss (3.34.1-1 -> 3.35-1)
[2018-02-07 11:15] [ALPM] upgraded libblockdev (2.15-1 -> 2.15-2)
[2018-02-07 11:15] [ALPM] upgraded bluedevil (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:15] [ALPM] upgraded kdecoration (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:15] [ALPM] upgraded breeze (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:15] [ALPM] upgraded breeze-gtk (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:15] [ALPM] upgraded calligra-l10n (3.0.1-11 -> 3.1.0-1)
[2018-02-07 11:15] [ALPM] upgraded cups-filters (1.19.0-1 -> 1.20.0-1)
[2018-02-07 11:15] [ALPM] upgraded dnsutils (9.11.2-1 -> 9.12.0-1)
[2018-02-07 11:15] [ALPM] upgraded drkonqi (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:15] [ALPM] upgraded eigen3 (3.3.3-1 -> 3.3.4-1)
[2018-02-07 11:15] [ALPM] upgraded elisa (0.0.80-1 -> 0.0.81-1)
[2018-02-07 11:15] [ALPM] upgraded gawk (4.2.0-2 -> 4.2.0-3)
[2018-02-07 11:15] [ALPM] upgraded gdb (8.0.1-1 -> 8.1-1)
[2018-02-07 11:15] [ALPM] upgraded git (2.15.1-1 -> 2.16.1-1)
[2018-02-07 11:15] [ALPM] upgraded iasl (20171215-1 -> 20180105-1)
[2018-02-07 11:15] [ALPM] upgraded libraw (0.18.6-1 -> 0.18.7-1)
[2018-02-07 11:15] [ALPM] upgraded imagemagick (6.9.9.33-1 -> 6.9.9.34-1)
[2018-02-07 11:15] [ALPM] upgraded inxi (2.3.55-1 -> 2.3.56-1)
[2018-02-07 11:15] [ALPM] upgraded iproute2 (4.14.1-1 -> 4.15.0-1)
[2018-02-07 11:15] [ALPM] upgraded kactivitymanagerd (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:15] [ALPM] upgraded kde-cli-tools (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:15] [ALPM] upgraded kde-gtk-config (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:15] [ALPM] upgraded libbsd (0.8.6-1 -> 0.8.7-1)
[2018-02-07 11:15] [ALPM] upgraded libmbim (1.14.2-2 -> 1.16.0-1)
[2018-02-07 11:15] [ALPM] upgraded libqmi (1.18.0-3 -> 1.20.0-1)
[2018-02-07 11:15] [ALPM] upgraded modemmanager (1.6.12-1 -> 1.6.12-3)
[2018-02-07 11:15] [ALPM] upgraded kscreenlocker (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:15] [ALPM] upgraded kwin (5.11.5-1 -> 5.12.0-2)
[2018-02-07 11:15] [ALPM] upgraded libksysguard (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:15] [ALPM] upgraded milou (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:15] [ALPM] upgraded libkscreen (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:15] [ALPM] upgraded libqalculate (2.1.0-2 -> 2.2.1-1)
[2018-02-07 11:15] [ALPM] upgraded sddm-kcm (1:5.11.5-1 -> 1:5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded plasma-l10n (5.11.0-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded plasma-workspace (5.11.5-1 -> 5.12.0-2)
[2018-02-07 11:16] [ALPM] upgraded kdeplasma-addons (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded khotkeys (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded kinfocenter (5.11.5-2 -> 5.12.0-2)
[2018-02-07 11:16] [ALPM] upgraded kmenuedit (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded kscreen (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded ksshaskpass (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded ksysguard (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded kwallet-pam (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded linux-firmware (20180104-1 -> 20180119-1)
[2018-02-07 11:16] [ALPM] upgraded micro (1.3.4-1 -> 1.4.0-1)
[2018-02-07 11:16] [ALPM] upgraded midna-themes (2.1.0-1 -> 2.2.0-1)
[2018-02-07 11:16] [ALPM] warning: /etc/mkinitcpio.conf installed as /etc/mkinitcpio.conf.pacnew
[2018-02-07 11:16] [ALPM] upgraded mkinitcpio (23-1 -> 24-1)
[2018-02-07 11:16] [ALPM] upgraded nano (2.9.2-1 -> 2.9.3-1)
[2018-02-07 11:16] [ALPM] upgraded oxygen (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded pepper-flash (28.0.0.137-1 -> 28.0.0.161-1)
[2018-02-07 11:16] [ALPM-SCRIPTLET]  Firefox users make sure to add freshplayerplugin
[2018-02-07 11:16] [ALPM-SCRIPTLET]  sudo pacman -S freshplayerplugin
[2018-02-07 11:16] [ALPM-SCRIPTLET]  This way it is no longer needed to use adobe flash 
[2018-02-07 11:16] [ALPM] upgraded polkit-kde-agent-1 (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded systemsettings (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded powerdevil (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded plasma-integration (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] installed xf86-input-libinput (0.26.0-1)
[2018-02-07 11:16] [ALPM] upgraded plasma-desktop (5.11.5-1 -> 5.12.0-2)
[2018-02-07 11:16] [ALPM] upgraded plasma-nm (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded plasma-pa (5.11.5-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded plasma-workspace-wallpapers (5.11.1-1 -> 5.12.0-1)
[2018-02-07 11:16] [ALPM] upgraded pptpclient (1.9.0-1 -> 1.10.0-1)
[2018-02-07 11:16] [ALPM] upgraded sip3 (4.19.6-1 -> 4.19.7-1)
[2018-02-07 11:16] [ALPM] upgraded pyqt5-python3 (5.9.2-2 -> 5.10-1)
[2018-02-07 11:16] [ALPM] upgraded python2-cairo (1.15.4-1 -> 1.15.5-1)
[2018-02-07 11:16] [ALPM] upgraded python3-cairo (1.15.4-1 -> 1.15.5-1)
[2018-02-07 11:16] [ALPM] upgraded qt5-wayland (5.10.0-2 -> 5.10.0-3)
[2018-02-07 11:16] [ALPM] upgraded rsync (3.1.3pre1-1 -> 3.1.3-1)
[2018-02-07 11:16] [ALPM] upgraded simplescreenrecorder (0.3.9-1 -> 0.3.9-2)
[2018-02-07 11:16] [ALPM] upgraded youtube-dl (2018.01.14-1 -> 2018.01.27-1)
[2018-02-07 11:16] [ALPM] upgraded smplayer (18.1.0-1 -> 18.2.0-1)
[2018-02-07 11:16] [ALPM] installed libsecret (0.18.5-1)
[2018-02-07 11:16] [ALPM] upgraded system-config-printer (1.5.9-5 -> 1.5.11-1)
[2018-02-07 11:16] [ALPM] upgraded wget (1.19.2-1 -> 1.19.4-1)
[2018-02-07 11:16] [ALPM] upgraded wireless-regdb (2017.03.07-1 -> 2017.12.23-1)
[2018-02-07 11:16] [ALPM] transaction completed
[2018-02-07 11:16] [ALPM] running '99-linux.hook'...
[2018-02-07 11:16] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-02-07 11:16] [ALPM-SCRIPTLET] ==> Starting build: 4.14.14-1
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [resume]
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2018-02-07 11:16] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-02-07 11:16] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-02-07 11:16] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-02-07 11:16] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-02-07 11:16] [ALPM-SCRIPTLET] ==> Starting build: 4.14.14-1
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2018-02-07 11:16] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-02-07 11:16] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [resume]
[2018-02-07 11:16] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2018-02-07 11:17] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2018-02-07 11:17] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-02-07 11:17] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-02-07 11:17] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-02-07 11:17] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2018-02-07 11:17] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-02-07 11:17] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-02-07 11:17] [ALPM] running 'texinfo-install.hook'...
[2018-02-07 11:17] [ALPM] running 'update-desktop-database.hook'...
[2018-02-07 11:17] [ALPM] running 'update-mime-database.hook'...
[2018-02-07 11:39] [PACMAN] Running 'pacman -S --noconfirm apps/google-chrome'
[2018-02-07 11:40] [ALPM] transaction started
[2018-02-07 11:40] [ALPM] installed at-spi2-core (2.26.2-1)
[2018-02-07 11:40] [ALPM] installed at-spi2-atk (2.26.1-1)
[2018-02-07 11:40] [ALPM] installed gtk3 (3.22.26-2)
[2018-02-07 11:40] [ALPM] installed widevine (65.0.3325.31-1)
[2018-02-07 11:40] [ALPM] installed google-chrome (65.0.3325.31-1)
[2018-02-07 11:40] [ALPM-SCRIPTLET]  To have better integration with KaOS
[2018-02-07 11:40] [ALPM-SCRIPTLET]  Select Use GTK+ theme, this will follow your KDE settings
[2018-02-07 11:40] [ALPM-SCRIPTLET]  Or download and use the KaOS specific theme crx:
[2018-02-07 11:40] [ALPM-SCRIPTLET]  http://sourceforge.net/projects/kaosx/files/sources/chrome-themes/theme1454128732.crx
[2018-02-07 11:40] [ALPM-SCRIPTLET]  This google-chrome theme follows the KaOS color scheme and look 
[2018-02-07 11:40] [ALPM] transaction completed
[2018-02-07 11:40] [ALPM] running 'glib-compile-schemes.hook'...
[2018-02-07 11:40] [ALPM-SCRIPTLET] Warning: Schema ?org.freedesktop.Telepathy.Logger? has path ?/apps/telepathy-logger/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated.
[2018-02-07 11:40] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-02-07 11:40] [ALPM] running 'update-desktop-database.hook'...
----------------------------------------------------------------------------------------------------------
cat /var/log/installation.log
----------------------------------------------------------------------------------------------------------
15:16:46 [1]: Calamares version: 3.2.0rc2.20180116-git-master-7648851
15:16:46 [1]: Default font size 10 ; -1 px
15:16:46 [1]: Available languages: ("ast", "ca", "cs", "de", "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")
15:16:46 [1]: CalamaresApplication thread: 0xedced0
15:16:46 [1]: Using log file: "/root/.cache/Calamares/calamares/Calamares.log"
15:16:46 [1]: Using Calamares settings file at "/usr/share/calamares/settings.conf"
15:16:46 [1]: Using Calamares branding file at "/usr/share/calamares/branding/kaos_branding/branding.desc"
15:16:46 [1]: Loaded branding component "kaos_branding"
15:16:46 [1]: STARTUP: initQmlPath, initSettings, initBranding done
15:16:46 [1]: STARTUP: initModuleManager: module init started
15:16:48 [1]: STARTUP: initModuleManager: all modules init done
15:16:48 [1]: STARTUP: initJobQueue done
15:16:48 [1]: Available size QSize(1890, 1080)
15:16:49 [1]: Proposed window size: 1080 648
15:16:50 [1]: STARTUP: CalamaresWindow created; loadModules started
15:16:50 [1]: Initial locale "en_US"
15:16:50 [8]: Translation: Branding component: Using default locale, system locale one not found: "en_US"
15:16:50 [8]: Translation: Calamares: Using default locale, system locale one not found: "en_US"
15:16:50 [1]: Welcome string false "KaOS 2018.01"
15:16:50 [1]: ViewModule "welcome@welcome" loading complete.
15:16:51 [0]: libpng warning: iCCP: known incorrect sRGB profile
15:16:51 [0]: libpng warning: iCCP: known incorrect sRGB profile
15:16:53 [1]: ViewModule "webview@webview" loading complete.
15:16:53 [1]: WARNING: guessLocaleConfiguration can't guess from an empty list.
15:16:53 [1]: ViewModule "locale@locale" loading complete.
15:16:56 [1]: ViewModule "keyboard@keyboard" loading complete.
15:16:56 [8]: Loaded backend plugin: "pmlibpartedbackendplugin"
15:16:56 [1]: ViewModule "partition@partition" loading complete.
15:16:56 [1]: ViewModule "users@users" loading complete.
15:16:56 [1]: ViewModule "summary@summary" loading complete.
15:16:56 [1]: Module "partition@partition" already loaded.
15:16:56 [1]: QML import paths: ("/usr/share/calamares/qml", "/usr/bin", "qrc:/qt-project.org/imports", "/usr/lib/qt5/qml")
15:16:56 [1]: Module "locale@locale" already loaded.
15:16:56 [1]: Module "keyboard@keyboard" already loaded.
15:16:56 [1]: Module "users@users" already loaded.
15:16:56 [1]: FinishedPage()
15:16:56 [1]: ViewModule "finished@finished" loading complete.
15:16:56 [1]: STARTUP: loadModules for all modules done
15:16:56 [1]: STARTUP: Window now visible and ProgressTreeView populated
15:16:56 [1]: Need at least storage bytes: 10737418240
15:16:56 [1]: Need at least ram bytes: 1073741824
15:16:56 [1]: A battery exists, checking for mains power.
15:16:56 [1]: RequirementsChecker output: enoughStorage: true enoughRam: true hasPower: true hasInternet: true isRoot: true
15:16:57 [1]: xkbmap selection changed to: "us" - ""
15:16:57 [1]: GeoIP reporting "America/Toronto"
16:16:57 [1]: WARNING: guessLocaleConfiguration can't guess from an empty list.
10:16:58 [1]: WARNING: guessLocaleConfiguration can't guess from an empty list.
10:16:58 [1]: WARNING: guessLocaleConfiguration can't guess from an empty list.
10:16:58 [1]: WARNING: guessLocaleConfiguration can't guess from an empty list.
10:17:01 [1]: Removing unsuitable devices: 1 candidates.
10:17:01 [1]: LIST OF DETECTED DEVICES:
10:17:01 [1]: node capacity name prettyName
10:17:01 [1]: "/dev/sda" 1000202273280 "ATA TOSHIBA MQ01ABD1" "ATA TOSHIBA MQ01ABD1 – 931.51 GiB (/dev/sda)"
10:17:01 [1]: .. 1 devices detected.
10:17:03 [1]: "Osprober lines, clean:\n"
10:17:03 [1]: WARNING: system is EFI but no EFI system partitions found.
10:17:03 [1]: Updating partitioning state widgets.
10:17:03 [0]: QObject::setParent: Cannot set parent, new parent is in a different thread
10:17:03 [1]: Required storage B: 11274289152 "(10GB)"
10:17:03 [1]: Storage capacity B: 1000204851712 "(931GB)" for "" length: 1953525101
10:17:03 [1]: Partition "" authorized for replace install.
10:17:03 [1]: WARNING: system is EFI but there's no EFI system partition, DISABLING alongside and replace features.
10:17:03 [1]: Updating partitioning preview widgets.
10:17:34 [1]: Got locale language "en_CA.UTF-8"
10:17:34 [1]: .. special case language "en_CA" > "eng_CA"
10:17:34 [1]: .. extracted country "Default" :: ("eng", "CA")
10:17:34 [1]: .. looking for locale part "CA"
10:17:34 [1]: .. matched "ca"
10:17:35 [1]: Next level: "eng"
10:17:35 [1]: .. matched variant "eng" "English (Canada)"
10:17:35 [1]: xkbmap selection changed to: "ca" - "eng"
10:17:41 [1]: xkbmap selection changed to: "ca" - "multix"
10:17:50 [1]: Updating partitioning preview widgets.
10:17:52 [1]: Choice applied: 4
10:22:02 [0]: QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout
10:22:02 [0]: QObject::setParent: Cannot set parent, new parent is in a different thread
10:22:02 [1]: Creating FillGlobalStorageJob with bootLoader path ""
10:22:02 [1]: PartitionCodeModule has been asked for jobs. About to return: "Clear all temporary mounts.\nClear mounts for partitioning operations on /dev/sda\nCreate new 595MB partition on /dev/sda (ATA TOSHIBA MQ01ABD1) with file system fat32.\nSet flags on 595MB fat32 partition.\nCreate new 25775MB partition on /dev/sda (ATA TOSHIBA MQ01ABD1) with file system xfs.\nCreate new 12798MB partition on /dev/sda (ATA TOSHIBA MQ01ABD1) with file system xfs.\nCreate new 8700MB partition on /dev/sda (ATA TOSHIBA MQ01ABD1) with file system linuxswap.\nSet partition information"
10:22:02 [1]: Gathering UUIDs for partitions that exist now.
10:22:02 [1]: QHash(("", ""))
10:22:02 [1]: Writing to GlobalStorage["partitions"]
10:22:02 [1]: "" mtpoint: "/boot" fs: QVariant(QString, "fat32") ( QVariant(QString, "fat32") ) ""
10:22:02 [1]: "" mtpoint: "/" fs: QVariant(QString, "xfs") ( QVariant(QString, "xfs") ) ""
10:22:02 [1]: "" mtpoint: "/home" fs: QVariant(QString, "xfs") ( QVariant(QString, "xfs") ) ""
10:22:02 [1]: "" mtpoint: "" fs: QVariant(QString, "linuxswap") ( QVariant(QString, "linuxswap") ) ""
10:22:02 [1]: "" mtpoint: "" fs: QVariant(QString, "unknown") ( QVariant(QString, "unknown") ) ""
10:22:02 [8]: QVariant(QString, "") "" "/boot" "fat32"
10:22:02 [8]: QVariant(QString, "") "" "/" "xfs"
10:22:02 [8]: QVariant(QString, "") "" "/home" "xfs"
10:22:02 [8]: QVariant(QString, "") "" "" "linuxswap"
10:22:02 [8]: QVariant(QString, "") "" "" "unknown"
10:22:02 [1]: Gathering UUIDs for partitions that exist now.
10:22:02 [1]: QHash(("", ""))
10:22:02 [1]: Writing to GlobalStorage["partitions"]
10:22:02 [1]: "" mtpoint: "/boot" fs: QVariant(QString, "fat32") ( QVariant(QString, "fat32") ) ""
10:22:02 [1]: "" mtpoint: "/" fs: QVariant(QString, "xfs") ( QVariant(QString, "xfs") ) ""
10:22:02 [1]: "" mtpoint: "/home" fs: QVariant(QString, "xfs") ( QVariant(QString, "xfs") ) ""
10:22:02 [1]: "" mtpoint: "" fs: QVariant(QString, "linuxswap") ( QVariant(QString, "linuxswap") ) ""
10:22:02 [1]: "" mtpoint: "" fs: QVariant(QString, "unknown") ( QVariant(QString, "unknown") ) ""
10:22:02 [8]: QVariant(QString, "") "" "/boot" "fat32"
10:22:02 [8]: QVariant(QString, "") "" "/" "xfs"
10:22:02 [8]: QVariant(QString, "") "" "/home" "xfs"
10:22:02 [8]: QVariant(QString, "") "" "" "linuxswap"
10:22:02 [8]: QVariant(QString, "") "" "" "unknown"
10:22:02 [1]: Summary widget is larger than viewport, enlarge by 81 to QSize(878, 677)
10:22:59 [1]: Creating FillGlobalStorageJob with bootLoader path ""
10:22:59 [1]: PartitionCodeModule has been asked for jobs. About to return: "Clear all temporary mounts.\nClear mounts for partitioning operations on /dev/sda\nCreate new 595MB partition on /dev/sda (ATA TOSHIBA MQ01ABD1) with file system fat32.\nSet flags on 595MB fat32 partition.\nCreate new 25775MB partition on /dev/sda (ATA TOSHIBA MQ01ABD1) with file system xfs.\nCreate new 12798MB partition on /dev/sda (ATA TOSHIBA MQ01ABD1) with file system xfs.\nCreate new 8700MB partition on /dev/sda (ATA TOSHIBA MQ01ABD1) with file system linuxswap.\nSet partition information"
10:22:59 [0]: Starting job "Clear all temporary mounts."
10:22:59 [1]: Opened mtab. Lines:
10:22:59 [1]: "proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0"
10:22:59 [1]: "sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0"
10:22:59 [1]: "dev /dev devtmpfs rw,nosuid,relatime,size=3991544k,nr_inodes=997886,mode=755 0 0"
10:22:59 [1]: "run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0"
10:22:59 [1]: "efivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 0"
10:22:59 [1]: "union / aufs rw,relatime,si=61686ffa109a5f1b 0 0"
10:22:59 [1]: "/dev/sr0 /bootmnt iso9660 ro,relatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=default 0 0"
10:22:59 [1]: "securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0"
10:22:59 [1]: "tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0"
10:22:59 [1]: "devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0"
10:22:59 [1]: "tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0"
10:22:59 [1]: "cgroup /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate 0 0"
10:22:59 [1]: "cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0"
10:22:59 [1]: "pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0"
10:22:59 [1]: "cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0"
10:22:59 [1]: "cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0"
10:22:59 [1]: "cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0"
10:22:59 [1]: "cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0"
10:22:59 [1]: "cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0"
10:22:59 [1]: "cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0"
10:22:59 [1]: "cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0"
10:22:59 [1]: "cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0"
10:22:59 [1]: "cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0"
10:22:59 [1]: "systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0"
10:22:59 [1]: "hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0"
10:22:59 [1]: "debugfs /sys/kernel/debug debugfs rw,relatime 0 0"
10:22:59 [1]: "mqueue /dev/mqueue mqueue rw,relatime 0 0"
10:22:59 [1]: "configfs /sys/kernel/config configfs rw,relatime 0 0"
10:22:59 [1]: "tmpfs /tmp tmpfs rw,nosuid,nodev,relatime 0 0"
10:22:59 [1]: "tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=800796k,mode=700,uid=1000,gid=100 0 0"
10:22:59 [1]: "fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0"
10:22:59 [1]: ClearTempMountsJob finished. Here's what was done:
""
10:22:59 [0]: Starting job "Clear mounts for partitioning operations on /dev/sda"
10:23:00 [1]: ClearMountsJob finished. Here's what was done:
""
10:23:00 [0]: Starting job "Create new 595MB partition on /dev/sda (ATA TOSHIBA MQ01ABD1) with file system fat32."
10:23:01 [0]: Starting job "Set flags on partition /dev/sda1."
10:23:02 [0]: Starting job "Create new 25775MB partition on /dev/sda (ATA TOSHIBA MQ01ABD1) with file system xfs."
10:23:04 [0]: Starting job "Create new 12798MB partition on /dev/sda (ATA TOSHIBA MQ01ABD1) with file system xfs."
10:23:06 [0]: Starting job "Create new 8700MB partition on /dev/sda (ATA TOSHIBA MQ01ABD1) with file system linuxswap."
10:23:08 [0]: Starting job "Set partition information"
10:23:08 [1]: Gathering UUIDs for partitions that exist now.
10:23:08 [1]: QHash(("/dev/sda3", "e5311693-9399-4487-be3c-ba1866398ebe")("/dev/sda2", "4370af9f-85a2-45c0-bed2-ea60b59689d2")("", "")("/dev/sda4", "e0a59fc6-4f29-439e-8c67-b7159447a19c")("/dev/sda1", "9D4E-676E"))
10:23:08 [1]: Writing to GlobalStorage["partitions"]
10:23:08 [1]: "/dev/sda1" mtpoint: "/boot" fs: QVariant(QString, "fat32") ( QVariant(QString, "fat32") ) "9D4E-676E"
10:23:08 [1]: "/dev/sda2" mtpoint: "/" fs: QVariant(QString, "xfs") ( QVariant(QString, "xfs") ) "4370af9f-85a2-45c0-bed2-ea60b59689d2"
10:23:08 [1]: "/dev/sda3" mtpoint: "/home" fs: QVariant(QString, "xfs") ( QVariant(QString, "xfs") ) "e5311693-9399-4487-be3c-ba1866398ebe"
10:23:08 [1]: "/dev/sda4" mtpoint: "" fs: QVariant(QString, "linuxswap") ( QVariant(QString, "linuxswap") ) "e0a59fc6-4f29-439e-8c67-b7159447a19c"
10:23:08 [1]: "" mtpoint: "" fs: QVariant(QString, "unknown") ( QVariant(QString, "unknown") ) ""
10:23:08 [1]: FillGlobalStorageJob writing empty bootLoader value
10:23:08 [0]: Starting job "mount"
10:23:08 [1]: Job file "/usr/lib/calamares/modules/mount/main.py"
10:23:08 [1]: Job "mount" (doc) -> "Define mountpoints."
10:23:09 [0]: Starting job "unpackfs"
10:23:09 [1]: Job file "/usr/lib/calamares/modules/unpackfs/main.py"
10:23:09 [1]: Job "unpackfs" (doc) -> "Unsquash filesystem."
10:34:48 [0]: Starting job "machineid"
10:34:49 [1]: Standard paths ("/home/live", "/usr/bin", "/usr/share/locale")
10:34:49 [1]: Checking "en_CA.UTF-8" in "/home/live"
10:34:49 [1]: Checking "en_CA.UTF-8" in "/usr/bin"
10:34:49 [1]: Checking "en_CA.UTF-8" in "/usr/share/locale"
10:34:49 [1]: Checking "en_CA" in "/home/live"
10:34:49 [1]: Checking "en_CA" in "/usr/bin"
10:34:49 [1]: Checking "en_CA" in "/usr/share/locale"
10:34:49 [1]: Job file "/usr/lib/calamares/modules/machineid/main.py"
10:34:49 [1]: Job "machineid" (func) -> "Generate machine-id."
10:34:49 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "systemd-machine-id-setup")
10:34:50 [0]: Finished. Exit code: 0
10:34:50 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "ln", "-s", "/etc/machine-id", "/var/lib/dbus/machine-id")
10:34:50 [0]: Finished. Exit code: 0
10:34:50 [0]: Starting job "fstab"
10:34:50 [1]: Job file "/usr/lib/calamares/modules/fstab/main.py"
10:34:50 [1]: Job "fstab" (doc) -> "Configures fstab."
10:34:50 [0]: Starting job "Set timezone to America/Toronto"
10:34:50 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "rm", "-f", "/etc/localtime")
10:34:50 [0]: Finished. Exit code: 0
10:34:50 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "ln", "-s", "/usr/share/zoneinfo/America/Toronto", "/etc/localtime")
10:34:50 [0]: Finished. Exit code: 0
10:34:50 [0]: Starting job "Set keyboard model to pc105, layout to ca-multix"
10:34:50 [1]: Executing SetKeyboardLayoutJob
10:34:50 [1]: Found legacy keymap "cf" with score 11
10:34:50 [1]: Written KEYMAP= "cf" to vconsole.conf
10:34:50 [1]: Written XkbLayout "ca" ; XkbModel "pc105" ; XkbVariant "multix" to X.org file "/tmp/calamares-root-i72a9pqg/etc/X11/xorg.conf.d/00-keyboard.conf"
10:34:50 [0]: Starting job "localecfg"
10:34:50 [1]: Job file "/usr/lib/calamares/modules/localecfg/main.py"
10:34:50 [1]: Job "localecfg" (doc) -> "Create locale"
10:34:50 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "locale-gen")
10:34:53 [0]: Finished. Exit code: 0
10:34:53 [0]: Starting job "luksbootkeyfile"
10:34:53 [1]: Job file "/usr/lib/calamares/modules/luksbootkeyfile/main.py"
10:34:53 [1]: Job "luksbootkeyfile" (doc) -> "This module sets up a file crypto_keyfile.bin on the rootfs, assuming the"
10:34:53 [0]: Starting job "luksopenswaphookcfg"
10:34:53 [1]: Job file "/usr/lib/calamares/modules/luksopenswaphookcfg/main.py"
10:34:53 [1]: Job "luksopenswaphookcfg" (doc) -> "This module sets up the openswap hook for a resumable encrypted swap."
10:34:53 [0]: Starting job "initcpiocfg"
10:34:53 [1]: Job file "/usr/lib/calamares/modules/initcpiocfg/main.py"
10:34:53 [1]: Job "initcpiocfg" (doc) -> "Calls routine with given parameters to modify '/etc/mkinitcpio.conf'."
10:34:53 [0]: Starting job "hardwr"
10:34:53 [1]: Job file "/usr/lib/calamares/modules/hardwr/main.py"
10:34:53 [1]: Job "hardwr" (doc) -> "Run mkinitcpio"
10:34:53 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "mkinitcpio", "-p", "linux")
10:35:11 [0]: Finished. Exit code: 0
10:35:11 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "hwclock", "--systohc", "--utc")
10:35:11 [0]: Finished. Exit code: 0
10:35:11 [1]: [PYTHON JOB]: "Hwclock set using RTC method."
10:35:11 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "/usr/bin/mkdir", "-p", "/tmp/calamares-root-i72a9pqg/etc/modprobe.d")
10:35:11 [0]: Finished. Exit code: 0
10:35:11 [0]: Starting job "Create user snowdust"
10:35:11 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "useradd", "-m", "-s", "/bin/bash", "-U", "-c", "Sylvie De Roy", "snowdust")
10:35:12 [0]: Finished. Exit code: 0
10:35:12 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "usermod", "-aG", "users,lp,video,network,storage,wheel,audio,lpadmin", "snowdust")
10:35:12 [0]: Finished. Exit code: 0
10:35:12 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "chown", "-R", "snowdust:snowdust", "<HOME_PATH>")
10:35:12 [0]: Finished. Exit code: 0
10:35:12 [0]: Starting job "Set password for user snowdust"
10:35:12 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "usermod", "-p", "$6$TyRho3k73zWQEvse$eaGw082FI7hUrtl3m137KlgtSEg9b8sb5T.I3PwMfOiQh8EJk2NPBhiN3CpklQA8yUJ6C8jdDxcZs8BzXPSdm/", "snowdust")
10:35:12 [0]: Finished. Exit code: 0
10:35:12 [0]: Starting job "Set password for user root"
10:35:12 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "usermod", "-p", "$6$xwrX7VmjP/4htH9K$8FBpT/Apmf25JUjYKVOMrq5THnbj.LQfao.ZSUhExfpzTRG/edklUxubxNqffXRHjzLEkF7f0rojlM.OJiZ.o0", "root")
10:35:12 [0]: Finished. Exit code: 0
10:35:12 [0]: Starting job "Set hostname <HOSTNAME>"
10:35:12 [0]: Starting job "networkcfg"
10:35:12 [1]: Job file "/usr/lib/calamares/modules/networkcfg/main.py"
10:35:12 [1]: Job "networkcfg" (doc) -> "Setup network configuration"
10:35:12 [0]: Starting job "services"
10:35:12 [1]: Job file "/usr/lib/calamares/modules/services/main.py"
10:35:12 [1]: Job "services" (doc) -> "Setup systemd services"
10:35:12 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "systemctl", "enable", "NetworkManager.service")
10:35:12 [0]: Finished. Exit code: 0
10:35:12 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "systemctl", "enable", "org.cups.cupsd.service")
10:35:12 [0]: Finished. Exit code: 0
10:35:12 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "systemctl", "enable", "graphical.target")
10:35:12 [0]: Finished. Exit code: 0
10:35:12 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "systemctl", "disable", "pacman-init.service")
10:35:13 [0]: Finished. Exit code: 0
10:35:13 [0]: Starting job "grubconf"
10:35:13 [1]: Job file "/usr/lib/calamares/modules/grubconf/main.py"
10:35:13 [0]: Starting job "kdm_sddm"
10:35:13 [1]: Job file "/usr/lib/calamares/modules/kdm_sddm/main.py"
10:35:13 [1]: Job "kdm_sddm" (doc) -> "Configure display managers"
10:35:13 [0]: Starting job "userkf5"
10:35:13 [1]: Job file "/usr/lib/calamares/modules/userkf5/main.py"
10:35:13 [1]: Job "userkf5" (doc) -> "Create Distribution specific settings for users"
10:35:13 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "/usr/bin/mkdir", "-p", "<HOME_PATH>/Desktop")
10:35:13 [0]: Finished. Exit code: 0
10:35:13 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config")
10:35:13 [0]: Finished. Exit code: 0
10:35:13 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/applications/")
10:35:13 [0]: Finished. Exit code: 0
10:35:13 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/konqueror")
10:35:13 [0]: Finished. Exit code: 0
10:35:13 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/konsole")
10:35:13 [0]: Finished. Exit code: 0
10:35:13 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/autostart")
10:35:13 [0]: Finished. Exit code: 0
10:35:13 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/plasma-workspace/env")
10:35:13 [0]: Finished. Exit code: 0
10:35:13 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/qtcurve")
10:35:13 [0]: Finished. Exit code: 0
10:35:13 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "chown", "-R", "snowdust:users", "<HOME_PATH>")
10:35:13 [0]: Finished. Exit code: 0
10:35:13 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "setcap", "cap_net_raw=ep", "/usr/bin/ping")
10:35:13 [0]: Finished. Exit code: 0
10:35:19 [0]: Starting job "driver_cleanup"
10:35:19 [1]: Job file "/usr/lib/calamares/modules/driver_cleanup/main.py"
10:35:19 [1]: Job "driver_cleanup" (doc) -> "Clean up unused drivers"
10:35:19 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "pacman", "-R", "--noconfirm", "xf86-video-nouveau")
10:35:20 [0]: Finished. Exit code: 0
10:35:20 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "pacman", "-R", "--noconfirm", "xf86-video-amdgpu")
10:35:21 [0]: Finished. Exit code: 0
10:35:21 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "pacman", "-R", "--noconfirm", "xf86-video-ati")
10:35:21 [0]: Finished. Exit code: 0
10:35:21 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "pacman", "-R", "--noconfirm", "xf86-video-vmware")
10:35:21 [0]: Finished. Exit code: 0
10:35:21 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "pacman", "-Rncs", "--noconfirm", "xf86-input-wacom")
10:35:22 [0]: Finished. Exit code: 0
10:35:22 [0]: Starting job "nonfree_drivers"
10:35:22 [1]: Job file "/usr/lib/calamares/modules/nonfree_drivers/main.py"
10:35:22 [1]: Job "nonfree_drivers" (doc) -> "Setup graphics drivers and sound"
10:35:22 [0]: Starting job "package_removal"
10:35:22 [1]: Job file "/usr/lib/calamares/modules/package_removal/main.py"
10:35:22 [1]: Job "package_removal" (doc) -> "Package removal module. Live only packages, surplus language packs"
10:35:22 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "pacman", "-Rns", "--noconfirm", "calamares", "calamares-debug", "console-setup")
10:35:23 [0]: Finished. Exit code: 0
10:35:23 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "pacman", "-Rns", "--noconfirm", "welcome")
10:35:23 [0]: Finished. Exit code: 0
10:35:23 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "pacman", "-Rns", "--noconfirm", "hardware-detection")
10:35:23 [0]: Finished. Exit code: 0
10:35:23 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "pacman", "-R", "--noconfirm", "init-live")
10:35:23 [0]: Finished. Exit code: 0
10:35:23 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "pacman", "-Rns", "--noconfirm", "grub", "grub-theme-midna")
10:35:23 [0]: Finished. Exit code: 1
10:35:23 [0]: Target cmd: ("pacman", "-Rns", "--noconfirm", "grub", "grub-theme-midna")
10:35:23 [0]: Target output:
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: grub2-editor: removing grub breaks dependency 'grub'
10:35:23 [0]: Running "chroot" ("/tmp/calamares-root-i72a9pqg", "pacman", "-R", "--noconfirm", "virtualbox-guest-utils", "virtualbox-guest-modules")
10:35:34 [0]: Finished. Exit code: 0
10:35:34 [0]: Starting job "bootldr"
10:35:34 [1]: Job file "/usr/lib/calamares/modules/bootldr/main.py"
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
10:35:37 [0]: Starting job "gummi_entries"
10:35:37 [1]: Job file "/usr/lib/calamares/modules/gummi_entries/main.py"
10:35:37 [0]: Starting job "umount"
10:35:37 [1]: Job file "/usr/lib/calamares/modules/umount/main.py"
10:35:37 [1]: Job "umount" (doc) -> "Unmounts given mountpoints in decreasing order."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment