Skip to content

Instantly share code, notes, and snippets.

Created February 16, 2017 15:56
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/00f618a7d85930ffa4d15da15df71a3a to your computer and use it in GitHub Desktop.
Save anonymous/00f618a7d85930ffa4d15da15df71a3a to your computer and use it in GitHub Desktop.
----------------------------------------------------------------------------------------------------------
cat /etc/KaOS-release
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
inxi -Fxz
----------------------------------------------------------------------------------------------------------
System: Host: <HOSTNAME> Kernel: 4.8.15-1 x86_64 (64 bit gcc: 5.4.0)
Desktop: KDE Plasma 5.9.1 (Qt 5.8.0) Distro: KaOS (2017)
Machine: Device: laptop System: ASUSTeK product: X55A v: 1.0
Mobo: ASUSTeK model: X55A v: 1.0 UEFI: American Megatrends v: X55A.301 date: 04/24/2012
Battery BAT0: charge: 42.6 Wh 99.9% condition: 42.6/48.4 Wh (88%) model: ASUSTeK K55--44 status: Full
CPU: Dual core Intel Celeron B815 (-MCP-) cache: 2048 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 6385
clock speeds: max: 1600 MHz 1: 1047 MHz 2: 1099 MHz
Graphics: Card: Intel 2nd Generation Core Processor Family Integrated Graphics Controller
bus-ID: 00:02.0
Display Server: X.Org 1.19.1 drivers: intel (unloaded: modesetting,vesa)
Resolution: 1366x768@60.02hz
GLX Renderer: Mesa DRI Intel Sandybridge Mobile
GLX Version: 3.0 Mesa 13.0.3 Direct Rendering: Yes
Audio: Card Intel 7 Series/C216 Family High Definition Audio Controller
driver: snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture v: k4.8.15-1
Network: Card-1: Ralink RT5390 Wireless 802.11n 1T/1R PCIe driver: rt2800pci v: 2.3.0 bus-ID: 02:00.0
IF: wlp2s0 state: up mac: <filter>
Card-2: Qualcomm Atheros AR8161 Gigabit Ethernet driver: alx port: e000 bus-ID: 03:00.0
IF: enp3s0 state: down mac: <filter>
Drives: HDD Total Size: 320.1GB (6.7% used)
ID-1: /dev/sda model: ST320LT020 size: 320.1GB
Partition: ID-1: / size: 290G used: 13G (5%) fs: xfs dev: /dev/sda2
ID-2: /boot size: 300M used: 31M (11%) fs: vfat dev: /dev/sda1
ID-3: swap-1 size: 8.86GB used: 0.00GB (0%) fs: swap dev: /dev/sda3
Sensors: System Temperatures: cpu: 43.0C mobo: N/A
Fan Speeds (in rpm): cpu: 2100
Info: Processes: 157 Uptime: 3 min Memory: 830.4/3839.5MB Init: systemd runlevel: 5 Gcc sys: 5.4.0
Client: Unknown : octopi inxi: 2.3.8
----------------------------------------------------------------------------------------------------------
journalctl -b -p err
----------------------------------------------------------------------------------------------------------
-- Logs begin at Wed 2017-02-15 20:29:07 EST, end at Thu 2017-02-16 10:56:23 EST. --
Feb 16 10:54:49 <HOSTNAME> pulseaudio[594]: [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.
----------------------------------------------------------------------------------------------------------
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
----------------------------------------------------------------------------------------------------------
[2017-02-11 07:31] [PACMAN] Running 'pacman -R --noconfirm xf86-video-nouveau'
[2017-02-11 07:31] [ALPM] transaction started
[2017-02-11 07:31] [ALPM] removed xf86-video-nouveau (1.0.13-2)
[2017-02-11 07:31] [ALPM] transaction completed
[2017-02-11 07:31] [PACMAN] Running 'pacman -R --noconfirm xf86-video-amdgpu'
[2017-02-11 07:31] [ALPM] transaction started
[2017-02-11 07:31] [ALPM] removed xf86-video-amdgpu (1.2.0-1)
[2017-02-11 07:31] [ALPM] transaction completed
[2017-02-11 07:31] [PACMAN] Running 'pacman -R --noconfirm xf86-video-ati'
[2017-02-11 07:31] [ALPM] transaction started
[2017-02-11 07:31] [ALPM] removed xf86-video-ati (7.8.0-1)
[2017-02-11 07:31] [ALPM] transaction completed
[2017-02-11 07:31] [PACMAN] Running 'pacman -R --noconfirm xf86-video-vmware'
[2017-02-11 07:31] [ALPM] transaction started
[2017-02-11 07:31] [ALPM] removed xf86-video-vmware (13.2.1-2)
[2017-02-11 07:31] [ALPM] transaction completed
[2017-02-11 07:31] [PACMAN] Running 'pacman -Rncs --noconfirm xf86-input-wacom'
[2017-02-11 07:31] [ALPM] transaction started
[2017-02-11 07:31] [ALPM] removed wacomtablet (2.9.80-2)
[2017-02-11 07:31] [ALPM] removed xf86-input-wacom (0.34.0-1)
[2017-02-11 07:31] [ALPM] transaction completed
[2017-02-11 07:31] [ALPM] running 'update-desktop-database.hook'...
[2017-02-11 07:31] [PACMAN] Running 'pacman -Rns --noconfirm calamares calamares-debug console-setup'
[2017-02-11 07:31] [ALPM] transaction started
[2017-02-11 07:31] [ALPM] removed console-setup (1.152-1)
[2017-02-11 07:31] [ALPM] removed calamares-debug (2.4.85-1)
[2017-02-11 07:31] [ALPM] removed calamares (2.4.85-1)
[2017-02-11 07:31] [ALPM] removed yaml-cpp (0.5.2-8)
[2017-02-11 07:31] [ALPM] removed boost (1.62.0-1)
[2017-02-11 07:32] [ALPM] removed pythonqt (3.1-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [ALPM] running 'update-desktop-database.hook'...
[2017-02-11 07:32] [PACMAN] Running 'pacman -R --noconfirm welcome'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed welcome (3.15-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [ALPM] running 'update-desktop-database.hook'...
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rns --noconfirm hardware-detection'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed hardware-detection (20161014-1)
[2017-02-11 07:32] [ALPM] removed khd-nvidia-340xx (340.101-2)
[2017-02-11 07:32] [ALPM] removed khd-nvidia (375.26-2)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -R --noconfirm init-live'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed init-live (2016.01-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rns --noconfirm grub grub-theme-midna'
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-ar'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-ar (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-ast'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-ast (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-bg'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-bg (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-bs'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-bs (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-ca'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-ca (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-ca@valencia'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-ca@valencia (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-cs'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-cs (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-da'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-da (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-de'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-de (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-el'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-el (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-eo'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-eo (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-es'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-es (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-et'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-et (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-eu'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-eu (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-fa'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-fa (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-fi'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-fi (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-fr'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-fr (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-ga'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-ga (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-gl'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-gl (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-he'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-he (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-hi'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-hi (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-hr'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-hr (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-hu'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-hu (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-ia'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-ia (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-id'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-id (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-is'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-is (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-it'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-it (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-ja'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-ja (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-kk'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-kk (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-km'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-km (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-ko'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-ko (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-lt'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-lt (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-lv'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-lv (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-mr'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-mr (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-nb'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-nb (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-nds'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-nds (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-nl'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-nl (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-nn'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-nn (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-pa'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-pa (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-pl'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-pl (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-pt'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-pt (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-pt_BR'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-pt_BR (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-ro'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-ro (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-ru'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-ru (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-sk'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-sk (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-sl'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-sl (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-sr'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-sr (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-sv'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-sv (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-tr'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-tr (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-ug'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-ug (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-uk'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-uk (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-wa'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-wa (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-zh_CN'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-zh_CN (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:32] [PACMAN] Running 'pacman -Rddn --noconfirm kde-l10n-zh_TW'
[2017-02-11 07:32] [ALPM] transaction started
[2017-02-11 07:32] [ALPM] removed kde-l10n-zh_TW (16.12.0-1)
[2017-02-11 07:32] [ALPM] transaction completed
[2017-02-11 07:48] [PACMAN] Running 'pacman -Sy'
[2017-02-11 07:48] [PACMAN] synchronizing package lists
[2017-02-11 08:00] [PACMAN] Running 'pacman -Syu'
[2017-02-11 08:00] [PACMAN] synchronizing package lists
[2017-02-11 08:00] [PACMAN] starting full system upgrade
[2017-02-11 08:34] [ALPM] transaction started
[2017-02-11 08:34] [ALPM] removed qt5-webkit (5.7.1-1)
[2017-02-11 08:34] [ALPM] upgraded readline (6.3.008-5 -> 7.0.003-1)
[2017-02-11 08:34] [ALPM] upgraded bash (4.3.048-1 -> 4.4.012-1)
[2017-02-11 08:34] [ALPM] upgraded zlib (1.2.10-1 -> 1.2.11-1)
[2017-02-11 08:34] [ALPM] upgraded perl (5.22.2-2 -> 5.24.1-1)
[2017-02-11 08:34] [ALPM] upgraded openssl (1.0.2.10-1 -> 1.0.2.11-1)
[2017-02-11 08:34] [ALPM] upgraded pcre (8.39-2 -> 8.40-2)
[2017-02-11 08:34] [ALPM] upgraded libmariadbclient (10.1.20-1 -> 10.1.21-1)
[2017-02-11 08:34] [ALPM] upgraded mariadb-clients (10.1.20-1 -> 10.1.21-1)
[2017-02-11 08:34] [ALPM] upgraded inetutils (1.9.4-5 -> 1.9.4-6)
[2017-02-11 08:34] [ALPM] upgraded lz4 (1:1.7.4-1 -> 1:1.7.5-1)
[2017-02-11 08:34] [ALPM] upgraded mariadb (10.1.20-1 -> 10.1.21-1)
[2017-02-11 08:34] [ALPM] upgraded sqlite (3.16.0-1 -> 3.16.2-1)
[2017-02-11 08:34] [ALPM] upgraded libxi (1.7.8-1 -> 1.7.9-1)
[2017-02-11 08:34] [ALPM] upgraded sed (4.3-1 -> 4.4-1)
[2017-02-11 08:34] [ALPM] upgraded unixodbc (2.3.4-2 -> 2.3.4-3)
[2017-02-11 08:34] [ALPM] upgraded wayland (1.12.0-1 -> 1.12.0-2)
[2017-02-11 08:34] [ALPM] upgraded libdrm (2.4.74-1 -> 2.4.75-1)
[2017-02-11 08:34] [ALPM] upgraded util-linux (2.29-1 -> 2.29.1-2)
[2017-02-11 08:34] [ALPM] upgraded mesa (13.0.2-2 -> 13.0.3-2)
[2017-02-11 08:34] [ALPM] upgraded kbd (2.0.3-2 -> 2.0.4-1)
[2017-02-11 08:34] [ALPM] upgraded iptables (1.6.0-2 -> 1.6.1-1)
[2017-02-11 08:34] [ALPM] upgraded libgcrypt (1.7.5-1 -> 1.7.6-1)
[2017-02-11 08:34] [ALPM] upgraded libxml2 (2.9.4-2 -> 2.9.4-3)
[2017-02-11 08:34] [ALPM] warning: directory permissions differ on /var/cache/man/
filesystem: 2755 package: 755
[2017-02-11 08:34] [ALPM] upgraded filesystem (2016.11-1 -> 2017.01-1)
[2017-02-11 08:34] [ALPM] upgraded texinfo (6.3-1 -> 6.3-2)
[2017-02-11 08:35] [ALPM] upgraded python2 (2.7.13-1 -> 2.7.13-2)
[2017-02-11 08:35] [ALPM] upgraded e2fsprogs (1.43.3-1 -> 1.43.4-1)
[2017-02-11 08:35] [ALPM] upgraded libldap (2.4.44-3 -> 2.4.44-4)
[2017-02-11 08:35] [ALPM] upgraded systemd (1:232-2 -> 1:232-3)
[2017-02-11 08:35] [ALPM-SCRIPTLET] :: Updating bootctl
[2017-02-11 08:35] [ALPM-SCRIPTLET] Using EFI System Parition at /boot.
[2017-02-11 08:35] [ALPM-SCRIPTLET] Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boot/EFI/systemd/systemd-bootx64.efi".
[2017-02-11 08:35] [ALPM-SCRIPTLET] Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boot/EFI/BOOT/BOOTX64.EFI".
[2017-02-11 08:35] [ALPM] upgraded libpng (1.6.27-1 -> 1.6.28-1)
[2017-02-11 08:35] [ALPM] upgraded libgl (13.0.2-2 -> 13.0.3-2)
[2017-02-11 08:35] [ALPM] upgraded xkeyboard-config (2.19-1 -> 2.20-1)
[2017-02-11 08:35] [ALPM] upgraded libxkbcommon (0.7.0-1 -> 0.7.1-1)
[2017-02-11 08:35] [ALPM] upgraded libevdev (1.5.5-1 -> 1.5.6-1)
[2017-02-11 08:35] [ALPM] upgraded libinput (1.5.3-1 -> 1.6.1-1)
[2017-02-11 08:35] [ALPM] upgraded harfbuzz (1.3.4-2 -> 1.4.2-1)
[2017-02-11 08:35] [ALPM] upgraded libproxy (0.4.13-1 -> 0.4.13-2)
[2017-02-11 08:35] [ALPM] upgraded qt5-base (5.7.1-1 -> 5.8.0-2)
[2017-02-11 08:35] [ALPM] upgraded kitemviews (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded karchive (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded kconfig (5.29.0-3 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded kcoreaddons (5.29.0-2 -> 5.30.0-4)
[2017-02-11 08:36] [ALPM] upgraded kdbusaddons (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded kjs (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded qt5-script (5.7.1-1 -> 5.8.0-1)
[2017-02-11 08:36] [ALPM] upgraded qt5-xmlpatterns (5.7.1-1 -> 5.8.0-1)
[2017-02-11 08:36] [ALPM] upgraded qt5-declarative (5.7.1-1 -> 5.8.0-1)
[2017-02-11 08:36] [ALPM] upgraded ki18n (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded qt5-x11extras (5.7.1-1 -> 5.8.0-1)
[2017-02-11 08:36] [ALPM] upgraded kwindowsystem (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded kcrash (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded kservice (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded python3 (3.5.2-2 -> 3.5.3-2)
[2017-02-11 08:36] [ALPM] upgraded device-mapper (2.02.168-1 -> 2.02.168-2)
[2017-02-11 08:36] [ALPM] upgraded parted (3.2-3 -> 3.2-4)
[2017-02-11 08:36] [ALPM] upgraded lvm2 (2.02.168-1 -> 2.02.168-2)
[2017-02-11 08:36] [ALPM] upgraded js (17.0.0-4 -> 17.0.0-5)
[2017-02-11 08:36] [ALPM] upgraded libtasn1 (4.9-1 -> 4.10-1)
[2017-02-11 08:36] [ALPM] upgraded p11-kit (0.23.2-2 -> 0.23.3-1)
[2017-02-11 08:36] [ALPM] upgraded gnutls (3.5.7-1 -> 3.5.8-2)
[2017-02-11 08:36] [ALPM] upgraded solid (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded kglobalaccel (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded kwidgetsaddons (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded kcompletion (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded qt5-svg (5.7.1-1 -> 5.8.0-1)
[2017-02-11 08:36] [ALPM] upgraded kauth (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded kcodecs (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded kguiaddons (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded kconfigwidgets (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded kiconthemes (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] upgraded hunspell (1.6.0-1 -> 1.6.0-2)
[2017-02-11 08:36] [ALPM] upgraded sonnet (5.29.0-4 -> 5.30.0-3)
[2017-02-11 08:36] [ALPM] installed dotconf (1.3-2)
[2017-02-11 08:36] [ALPM] installed pyxdg (0.25-3)
[2017-02-11 08:36] [ALPM] upgraded fftw (3.3.5-1 -> 3.3.6-1)
[2017-02-11 08:36] [ALPM] upgraded pulseaudio (9.0-2 -> 10.0-1)
[2017-02-11 08:36] [ALPM] installed speech-dispatcher (0.8.6-3)
[2017-02-11 08:36] [ALPM-SCRIPTLET]  To enable speech-dispatcher autostart
[2017-02-11 08:36] [ALPM-SCRIPTLET]  edit /etc/speech-dispatcher/speechd.conf
[2017-02-11 08:36] [ALPM-SCRIPTLET]  and comment out the last line, so it reads as:
[2017-02-11 08:36] [ALPM-SCRIPTLET]  # DisableAutoSpawn 
[2017-02-11 08:36] [ALPM] upgraded gstreamer (1.10.2-1 -> 1.10.3-1)
[2017-02-11 08:36] [ALPM] upgraded opus (1.1.3-1 -> 1.1.4-1)
[2017-02-11 08:36] [ALPM] upgraded gst-plugins-base (1.10.2-1 -> 1.10.3-1)
[2017-02-11 08:36] [ALPM] upgraded jack (0.125.0-1 -> 0.125.0-2)
[2017-02-11 08:36] [ALPM] upgraded libsoup (2.56.0-1 -> 2.56.0-2)
[2017-02-11 08:36] [ALPM] upgraded wavpack (5.0.0-1 -> 5.1.0-1)
[2017-02-11 08:36] [ALPM] upgraded libvpx (1.6.0-2 -> 1.6.1-1)
[2017-02-11 08:37] [ALPM] upgraded gdk-pixbuf2 (2.36.2-1 -> 2.36.4-1)
[2017-02-11 08:37] [ALPM] upgraded gst-plugins-good (1.10.2-1 -> 1.10.3-1)
[2017-02-11 08:37] [ALPM] upgraded fluidsynth (1.1.6-8 -> 1.1.6-9)
[2017-02-11 08:37] [ALPM] upgraded libwebp (0.5.2-1 -> 0.6.0-1)
[2017-02-11 08:37] [ALPM] upgraded librsvg (2.40.16-1 -> 2.41.0-1)
[2017-02-11 08:37] [ALPM] upgraded libass (0.13.5-1 -> 0.13.6-1)
[2017-02-11 08:37] [ALPM] upgraded ffmpeg (3.2.2-4 -> 3.2.2-6)
[2017-02-11 08:37] [ALPM] upgraded libpsl (0.16.1-1 -> 0.17.0-1)
[2017-02-11 08:37] [ALPM] upgraded gst-plugins-bad (1.10.2-3 -> 1.10.3-2)
[2017-02-11 08:37] [ALPM] upgraded qt5-multimedia (5.7.1-1 -> 5.8.0-1)
[2017-02-11 08:37] [ALPM] installed qt5-speech (5.8.0-1)
[2017-02-11 08:37] [ALPM] upgraded ktextwidgets (5.29.0-2 -> 5.30.0-4)
[2017-02-11 08:37] [ALPM] upgraded kf5-attica (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:37] [ALPM] upgraded kxmlgui (5.29.0-2 -> 5.30.0-4)
[2017-02-11 08:38] [ALPM] upgraded kbookmarks (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:38] [ALPM] upgraded kjobwidgets (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:38] [ALPM] upgraded phonon-qt5 (4.9.0-2 -> 4.9.1-1)
[2017-02-11 08:38] [ALPM] upgraded knotifications (5.29.0-2 -> 5.30.0-4)
[2017-02-11 08:38] [ALPM] upgraded gnupg (2.1.17-1 -> 2.1.18-1)
[2017-02-11 08:38] [ALPM] upgraded gpgme (1.8.0-2 -> 1.8.0-3)
[2017-02-11 08:38] [ALPM] upgraded kwallet (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:38] [ALPM] upgraded kio (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:38] [ALPM] upgraded kplotting (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:38] [ALPM] upgraded kdesignerplugin (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:38] [ALPM] upgraded kitemmodels (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:38] [ALPM] upgraded akonadi (16.12.0-3 -> 16.12.1-3)
[2017-02-11 08:38] [ALPM] upgraded kcontacts (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:38] [ALPM] upgraded kparts (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:38] [ALPM] upgraded kunitconversion (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:38] [ALPM] upgraded kinit (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:38] [ALPM] upgraded kded (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:38] [ALPM] upgraded kemoticons (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:38] [ALPM] upgraded iproute2 (4.9.0-1 -> 4.9.0-3)
[2017-02-11 08:38] [ALPM] upgraded nss (3.28-1 -> 3.28.1-1)
[2017-02-11 08:38] [ALPM] upgraded wpa_supplicant (2.6-1 -> 2.6-2)
[2017-02-11 08:38] [ALPM] upgraded zeromq (4.2.0-1 -> 4.2.1-1)
[2017-02-11 08:38] [ALPM] upgraded networkmanager (1.4.4-1 -> 1.6.0-1)
[2017-02-11 08:38] [ALPM] upgraded kdelibs4support (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:38] [ALPM] upgraded kcalcore (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:38] [ALPM] upgraded kmime (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:38] [ALPM] upgraded akonadi-mime (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:38] [ALPM] upgraded prison (5.29.0-3 -> 5.30.0-3)
[2017-02-11 08:38] [ALPM] upgraded python2-setuptools (33.0.0-1 -> 33.1.1-1)
[2017-02-11 08:38] [ALPM] upgraded python2-jinja (2.8.1-1 -> 2.9.5-1)
[2017-02-11 08:38] [ALPM] upgraded libcups (2.2.1-1 -> 2.2.2-1)
[2017-02-11 08:38] [ALPM] upgraded jsoncpp (1.7.6-1 -> 1.8.0-1)
[2017-02-11 08:38] [ALPM] upgraded qt5-webchannel (5.7.1-1 -> 5.8.0-1)
[2017-02-11 08:38] [ALPM] upgraded protobuf (3.1.0-1 -> 3.2.0-1)
[2017-02-11 08:38] [ALPM] upgraded qtwebengine (5.7.1-1 -> 5.8.0-3)
[2017-02-11 08:38] [ALPM] upgraded akonadi-contacts (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:39] [ALPM] upgraded kpty (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:39] [ALPM] upgraded khtml (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:39] [ALPM] upgraded ark (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:39] [ALPM] upgraded automake (1.15-4 -> 1.15-6)
[2017-02-11 08:39] [ALPM] upgraded xapian-core (1.4.2-1 -> 1.4.3-1)
[2017-02-11 08:39] [ALPM] upgraded poppler (0.50.0-1 -> 0.51.0-1)
[2017-02-11 08:39] [ALPM] upgraded poppler-qt5 (0.50.0-1 -> 0.51.0-1)
[2017-02-11 08:39] [ALPM] upgraded kfilemetadata (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:39] [ALPM] upgraded kidletime (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:40] [ALPM] upgraded baloo (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:40] [ALPM] upgraded baloo-widgets (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:40] [ALPM] upgraded bash-completion (2.4-1 -> 2.5-1)
[2017-02-11 08:40] [ALPM] upgraded bc (1.06.95-5 -> 1.06.95-6)
[2017-02-11 08:40] [ALPM] upgraded bluez (5.43-1 -> 5.43-2)
[2017-02-11 08:40] [ALPM] upgraded bluez-qt (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:40] [ALPM] upgraded kpackage (5.29.1-2 -> 5.30.0-3)
[2017-02-11 08:40] [ALPM] upgraded kdeclarative (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:40] [ALPM] upgraded kcmutils (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:40] [ALPM] upgraded kactivities (5.29.0-3 -> 5.30.0-3)
[2017-02-11 08:40] [ALPM] upgraded kwayland (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:40] [ALPM] upgraded qt5-quickcontrols (5.7.1-1 -> 5.8.0-1)
[2017-02-11 08:40] [ALPM] upgraded plasma-framework (5.29.0-3 -> 5.30.0-4)
[2017-02-11 08:40] [ALPM] upgraded bluedevil (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:40] [ALPM] upgraded kdecoration (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:40] [ALPM] upgraded knewstuff (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:40] [ALPM] upgraded frameworkintegration (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:40] [ALPM] upgraded breeze-icons (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:40] [ALPM] upgraded breeze (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:40] [ALPM] upgraded btrfs-progs (4.9-1 -> 4.9.1-1)
[2017-02-11 08:40] [ALPM] upgraded postgresql-libs (1:9.6.1-1 -> 1:9.6.1-3)
[2017-02-11 08:40] [ALPM] upgraded ccnet (6.0.1-1 -> 6.0.2-1)
[2017-02-11 08:40] [ALPM] upgraded qpdf (6.0.0-2 -> 6.0.0-3)
[2017-02-11 08:40] [ALPM] upgraded cups-filters (1.13.2-1 -> 1.13.3-1)
[2017-02-11 08:40] [ALPM] warning: directory permissions differ on /var/cache/cups/
filesystem: 770 package: 775
[2017-02-11 08:40] [ALPM] upgraded cups (2.2.1-1 -> 2.2.2-1)
[2017-02-11 08:40] [ALPM] upgraded cups-pdf (2.6.1-2 -> 3.0.0-1)
[2017-02-11 08:40] [ALPM] upgraded dialog (1.3_201600828-1 -> 1:1.3_20170131-1)
[2017-02-11 08:40] [ALPM] upgraded dnsutils (9.11.0.1-1 -> 9.11.0.2-2)
[2017-02-11 08:40] [ALPM] upgraded dolphin (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:40] [ALPM] upgraded dosfstools (4.0-1 -> 4.1-1)
[2017-02-11 08:40] [ALPM] upgraded ed (1.13-3 -> 1.14.1-1)
[2017-02-11 08:40] [ALPM] upgraded eigen3 (3.3.1-1 -> 3.3.2-1)
[2017-02-11 08:40] [ALPM] upgraded emovix (0.9.0-8 -> 0.9.0-9)
[2017-02-11 08:41] [ALPM] upgraded gutenprint (5.2.11-1 -> 5.2.12-2)
[2017-02-11 08:41] [ALPM-SCRIPTLET] >>please run /usr/sbin/cups-genppdupdate
[2017-02-11 08:41] [ALPM-SCRIPTLET] >>and restart cups deamon
[2017-02-11 08:41] [ALPM] upgraded epson-inkjet-printer-escpr (1.6.10-1 -> 1.6.11-1)
[2017-02-11 08:41] [ALPM] upgraded ffmpegthumbs (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:41] [ALPM] upgraded foomatic-db (1:4.0_20161005-1 -> 1:4.0_20170106-1)
[2017-02-11 08:41] [ALPM] upgraded foomatic-db-engine (1:4.0_20161005-1 -> 1:4.0_20170106-1)
[2017-02-11 08:42] [ALPM] upgraded freetds (1.00.15-1 -> 1.00.15-2)
[2017-02-11 08:42] [ALPM] upgraded gawk (4.1.4-1 -> 4.1.4-2)
[2017-02-11 08:42] [ALPM] upgraded gd (2.2.3-1 -> 2.2.4-1)
[2017-02-11 08:42] [ALPM] upgraded guile (2.0.13-1 -> 2.0.13-3)
[2017-02-11 08:42] [ALPM] upgraded gdb (7.12-1 -> 7.12.1-1)
[2017-02-11 08:42] [ALPM] upgraded geoip-database (20161207-1 -> 20170103-1)
[2017-02-11 08:42] [ALPM] upgraded perl-error (0.17024-2 -> 0.17024-3)
[2017-02-11 08:42] [ALPM] upgraded git (2.11.0-1 -> 2.11.1-1)
[2017-02-11 08:42] [ALPM] upgraded gperf (3.0.4-9 -> 3.1-1)
[2017-02-11 08:42] [ALPM] upgraded groff (1.22.3-9 -> 1.22.3-10)
[2017-02-11 08:42] [ALPM] upgraded imagemagick (6.9.7.1-1 -> 6.9.7.6-1)
[2017-02-11 08:42] [ALPM] upgraded hwinfo (21.35-1 -> 21.38-1)
[2017-02-11 08:42] [ALPM] upgraded os-prober (1.71-1 -> 1.73-1)
[2017-02-11 08:42] [ALPM] upgraded grub2-editor (0.7.0-2 -> 0.7.0-3)
[2017-02-11 08:42] [ALPM] upgraded gst-libav (1.10.2-1 -> 1.10.3-1)
[2017-02-11 08:42] [ALPM] upgraded kimageformats (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:42] [ALPM] upgraded libkdcraw (16.12.0-2 -> 16.12.1-1)
[2017-02-11 08:42] [ALPM] upgraded libkipi (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:42] [ALPM] upgraded threadweaver (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:42] [ALPM] upgraded libkexiv2 (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:42] [ALPM] upgraded qt5-location (5.7.1-1 -> 5.8.0-1)
[2017-02-11 08:42] [ALPM] upgraded qt5-translations (5.7.1-1 -> 5.8.0-1)
[2017-02-11 08:43] [ALPM] upgraded qt5-tools (5.7.1-1 -> 5.8.0-2)
[2017-02-11 08:43] [ALPM] upgraded krunner (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:43] [ALPM] upgraded marble (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:43] [ALPM] upgraded qt5-sensors (5.7.1-1 -> 5.8.0-1)
[2017-02-11 08:43] [ALPM] upgraded qt5-serialport (5.7.1-1 -> 5.8.0-1)
[2017-02-11 08:43] [ALPM] upgraded qt5-imageformats (5.7.1-1 -> 5.8.0-1)
[2017-02-11 08:43] [ALPM] installed hyphen (2.8.8-2)
[2017-02-11 08:43] [ALPM] installed qtwebkit-tp (5.6.2.3-1)
[2017-02-11 08:43] [ALPM] upgraded libkgeomap (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:43] [ALPM] upgraded kdewebkit (5.29.0-2 -> 5.30.0-4)
[2017-02-11 08:43] [ALPM] upgraded libkvkontakte (4.70.0-5 -> 4.70.0-6)
[2017-02-11 08:43] [ALPM] upgraded libmediawiki (0.1.0-4 -> 0.1.0-5)
[2017-02-11 08:43] [ALPM] upgraded kipi-plugins (5.3.0-4 -> 5.4.0-1)
[2017-02-11 08:43] [ALPM] upgraded gwenview (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:43] [ALPM] upgraded hdparm (9.50-1 -> 9.51-1)
[2017-02-11 08:43] [ALPM] upgraded inxi (2.3.7-1 -> 2.3.8-1)
[2017-02-11 08:43] [ALPM] upgraded iso-codes (3.70-1 -> 3.74-1)
[2017-02-11 08:43] [ALPM] upgraded kdialog (16.12.0-2 -> 16.12.1-1)
[2017-02-11 08:44] [ALPM-SCRIPTLET]  The kde-baseapps package is split into 4 new packages
[2017-02-11 08:44] [ALPM-SCRIPTLET]  besides kdialog, install the other components you wish to keep:
[2017-02-11 08:44] [ALPM-SCRIPTLET]  sudo pacman -S kfind
[2017-02-11 08:44] [ALPM-SCRIPTLET]  sudo pacman -S keditbookmarks
[2017-02-11 08:44] [ALPM-SCRIPTLET]  sudo pacman -S konqueror 
[2017-02-11 08:44] [ALPM] upgraded isowriter (1.1.4-1 -> 1.1.7-1)
[2017-02-11 08:44] [ALPM] upgraded knotifyconfig (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:44] [ALPM] upgraded libdiscid (0.6.1-2 -> 0.6.2-1)
[2017-02-11 08:44] [ALPM] upgraded libkcddb5 (16.12.0-2 -> 16.12.1-1)
[2017-02-11 08:44] [ALPM] installed libburn (1.4.6-1)
[2017-02-11 08:44] [ALPM] upgraded k3b (1:2.9.94-1 -> 1:2.9.96-1)
[2017-02-11 08:44] [ALPM] upgraded kaccounts-integration (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:44] [ALPM] upgraded kaccounts-providers (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:44] [ALPM] upgraded kactivities-stats (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:44] [ALPM] upgraded kactivitymanagerd (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:44] [ALPM] upgraded python3-setuptools (33.0.0-1 -> 33.1.1-1)
[2017-02-11 08:44] [ALPM] upgraded python3-jinja (2.8.1-1 -> 2.9.5-1)
[2017-02-11 08:44] [ALPM] upgraded kapidox (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:44] [ALPM] upgraded syntax-highlighting (5.29.0-2 -> 5.30.0-4)
[2017-02-11 08:44] [ALPM] upgraded ktexteditor (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:44] [ALPM] upgraded kate (16.12.0-2 -> 16.12.1-1)
[2017-02-11 08:44] [ALPM] upgraded kcharselect (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:44] [ALPM] upgraded kdesu (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:44] [ALPM] upgraded kde-cli-tools (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:44] [ALPM] upgraded kde-common (16.12.0-6 -> 16.12.1-2)
[2017-02-11 08:44] [ALPM] upgraded kde-gtk-config (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:44] [ALPM] upgraded kde-l10n-en_gb (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:44] [ALPM] upgraded kdegraphics-mobipocket (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:44] [ALPM] upgraded kdegraphics-thumbnailers (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:44] [ALPM] upgraded kross (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:44] [ALPM] upgraded kjsembed (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:44] [ALPM] upgraded kscreenlocker (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:44] [ALPM] upgraded qt5-virtualkeyboard (5.7.1-2 -> 5.8.0-1)
[2017-02-11 08:44] [ALPM] upgraded xorg-util-macros (1.19.0-2 -> 1.19.1-1)
[2017-02-11 08:44] [ALPM] installed libxfont2 (2.0.1-1)
[2017-02-11 08:44] [ALPM] upgraded presentproto (1.0-3 -> 1.1-1)
[2017-02-11 08:44] [ALPM] upgraded xf86-input-evdev (2.10.4-1 -> 2.10.5-1)
[2017-02-11 08:44] [ALPM] upgraded xorg-server (1.18.4-2 -> 1.19.1-1)
[2017-02-11 08:44] [ALPM] upgraded kwin (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:44] [ALPM] upgraded libksysguard (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:44] [ALPM] upgraded khelpcenter (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:44] [ALPM] upgraded kdnssd (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:44] [ALPM] upgraded libssh (0.7.3-3 -> 0.7.4-1)
[2017-02-11 08:45] [ALPM] upgraded samba (4.5.3-1 -> 4.5.5-1)
[2017-02-11 08:45] [ALPM] upgraded kio-extras (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:45] [ALPM] upgraded milou (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:45] [ALPM] upgraded libkscreen (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:45] [ALPM] upgraded libqalculate (0.9.10-1 -> 0.9.10-2)
[2017-02-11 08:45] [ALPM] upgraded oxygen-icons5 (5.29.0-1 -> 5.30.0-3)
[2017-02-11 08:45] [ALPM] upgraded sddm-kcm (1:5.8.5-1 -> 1:5.9.0-1)
[2017-02-11 08:45] [ALPM] upgraded networkmanager-qt (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:45] [ALPM] upgraded kxmlrpcclient (1:5.29.0-2 -> 1:5.30.0-3)
[2017-02-11 08:45] [ALPM] upgraded kholidays (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:46] [ALPM] upgraded plasma-l10n (5.8.5-1 -> 5.9.1-1)
[2017-02-11 08:46] [ALPM] upgraded plasma-workspace (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:46] [ALPM] upgraded kdeplasma-addons (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:46] [ALPM] upgraded kdesdk-thumbnailers (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:46] [ALPM] upgraded kdoctools (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:46] [ALPM] upgraded keditbookmarks (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:46] [ALPM] upgraded kfind (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:46] [ALPM] upgraded kgpg (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:46] [ALPM] upgraded khotkeys (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:46] [ALPM] upgraded kinfocenter (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:46] [ALPM] installed qt5-quickcontrols2 (5.8.0-1)
[2017-02-11 08:46] [ALPM] upgraded kirigami (1.1.0-1 -> 2.0.0-1)
[2017-02-11 08:46] [ALPM] upgraded kmediaplayer (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:46] [ALPM] upgraded kmenuedit (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:46] [ALPM] upgraded libkomparediff2 (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:46] [ALPM] upgraded kompare (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:46] [ALPM] upgraded konsole (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:46] [ALPM] upgraded libkdegames (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:46] [ALPM] upgraded kpat (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:46] [ALPM] upgraded kpeople (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:46] [ALPM] upgraded kpmcore (3.0.1-1 -> 3.0.3-1)
[2017-02-11 08:46] [ALPM] upgraded kpmcore-debug (3.0.1-1 -> 3.0.3-1)
[2017-02-11 08:47] [ALPM] upgraded krita (3.1.1-1 -> 3.1.2.1-1)
[2017-02-11 08:47] [ALPM] upgraded kruler (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:47] [ALPM] upgraded kscreen (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:47] [ALPM] upgraded ksshaskpass (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:47] [ALPM] upgraded ksysguard (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:47] [ALPM] upgraded telepathy-farstream (0.6.2-2 -> 0.6.2-3)
[2017-02-11 08:47] [ALPM] upgraded ktp-common-internals (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:47] [ALPM] upgraded ktp-accounts-kcm (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:47] [ALPM] upgraded ktp-approver (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:47] [ALPM] upgraded signon-kwallet-extension (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:47] [ALPM] upgraded ktp-auth-handler (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:47] [ALPM] upgraded ktp-call-ui (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:47] [ALPM] upgraded ktp-contact-list (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:47] [ALPM] upgraded ktp-contact-runner (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:47] [ALPM] upgraded ktp-desktop-applets (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:47] [ALPM] upgraded ktp-filetransfer-handler (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:47] [ALPM] upgraded ktp-kded-module (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:47] [ALPM] upgraded ktp-send-file (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:47] [ALPM] upgraded ktp-text-ui (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:47] [ALPM] upgraded kwalletmanager (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:47] [ALPM] upgraded libgphoto2 (2.5.11-1 -> 2.5.12-1)
[2017-02-11 08:48] [ALPM] upgraded libpurple (2.11.0-1 -> 2.11.0-2)
[2017-02-11 08:48] [ALPM] upgraded libupnp (1.6.20-1 -> 1.6.21-1)
[2017-02-11 08:48] [ALPM] upgraded libwps (0.4.4-1 -> 0.4.5-1)
[2017-02-11 08:48] [ALPM] upgraded linux-firmware (20161203-1 -> 20170113-1)
[2017-02-11 08:48] [ALPM] upgraded lsb-release (1.4-11 -> 1.4-12)
[2017-02-11 08:48] [ALPM] upgraded lua (5.1.5-5 -> 5.1.5-6)
[2017-02-11 08:48] [ALPM] upgraded mdadm (3.4-2 -> 4.0-1)
[2017-02-11 08:48] [ALPM] upgraded micro (1.1.3-1 -> 1.1.4-1)
[2017-02-11 08:48] [ALPM] upgraded mirror-check (2.3-2 -> 2.4-1)
[2017-02-11 08:48] [ALPM] upgraded modemmanager-qt (5.29.0-2 -> 5.30.0-3)
[2017-02-11 08:48] [ALPM] upgraded mpd (0.19.21-1 -> 0.20.4-1)
[2017-02-11 08:48] [ALPM] upgraded youtube-dl (2017.01.02-1 -> 2017.02.04-1)
[2017-02-11 08:48] [ALPM] upgraded mpv (0.23.0-2 -> 0.23.0-4)
[2017-02-11 08:48] [ALPM] upgraded nano (2.7.3-1 -> 2.7.4-1)
[2017-02-11 08:48] [ALPM] upgraded net-snmp (5.7.3-4 -> 5.7.3-5)
[2017-02-11 08:48] [ALPM] upgraded networkmanager-openvpn (1.2.6-1 -> 1.2.8-1)
[2017-02-11 08:48] [ALPM] upgraded ntp (4.2.8.9-1 -> 4.2.8.9-2)
[2017-02-11 08:48] [ALPM] upgraded pacman-mirrorlist (20160802-1 -> 20170121-1)
[2017-02-11 08:48] [ALPM] upgraded pacman (5.0.1-5 -> 5.0.1-6)
[2017-02-11 08:48] [ALPM] upgraded ruby (2.4.0-1 -> 2.4.0-2)
[2017-02-11 08:48] [ALPM] upgraded octopi (0.8.102-2 -> 0.8.104-1)
[2017-02-11 08:48] [ALPM] upgraded okular (16.12.0-1 -> 16.12.1-2)
[2017-02-11 08:49] [ALPM] upgraded oxygen (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:49] [ALPM] upgraded partitionmanager (1:3.0.0-1 -> 1:3.0.1-1)
[2017-02-11 08:49] [ALPM] upgraded partitionmanager-debug (1:3.0.0-1 -> 1:3.0.1-1)
[2017-02-11 08:49] [ALPM] upgraded pepper-flash (24.0.0.186-1 -> 24.0.0.194-1)
[2017-02-11 08:49] [ALPM-SCRIPTLET]  Firefox users make sure to add freshplayerplugin
[2017-02-11 08:49] [ALPM-SCRIPTLET]  sudo pacman -S freshplayerplugin
[2017-02-11 08:49] [ALPM-SCRIPTLET]  This way it is no longer needed to use adobe flash 
[2017-02-11 08:49] [ALPM] upgraded qt5-graphicaleffects (5.7.1-1 -> 5.8.0-1)
[2017-02-11 08:49] [ALPM] upgraded polkit-kde-agent-1 (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:49] [ALPM] upgraded systemsettings (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:49] [ALPM] upgraded powerdevil (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:49] [ALPM] upgraded plasma-integration (5.8.5-2 -> 5.9.0-1)
[2017-02-11 08:49] [ALPM] upgraded xf86-input-synaptics (1.9.0-1 -> 1.9.0-2)
[2017-02-11 08:49] [ALPM] upgraded plasma-desktop (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:49] [ALPM] upgraded plasma-nm (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:49] [ALPM] upgraded plasma-pa (5.8.5-1 -> 5.9.0-1)
[2017-02-11 08:49] [ALPM] upgraded plasma-workspace-wallpapers (5.8.2-1 -> 5.9.0-1)
[2017-02-11 08:49] [ALPM] upgraded print-manager (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:49] [ALPM] upgraded pstoedit (3.70-6 -> 3.70-7)
[2017-02-11 08:49] [ALPM] upgraded python2-pillow (4.0.0-1 -> 4.0.0-2)
[2017-02-11 08:49] [ALPM] installed python2-six (1.10.0-1)
[2017-02-11 08:49] [ALPM] upgraded python2-xlib (0.15rc1-3 -> 0.18-1)
[2017-02-11 08:49] [ALPM] upgraded qt5-wayland (5.7.1-1 -> 5.8.0-2)
[2017-02-11 08:49] [ALPM] upgraded qupzilla (2.0.2-1 -> 2.1.0-1)
[2017-02-11 08:50] [ALPM] upgraded rsync (3.1.2-2 -> 3.1.2-3)
[2017-02-11 08:50] [ALPM] upgraded s-nail (14.8.14-1 -> 14.8.16-1)
[2017-02-11 08:50] [ALPM] upgraded seafile (6.0.1-1 -> 6.0.2-1)
[2017-02-11 08:50] [ALPM] upgraded smplayer (16.11.0-1 -> 17.2.0-1)
[2017-02-11 08:50] [ALPM] upgraded spectacle (16.12.0-1 -> 16.12.1-1)
[2017-02-11 08:50] [ALPM] upgraded sudo (1.8.19.1-1 -> 1.8.19.2-1)
[2017-02-11 08:50] [ALPM] upgraded usb_modeswitch (2.4.0-2 -> 2.4.0-3)
[2017-02-11 08:50] [ALPM] upgraded user-kcm (1.0.2-2 -> 1.0.3-2)
[2017-02-11 08:50] [ALPM] upgraded vim (8.0.0134-1 -> 8.0.0194-1)
[2017-02-11 08:50] [ALPM] upgraded wget (1.18-5 -> 1.19-1)
[2017-02-11 08:50] [ALPM] upgraded xf86-input-keyboard (1.9.0-1 -> 1.9.0-2)
[2017-02-11 08:50] [ALPM] upgraded xf86-input-mouse (1.9.2-1 -> 1.9.2-2)
[2017-02-11 08:50] [ALPM] upgraded xf86-video-intel (2.99.917.13-1 -> 2.99.917.14-2)
[2017-02-11 08:50] [ALPM-SCRIPTLET]  The glamor acceleration method is no longer supported 
[2017-02-11 08:50] [ALPM-SCRIPTLET] Make sure to remove glamor from your 20-intel.conf if you added it
[2017-02-11 08:50] [ALPM-SCRIPTLET] sna and uxa acceleration methods are the only supported
[2017-02-11 08:50] [ALPM-SCRIPTLET] With sna set as default
[2017-02-11 08:50] [ALPM-SCRIPTLET] Use uxa method if you run into trouble with sna.
[2017-02-11 08:50] [ALPM-SCRIPTLET] DRI3 is the default rendering infrastructure, fall back to
[2017-02-11 08:50] [ALPM-SCRIPTLET] DRI2 if you run into trouble with DRI3
[2017-02-11 08:50] [ALPM-SCRIPTLET] Try by creating /etc/X11/xorg.conf.d/20-intel.conf
[2017-02-11 08:50] [ALPM-SCRIPTLET] Section Device
[2017-02-11 08:50] [ALPM-SCRIPTLET] Identifier Intel Graphics
[2017-02-11 08:50] [ALPM-SCRIPTLET] Driver intel
[2017-02-11 08:50] [ALPM-SCRIPTLET] Option AccelMethod uxa
[2017-02-11 08:50] [ALPM-SCRIPTLET] Option DRI 2
[2017-02-11 08:50] [ALPM-SCRIPTLET] EndSection
[2017-02-11 08:50] [ALPM] upgraded xf86-video-vesa (2.3.4-3 -> 2.3.4-4)
[2017-02-11 08:50] [ALPM] upgraded xfsprogs (4.8.0-1 -> 4.9.0-1)
[2017-02-11 08:50] [ALPM] upgraded xorg-apps (7.10-2 -> 7.10-3)
[2017-02-11 08:50] [ALPM] upgraded xorg-xauth (1.0.9-2 -> 1.0.10-1)
[2017-02-11 08:50] [ALPM] upgraded xorg-xinit (1.3.4-2 -> 1.3.4-3)
[2017-02-11 08:50] [ALPM] transaction completed
[2017-02-11 08:50] [ALPM] running '99-linux.hook'...
[2017-02-11 08:50] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2017-02-11 08:50] [ALPM-SCRIPTLET] ==> Starting build: 4.8.15-1
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [resume]
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2017-02-11 08:50] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2017-02-11 08:50] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2017-02-11 08:50] [ALPM-SCRIPTLET] ==> Image generation successful
[2017-02-11 08:50] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2017-02-11 08:50] [ALPM-SCRIPTLET] ==> Starting build: 4.8.15-1
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2017-02-11 08:50] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2017-02-11 08:50] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [resume]
[2017-02-11 08:50] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2017-02-11 08:51] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2017-02-11 08:51] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2017-02-11 08:51] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2017-02-11 08:51] [ALPM-SCRIPTLET] ==> Image generation successful
[2017-02-11 08:51] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2017-02-11 08:51] [ALPM] running 'systemd-tmpfiles.hook'...
[2017-02-11 08:51] [ALPM] running 'texinfo-install.hook'...
[2017-02-11 08:51] [ALPM] running 'update-desktop-database.hook'...
[2017-02-11 08:51] [ALPM] running 'update-mime-database.hook'...
[2017-02-11 10:53] [PACMAN] Running 'pacman -S --noconfirm apps/clementine'
[2017-02-11 10:53] [ALPM] transaction started
[2017-02-11 10:53] [ALPM] installed liblastfm (1.0.9-2)
[2017-02-11 10:53] [ALPM] installed mutagen (1.36.2-1)
[2017-02-11 10:53] [ALPM] warning: directory permissions differ on /tmp/
filesystem: 1777 package: 755
[2017-02-11 10:53] [ALPM] installed libgpod (0.8.3-5)
[2017-02-11 10:53] [ALPM] installed sparsehash (2.0.3-1)
[2017-02-11 10:53] [ALPM] installed libmpeg2 (0.5.1-5)
[2017-02-11 10:53] [ALPM] installed a52dec (0.7.4.1-1)
[2017-02-11 10:53] [ALPM] installed libsidplay (1.36.59-7)
[2017-02-11 10:53] [ALPM] installed gst-plugins-ugly (1.10.3-1)
[2017-02-11 10:53] [ALPM] installed crypto++ (5.6.5-3)
[2017-02-11 10:53] [ALPM] installed libmygpo-qt (1.0.9-1)
[2017-02-11 10:53] [ALPM] installed clementine (1.3.1.1-2)
[2017-02-11 10:53] [ALPM] transaction completed
[2017-02-11 10:53] [ALPM] running 'update-desktop-database.hook'...
[2017-02-11 16:56] [PACMAN] Running 'pacman -S --noconfirm apps/0ad apps/0ad-data'
[2017-02-11 17:00] [ALPM] transaction started
[2017-02-11 17:00] [ALPM] installed enet (1.3.13-2)
[2017-02-11 17:02] [ALPM] installed 0ad-data (a21-1)
[2017-02-11 17:02] [ALPM] installed gloox (1.0.18-1)
[2017-02-11 17:02] [ALPM] installed 0ad (a21-2)
[2017-02-11 17:02] [ALPM] transaction completed
[2017-02-11 17:02] [ALPM] running 'update-desktop-database.hook'...
[2017-02-11 17:11] [PACMAN] Running 'pacman -S --noconfirm apps/transmission-cli apps/transmission-qt'
[2017-02-11 17:11] [ALPM] transaction started
[2017-02-11 17:11] [ALPM] installed transmission-cli (2.92-2)
[2017-02-11 17:11] [ALPM] installed miniupnpc (2.0-1)
[2017-02-11 17:11] [ALPM] installed transmission-qt (2.92-2)
[2017-02-11 17:11] [ALPM] transaction completed
[2017-02-11 17:11] [ALPM] running 'systemd-tmpfiles.hook'...
[2017-02-11 17:11] [ALPM] running 'update-desktop-database.hook'...
[2017-02-11 18:05] [PACMAN] Running 'pacman -S --noconfirm main/ttf-ubuntu-font'
[2017-02-11 18:05] [ALPM] transaction started
[2017-02-11 18:05] [ALPM] installed ttf-ubuntu-font (0.83-1)
[2017-02-11 18:05] [ALPM-SCRIPTLET] Updating font cache...done.
[2017-02-11 18:05] [ALPM] transaction completed
[2017-02-11 18:05] [ALPM] running 'fc-cache-install.hook'...
[2017-02-12 00:00] [PACMAN] Running 'pacman -Sy'
[2017-02-12 00:00] [PACMAN] synchronizing package lists
[2017-02-12 05:51] [PACMAN] Running 'pacman -Su --noconfirm'
[2017-02-12 05:51] [PACMAN] starting full system upgrade
[2017-02-12 05:54] [ALPM] transaction started
[2017-02-12 05:54] [ALPM] upgraded kitemviews (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded karchive (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kconfig (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kcoreaddons (5.30.0-4 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kdbusaddons (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kjs (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded ki18n (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kwindowsystem (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kcrash (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kservice (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded solid (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kglobalaccel (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kwidgetsaddons (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kcompletion (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kauth (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kcodecs (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kguiaddons (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kconfigwidgets (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kiconthemes (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded sonnet (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded ktextwidgets (5.30.0-4 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kf5-attica (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:54] [ALPM] upgraded kxmlgui (5.30.0-4 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kbookmarks (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kjobwidgets (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded knotifications (5.30.0-4 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kwallet (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kio (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kplotting (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kdesignerplugin (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kitemmodels (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded akonadi (16.12.1-3 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded kcontacts (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded kparts (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kunitconversion (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kinit (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kded (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kemoticons (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kdelibs4support (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kcalcore (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded kmime (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded akonadi-mime (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded prison (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded akonadi-contacts (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded kpty (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded khtml (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded ark (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded kfilemetadata (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kidletime (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded baloo (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded baloo-widgets (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded bluez-qt (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kpackage (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kdeclarative (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kcmutils (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kactivities (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kwayland (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded plasma-framework (5.30.0-4 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded bluedevil (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:55] [ALPM] upgraded kdecoration (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:55] [ALPM] upgraded knewstuff (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded frameworkintegration (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded breeze-icons (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded breeze (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:55] [ALPM] upgraded dolphin (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded ffmpegthumbs (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded kimageformats (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded libkdcraw (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded libkipi (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded threadweaver (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded libkexiv2 (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded krunner (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded marble (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded libkgeomap (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded kdewebkit (5.30.0-4 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded gwenview (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded kaccounts-integration (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded kaccounts-providers (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:55] [ALPM] upgraded kactivities-stats (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:55] [ALPM] upgraded kactivitymanagerd (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:55] [ALPM] upgraded kapidox (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:56] [ALPM] upgraded syntax-highlighting (5.30.0-4 -> 5.31.0-1)
[2017-02-12 05:56] [ALPM] upgraded ktexteditor (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:56] [ALPM] upgraded kate (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:56] [ALPM] upgraded kcharselect (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:56] [ALPM] upgraded kdesu (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:56] [ALPM] upgraded kde-cli-tools (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:56] [ALPM] upgraded kdialog (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:56] [ALPM-SCRIPTLET]  The kde-baseapps package is split into 4 new packages
[2017-02-12 05:56] [ALPM-SCRIPTLET]  besides kdialog, install the other components you wish to keep:
[2017-02-12 05:56] [ALPM-SCRIPTLET]  sudo pacman -S kfind
[2017-02-12 05:56] [ALPM-SCRIPTLET]  sudo pacman -S keditbookmarks
[2017-02-12 05:56] [ALPM-SCRIPTLET]  sudo pacman -S konqueror 
[2017-02-12 05:56] [ALPM] upgraded kde-common (16.12.1-2 -> 16.12.2-1)
[2017-02-12 05:56] [ALPM] upgraded kde-gtk-config (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:56] [ALPM] upgraded kde-l10n-en_gb (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:56] [ALPM] upgraded kdegraphics-mobipocket (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:56] [ALPM] upgraded kdegraphics-thumbnailers (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:57] [ALPM] upgraded kross (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:57] [ALPM] upgraded knotifyconfig (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:57] [ALPM] upgraded kjsembed (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:57] [ALPM] upgraded kscreenlocker (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:57] [ALPM] upgraded kwin (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:57] [ALPM] upgraded libksysguard (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:57] [ALPM] upgraded khelpcenter (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded kdnssd (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:58] [ALPM] upgraded kio-extras (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded milou (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded libkscreen (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded sddm-kcm (1:5.9.0-1 -> 1:5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded networkmanager-qt (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:58] [ALPM] upgraded kxmlrpcclient (1:5.30.0-3 -> 1:5.31.0-1)
[2017-02-12 05:58] [ALPM] upgraded kholidays (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded plasma-workspace (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded kdeplasma-addons (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded kdesdk-thumbnailers (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded kdoctools (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:58] [ALPM] upgraded keditbookmarks (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded kfind (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded kgpg (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded khotkeys (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded kinfocenter (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded kmediaplayer (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:58] [ALPM] upgraded kmenuedit (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded libkomparediff2 (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded kompare (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded konsole (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded libkdegames (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded kpat (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded kpeople (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:58] [ALPM] upgraded kruler (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded kscreen (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded ksshaskpass (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded ksysguard (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded ktp-common-internals (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded ktp-accounts-kcm (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded ktp-approver (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded signon-kwallet-extension (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded ktp-auth-handler (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded ktp-call-ui (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded ktp-contact-list (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded ktp-contact-runner (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded ktp-desktop-applets (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded ktp-filetransfer-handler (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded ktp-kded-module (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded ktp-send-file (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded ktp-text-ui (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded kwalletmanager (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded libkcddb5 (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded modemmanager-qt (5.30.0-3 -> 5.31.0-1)
[2017-02-12 05:58] [ALPM] upgraded okular (16.12.1-2 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded oxygen (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded polkit-kde-agent-1 (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded systemsettings (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded powerdevil (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded plasma-integration (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded plasma-desktop (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded plasma-nm (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded plasma-pa (5.9.0-1 -> 5.9.1-1)
[2017-02-12 05:58] [ALPM] upgraded print-manager (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] upgraded spectacle (16.12.1-1 -> 16.12.2-1)
[2017-02-12 05:58] [ALPM] transaction completed
[2017-02-12 05:58] [ALPM] running 'update-desktop-database.hook'...
[2017-02-12 05:58] [ALPM] running 'update-mime-database.hook'...
[2017-02-12 09:16] [PACMAN] Running 'pacman -S --noconfirm main/fish'
[2017-02-12 09:16] [ALPM] transaction started
[2017-02-12 09:16] [ALPM] installed fish (2.5.0-1)
[2017-02-12 09:16] [ALPM] transaction completed
[2017-02-12 10:05] [PACMAN] Running 'pacman -S --noconfirm apps/screenfetch'
[2017-02-12 10:05] [ALPM] transaction started
[2017-02-12 10:05] [ALPM] installed screenfetch (1:3.7.0-1)
[2017-02-12 10:05] [ALPM] transaction completed
[2017-02-14 05:29] [PACMAN] Running 'pacman -Sy'
[2017-02-14 05:29] [PACMAN] synchronizing package lists
[2017-02-14 05:29] [PACMAN] Running 'pacman -Su --noconfirm'
[2017-02-14 05:29] [PACMAN] starting full system upgrade
[2017-02-14 05:30] [ALPM] transaction started
[2017-02-14 05:30] [ALPM] upgraded grep (2.27-1 -> 2.28-2)
[2017-02-14 05:30] [ALPM] upgraded ccnet (6.0.2-1 -> 6.0.3-1)
[2017-02-14 05:30] [ALPM] upgraded libepoxy (1.3.1-2 -> 1.4.0-1)
[2017-02-14 05:30] [ALPM] upgraded libwacom (0.22-1 -> 0.23-1)
[2017-02-14 05:30] [ALPM] upgraded qtwebkit-tp (5.6.2.3-1 -> 5.6.2.3-3)
[2017-02-14 05:30] [ALPM] upgraded speech-dispatcher (0.8.6-3 -> 0.8.6-4)
[2017-02-14 05:30] [ALPM-SCRIPTLET]  To disable speech-dispatcher autostart and not have speech-dispatcher
[2017-02-14 05:30] [ALPM-SCRIPTLET]  entries in your sound applet, edit /etc/speech-dispatcher/speechd.conf
[2017-02-14 05:30] [ALPM-SCRIPTLET]  and uncomment out the last line, so it reads as:
[2017-02-14 05:30] [ALPM-SCRIPTLET]  DisableAutoSpawn instead of # DisableAutoSpawn 
[2017-02-14 05:30] [ALPM] upgraded quassel (0.12.4-4 -> 0.12.4-5)
[2017-02-14 05:30] [ALPM] upgraded qupzilla (2.1.0-1 -> 2.1.1-1)
[2017-02-14 05:30] [ALPM] upgraded seafile (6.0.2-1 -> 6.0.3-1)
[2017-02-14 05:30] [ALPM] upgraded seafile-client (6.0.1-1 -> 6.0.3-1)
[2017-02-14 05:30] [ALPM] upgraded smtube (16.7.2-1 -> 17.1.0-1)
[2017-02-14 05:30] [ALPM] transaction completed
[2017-02-14 05:30] [ALPM] running 'texinfo-install.hook'...
[2017-02-14 05:30] [ALPM] running 'update-desktop-database.hook'...
[2017-02-14 19:36] [PACMAN] Running 'pacman -Sy'
[2017-02-14 19:36] [PACMAN] synchronizing package lists
[2017-02-15 00:01] [PACMAN] Running 'pacman -Sy'
[2017-02-15 00:01] [PACMAN] synchronizing package lists
[2017-02-16 00:03] [PACMAN] Running 'pacman -Sy'
[2017-02-16 00:03] [PACMAN] synchronizing package lists
[2017-02-16 07:01] [PACMAN] Running 'pacman -Su --noconfirm'
[2017-02-16 07:01] [PACMAN] starting full system upgrade
[2017-02-16 07:01] [ALPM] transaction started
[2017-02-16 07:01] [ALPM] upgraded dnsutils (9.11.0.2-2 -> 9.11.0.3-1)
[2017-02-16 07:01] [ALPM] upgraded nss (3.28.1-1 -> 3.28.2-1)
[2017-02-16 07:02] [ALPM] upgraded oxygen-icons5 (5.30.0-3 -> 5.31.0-1)
[2017-02-16 07:02] [ALPM] upgraded pepper-flash (24.0.0.194-1 -> 24.0.0.221-1)
[2017-02-16 07:02] [ALPM-SCRIPTLET]  Firefox users make sure to add freshplayerplugin
[2017-02-16 07:02] [ALPM-SCRIPTLET]  sudo pacman -S freshplayerplugin
[2017-02-16 07:02] [ALPM-SCRIPTLET]  This way it is no longer needed to use adobe flash 
[2017-02-16 07:02] [ALPM] upgraded postgresql-libs (1:9.6.1-3 -> 1:9.6.2-1)
[2017-02-16 07:02] [ALPM] upgraded youtube-dl (2017.02.04-1 -> 2017.02.11-1)
[2017-02-16 07:02] [ALPM] transaction completed
----------------------------------------------------------------------------------------------------------
cat /var/log/installation.log
----------------------------------------------------------------------------------------------------------
07:15:23 [1]: Calamares version: 2.4.80.20170103-git-master-128d2b1
07:15:23 [1]: Default font =====
Pixel size: -1
Point size: 10
Point sizeF: 10
Font family: "Noto Sans"
Metric height: 18
07:15:23 [1]: Font height: 18
07:15:23 [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")
m_crashReporterWChar: /usr/bin/../libexec/calamares_crash_reporter07:15:23 [1]: CalamaresApplication thread: 0x1162b90
07:15:23 [1]: Using log file: "/root/.cache/Calamares/Calamares/Calamares.log"
07:15:23 [1]: Using Calamares settings file at "/usr/share/calamares/settings.conf"
07:15:23 [1]: Using Calamares branding file at "/usr/share/calamares/branding/kaos_branding/branding.desc"
07:15:23 [1]: Loaded branding component "kaos_branding"
07:15:23 [1]: STARTUP: initQmlPath, initSettings, initBranding done
07:15:23 [1]: STARTUP: initModuleManager: module init started
07:15:23 [1]: STARTUP: initModuleManager: all modules init done
07:15:24 [1]: STARTUP: initJobQueue done
07:15:24 [1]: Proposed window size: 1080 648
07:15:24 [1]: STARTUP: CalamaresWindow created; loadModules started
07:15:24 [1]: Initial locale "en_US"
07:15:24 [8]: Translation: Branding component: Using default locale, system locale one not found: "en_US"
07:15:24 [8]: Translation: Calamares: Using default locale, system locale one not found: "en_US"
07:15:24 [8]: Translation: Qt: Using default locale, system locale one not found: "en_US"
07:15:24 [1]: ViewModule "welcome@welcome" loading complete.
07:15:24 [0]: Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication.
07:15:24 [1]: ViewModule "webview@webview" loading complete.
07:15:24 [1]: WARNING: cannot acquire a list of available locales. The locale and localecfg modules will be broken as long as this system does not provide * a /usr/share/i18n/SUPPORTED file OR * a well-formed /etc/locale.gen OR * a complete pre-compiled locale-gen database which allows complete locale -a output.
07:15:24 [1]: ViewModule "locale@locale" loading complete.
07:15:25 [1]: ViewModule "keyboard@keyboard" loading complete.
07:15:25 [8]: Loaded backend plugin: "pmlibpartedbackendplugin"
07:15:25 [1]: ViewModule "partition@partition" loading complete.
07:15:25 [1]: ViewModule "users@users" loading complete.
07:15:25 [1]: ViewModule "summary@summary" loading complete.
07:15:25 [1]: Module "partition@partition" already loaded.
07:15:25 [1]: QML import paths: ("/usr/share/calamares/qml", "/usr/bin", "qrc:/qt-project.org/imports", "/usr/lib/qt5/qml")
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: Module "locale@locale" already loaded.
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: Module "keyboard@keyboard" already loaded.
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: Module "users@users" already loaded.
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: LAST VS IS EVS!
07:15:25 [1]: ViewModule "finished@finished" loading complete.
07:15:25 [1]: STARTUP: loadModules for all modules done
07:15:25 [1]: STARTUP: Window now visible and ProgressTreeView populated
07:15:25 [1]: Need at least storage bytes: 7516192768
07:15:26 [1]: Need at least ram bytes: 1073741824
07:15:26 [1]: A battery exists, checking for mains power.
07:15:26 [1]: enoughStorage, enoughRam, hasPower, hasInternet, isRoot: true true true true true
No layout variant specified on the command line
Trailing -variant option ignored
07:15:26 [1]: xkbmap selection changed to: "us" - ""
13:15:26 [1]: WARNING: cannot acquire a list of available locales. The locale and localecfg modules will be broken as long as this system does not provide * a /usr/share/i18n/SUPPORTED file OR * a well-formed /etc/locale.gen OR * a complete pre-compiled locale-gen database which allows complete locale -a output.
07:15:26 [1]: WARNING: cannot acquire a list of available locales. The locale and localecfg modules will be broken as long as this system does not provide * a /usr/share/i18n/SUPPORTED file OR * a well-formed /etc/locale.gen OR * a complete pre-compiled locale-gen database which allows complete locale -a output.
07:15:26 [1]: WARNING: cannot acquire a list of available locales. The locale and localecfg modules will be broken as long as this system does not provide * a /usr/share/i18n/SUPPORTED file OR * a well-formed /etc/locale.gen OR * a complete pre-compiled locale-gen database which allows complete locale -a output.
07:15:26 [1]: WARNING: cannot acquire a list of available locales. The locale and localecfg modules will be broken as long as this system does not provide * a /usr/share/i18n/SUPPORTED file OR * a well-formed /etc/locale.gen OR * a complete pre-compiled locale-gen database which allows complete locale -a output.
07:15:27 [8]: getting smart status failed for "/dev/sdb" : Operation not supported
07:15:27 [1]: LIST OF DETECTED DEVICES:
node capacity name prettyName
07:15:27 [1]: "/dev/sda" 320070320640 "ATA ST320LT020-9YG14" "ATA ST320LT020-9YG14 – 298.09 GiB (/dev/sda)"
07:15:31 [1]: checking if "/dev/sda2" can be resized.
07:15:31 [1]: "/dev/sda2" seems like a good path
07:15:31 [1]: found Partition* for "/dev/sda2"
07:15:31 [1]: Required storage B: 10200547328 "(9GB)"
07:15:31 [1]: Available storage B: -1 "(0GB)"
07:15:31 [1]: "Osprober lines, clean:\n/dev/sda2:Bodhi Linux (16.04):Ubuntu:linux"
07:15:31 [1]: Found EFI system partition at "/dev/sda1"
07:15:32 [8]: PartitionPage::updateBootLoaderInstallPath "/dev/sda"
07:15:32 [1]: PCM::setBootLoaderInstallPath "/dev/sda"
07:15:32 [1]: Updating partitioning state widgets.
07:15:32 [0]: QCoreApplication::postEvent: Unexpected null receiver
07:15:32 [0]: QObject::setParent: Cannot set parent, new parent is in a different thread
07:15:32 [1]: Required storage B: 10200547328 "(9GB)"
07:15:32 [1]: Available storage B: -1 "(0GB)"
07:15:32 [1]: Required storage B: 10200547328 "(9GB)"
07:15:32 [1]: Available storage B: -1 "(0GB)"
07:15:32 [1]: Required storage B: 10200547328 "(9GB)"
07:15:32 [1]: Available storage B: -1 "(0GB)"
07:15:32 [1]: Required storage B: 8053063680 "(7GB)"
07:15:32 [1]: Available storage B: 536870912 "(0GB)"
07:15:32 [1]: Required storage B: 8053063680 "(7GB)"
07:15:32 [1]: Available storage B: 315361329152 "(293GB)"
07:15:32 [1]: Partition "/dev/sda2" authorized for replace install.
07:15:32 [1]: Updating partitioning preview widgets.
07:15:32 [0]: QCoreApplication::postEvent: Unexpected null receiver
07:15:46 [1]: CreatePartitionTableJob::createTable trying to make table for device "/dev/sda"
07:15:46 [8]: PartitionPage::updateBootLoaderInstallPath "/dev/sda"
07:15:46 [1]: PCM::setBootLoaderInstallPath "/dev/sda"
07:15:46 [1]: WARNING: system is EFI but no EFI system partitions found.
07:15:46 [8]: PartitionPage::updateBootLoaderInstallPath "/dev/sda"
07:15:46 [1]: PCM::setBootLoaderInstallPath "/dev/sda"
07:15:46 [1]: Found EFI system partition at ""
07:15:46 [1]: Suggested swap size: 8.24898 GiB
07:15:46 [8]: PartitionPage::updateBootLoaderInstallPath "/dev/sda"
07:15:46 [1]: PCM::setBootLoaderInstallPath "/dev/sda"
07:15:46 [1]: Found EFI system partition at ""
07:15:46 [8]: PartitionPage::updateBootLoaderInstallPath "/dev/sda"
07:15:46 [1]: PCM::setBootLoaderInstallPath "/dev/sda"
07:15:46 [1]: Found EFI system partition at ""
07:15:46 [1]: # Queue:
07:15:46 [1]: ## Device: "ATA ST320LT020-9YG14"
07:15:46 [1]: - "Create new gpt partition table on /dev/sda."
07:15:46 [1]: - "Create new 300MB partition on /dev/sda (ATA ST320LT020-9YG14) with file system fat32."
07:15:46 [1]: - "Create new 296493MB partition on /dev/sda (ATA ST320LT020-9YG14) with file system xfs."
07:15:46 [1]: - "Create new 8446MB partition on /dev/sda (ATA ST320LT020-9YG14) with file system linuxswap."
07:15:46 [1]: Updating partitioning preview widgets.
07:15:46 [0]: QCoreApplication::postEvent: Unexpected null receiver
07:15:49 [1]: PCM::setBootLoaderInstallPath "/dev/sda"
07:16:41 [0]: QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout
07:16:41 [0]: QObject::setParent: Cannot set parent, new parent is in a different thread
07:16:41 [1]: Creating FillGlobalStorageJob with bootLoader path "/dev/sda"
07:16:41 [1]: PartitionCodeModule has been asked for jobs. About to return: "Clear all temporary mounts.\nClear mounts for partitioning operations on /dev/sda\nCreate new gpt partition table on /dev/sda.\nCreate new 300MB partition on /dev/sda (ATA ST320LT020-9YG14) with file system fat32.\nCreate new 296493MB partition on /dev/sda (ATA ST320LT020-9YG14) with file system xfs.\nCreate new 8446MB partition on /dev/sda (ATA ST320LT020-9YG14) with file system linuxswap.\nSet partition information"
07:16:41 [1]: Gathering UUIDs for partitions that exist now.
07:16:41 [1]: QHash(("", ""))
07:16:41 [1]: Writing to GlobalStorage["partitions"]
07:16:41 [1]: "" mtpoint: "" fs: QVariant(QString, "unknown") ""
07:16:41 [1]: "" mtpoint: "/boot" fs: QVariant(QString, "fat32") ""
07:16:41 [1]: "" mtpoint: "/" fs: QVariant(QString, "xfs") ""
07:16:41 [1]: "" mtpoint: "" fs: QVariant(QString, "linuxswap") ""
07:16:41 [8]: QVariant(QString, "") "" "" "unknown"
07:16:41 [8]: QVariant(QString, "") "" "/boot" "fat32"
07:16:41 [8]: QVariant(QString, "") "" "/" "xfs"
07:16:41 [8]: QVariant(QString, "") "" "" "linuxswap"
07:16:41 [1]: Gathering UUIDs for partitions that exist now.
07:16:41 [1]: QHash(("", ""))
07:16:41 [1]: Writing to GlobalStorage["partitions"]
07:16:41 [1]: "" mtpoint: "" fs: QVariant(QString, "unknown") ""
07:16:41 [1]: "" mtpoint: "/boot" fs: QVariant(QString, "fat32") ""
07:16:41 [1]: "" mtpoint: "/" fs: QVariant(QString, "xfs") ""
07:16:41 [1]: "" mtpoint: "" fs: QVariant(QString, "linuxswap") ""
07:16:41 [8]: QVariant(QString, "") "" "" "unknown"
07:16:41 [8]: QVariant(QString, "") "" "/boot" "fat32"
07:16:41 [8]: QVariant(QString, "") "" "/" "xfs"
07:16:41 [8]: QVariant(QString, "") "" "" "linuxswap"
07:16:44 [1]: loading ok
07:16:45 [1]: Creating FillGlobalStorageJob with bootLoader path "/dev/sda"
07:16:45 [1]: PartitionCodeModule has been asked for jobs. About to return: "Clear all temporary mounts.\nClear mounts for partitioning operations on /dev/sda\nCreate new gpt partition table on /dev/sda.\nCreate new 300MB partition on /dev/sda (ATA ST320LT020-9YG14) with file system fat32.\nCreate new 296493MB partition on /dev/sda (ATA ST320LT020-9YG14) with file system xfs.\nCreate new 8446MB partition on /dev/sda (ATA ST320LT020-9YG14) with file system linuxswap.\nSet partition information"
07:16:45 [0]: Starting job "Clear all temporary mounts."
07:16:45 [1]: Opened mtab. Lines:
07:16:45 [1]: "proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0"
07:16:45 [1]: "sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0"
07:16:45 [1]: "dev /dev devtmpfs rw,nosuid,relatime,size=1955560k,nr_inodes=488890,mode=755 0 0"
07:16:45 [1]: "run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0"
07:16:45 [1]: "union / aufs rw,relatime,si=c17a2e503c9504d4 0 0"
07:16:45 [1]: "/dev/sdb1 /bootmnt iso9660 ro,relatime 0 0"
07:16:45 [1]: "securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0"
07:16:45 [1]: "tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0"
07:16:45 [1]: "devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0"
07:16:45 [1]: "tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0"
07:16:45 [1]: "cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0"
07:16:45 [1]: "pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0"
07:16:45 [1]: "efivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 0"
07:16:45 [1]: "cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0"
07:16:45 [1]: "cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0"
07:16:45 [1]: "cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0"
07:16:45 [1]: "cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0"
07:16:45 [1]: "cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0"
07:16:45 [1]: "cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0"
07:16:45 [1]: "cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0"
07:16:45 [1]: "cgroup /sys/fs/cgroup/net_cls cgroup rw,nosuid,nodev,noexec,relatime,net_cls 0 0"
07:16:45 [1]: "systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0"
07:16:45 [1]: "debugfs /sys/kernel/debug debugfs rw,relatime 0 0"
07:16:45 [1]: "mqueue /dev/mqueue mqueue rw,relatime 0 0"
07:16:45 [1]: "configfs /sys/kernel/config configfs rw,relatime 0 0"
07:16:45 [1]: "tmpfs /tmp tmpfs rw,nosuid,nodev,relatime 0 0"
07:16:45 [1]: "tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=393164k,mode=700,uid=1000,gid=100 0 0"
07:16:45 [1]: "fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0"
07:16:45 [0]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 3232, resource id: 35656184, major code: 40 (TranslateCoords), minor code: 0
07:16:45 [1]: ClearTempMountsJob finished. Here's what was done:
""
07:16:45 [0]: Starting job "Clear mounts for partitioning operations on /dev/sda"
07:16:46 [1]: ClearMountsJob finished. Here's what was done:
""
07:16:46 [0]: Starting job "Create new gpt partition table on /dev/sda."
07:16:46 [1]: CreatePartitionTableJob::createTable trying to make table for device "/dev/sda"
07:16:46 [1]: Creating new partition table of type "gpt" , uncommitted yet:
true
07:16:46 [1]: lsblk:
"NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT\nloop0 7:0 0 10.7M 1 loop \nloop1 7:1 0 44.6M 1 loop \nloop2 7:2 0 1.7G 1 loop \nsda 8:0 0 298.1G 0 disk \n\xE2\x94\x9C\xE2\x94\x80sda1 8:1 0 512M 0 part \n\xE2\x94\x9C\xE2\x94\x80sda2 8:2 0 293.7G 0 part \n\xE2\x94\x94\xE2\x94\x80sda3 8:3 0 3.9G 0 part \nsdb 8:16 1 29.8G 0 disk \n\xE2\x94\x9C\xE2\x94\x80sdb1 8:17 1 1.8G 0 part /bootmnt\n\xE2\x94\x94\xE2\x94\x80sdb2 8:18 1 31M 0 part \nsr0 11:0 1 646.1M 0 rom \n"
07:16:46 [1]: mount:
"proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)\nsys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)\ndev on /dev type devtmpfs (rw,nosuid,relatime,size=1955560k,nr_inodes=488890,mode=755)\nrun on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)\nunion on / type aufs (rw,relatime,si=c17a2e503c9504d4)\n/dev/sdb1 on /bootmnt type iso9660 (ro,relatime)\nsecurityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)\ntmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)\ndevpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)\ntmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)\ncgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)\npstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)\nefivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)\ncgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)\ncgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)\ncgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)\ncgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)\ncgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)\ncgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)\ncgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)\ncgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)\nsystemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)\ndebugfs on /sys/kernel/debug type debugfs (rw,relatime)\nmqueue on /dev/mqueue type mqueue (rw,relatime)\nconfigfs on /sys/kernel/config type configfs (rw,relatime)\ntmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)\ntmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=393164k,mode=700,uid=1000,gid=100)\nfusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)\n"
07:16:47 [0]: Starting job "Create new 300MB partition on /dev/sda (ATA ST320LT020-9YG14) with file system fat32."
07:16:47 [0]: Starting job "Create new 296493MB partition on /dev/sda (ATA ST320LT020-9YG14) with file system xfs."
07:16:53 [0]: Starting job "Create new 8446MB partition on /dev/sda (ATA ST320LT020-9YG14) with file system linuxswap."
07:16:56 [0]: Starting job "Set partition information"
07:16:56 [1]: Gathering UUIDs for partitions that exist now.
07:16:57 [1]: QHash(("", "")("/dev/sda2", "c1e29b3a-0617-48bf-97f8-6765dd2dd123")("/dev/sda1", "0AF5-BCB7")("/dev/sda3", "51c34368-1ebc-449c-9821-500194f9756a"))
07:16:57 [1]: Writing to GlobalStorage["partitions"]
07:16:57 [1]: "" mtpoint: "" fs: QVariant(QString, "unknown") ""
07:16:57 [1]: "/dev/sda1" mtpoint: "/boot" fs: QVariant(QString, "fat32") "0AF5-BCB7"
07:16:57 [1]: "/dev/sda2" mtpoint: "/" fs: QVariant(QString, "xfs") "c1e29b3a-0617-48bf-97f8-6765dd2dd123"
07:16:57 [1]: "/dev/sda3" mtpoint: "" fs: QVariant(QString, "linuxswap") "51c34368-1ebc-449c-9821-500194f9756a"
07:16:57 [1]: FillGlobalStorageJob writing bootLoader path: QVariant(QVariantMap, QMap(("installPath", QVariant(QString, "/dev/sda"))))
07:16:57 [0]: Starting job "mount"
07:16:58 [0]: Starting job "unpackfs"
07:31:07 [0]: Starting job "machineid"
07:31:07 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "systemd-machine-id-setup")
07:31:09 [0]: Finished. Exit code: 0
07:31:09 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "ln", "-s", "/etc/machine-id", "/var/lib/dbus/machine-id")
07:31:10 [0]: Finished. Exit code: 0
07:31:10 [0]: Starting job "fstab"
07:31:10 [0]: Starting job "Set timezone to America/New_York"
07:31:10 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "rm", "-f", "/etc/localtime")
07:31:10 [0]: Finished. Exit code: 0
07:31:10 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "ln", "-s", "/usr/share/zoneinfo/America/New_York", "/etc/localtime")
07:31:10 [0]: Finished. Exit code: 0
07:31:10 [0]: Starting job "Set keyboard model to pc105, layout to us-"
07:31:10 [1]: Executing SetKeyboardLayoutJob
07:31:10 [1]: Found legacy keymap "us" with score 11
07:31:10 [1]: Found legacy keymap "us-acentos" with score 11
07:31:10 [1]: Found legacy keymap "dvorak" with score 11
07:31:10 [1]: Found legacy keymap "dvorak" with score 11
07:31:10 [1]: Written KEYMAP= "us" to vconsole.conf
07:31:10 [1]: Written XkbLayout "us" ; XkbModel "pc105" ; XkbVariant "" to X.org file "/tmp/calamares-root-wmyj3p4i/etc/X11/xorg.conf.d/00-keyboard.conf"
07:31:10 [0]: Starting job "localecfg"
07:31:10 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "locale-gen")
07:31:17 [0]: Finished. Exit code: 0
07:31:17 [0]: Starting job "luksbootkeyfile"
07:31:17 [0]: Starting job "luksopenswaphookcfg"
07:31:17 [0]: Starting job "initcpiocfg"
07:31:17 [0]: Starting job "hardwr"
07:31:17 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "mkinitcpio", "-p", "linux")
07:31:46 [0]: Finished. Exit code: 0
07:31:47 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "/usr/bin/mkdir", "-p", "/tmp/calamares-root-wmyj3p4i/etc/modprobe.d")
07:31:47 [0]: Finished. Exit code: 0
07:31:47 [0]: Starting job "Create user mikelp"
07:31:47 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "useradd", "-m", "-s", "/bin/bash", "-U", "-c", "Michael Pedersen", "mikelp")
07:31:49 [0]: Finished. Exit code: 0
07:31:49 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "usermod", "-aG", "users,lp,video,network,storage,wheel,audio", "mikelp")
07:31:49 [0]: Finished. Exit code: 0
07:31:49 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "chown", "-R", "mikelp:mikelp", "<HOME_PATH>")
07:31:49 [0]: Finished. Exit code: 0
07:31:49 [0]: Starting job "Set password for user mikelp"
07:31:49 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "usermod", "-p", "$6$mikelp$QcxE79zs0j9l1aDunFXaNSJhqYraLwEIaaP0nhF9QqwvHLUSz0TbnqpaU5SprSLVyLFLK6fEDstlYlvaKvKlg1", "mikelp")
07:31:49 [0]: Finished. Exit code: 0
07:31:49 [0]: Starting job "Set password for user root"
07:31:49 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "usermod", "-p", "$6$root$0RI0D64UsV5.M.Em45xkA5JmKftVgQPoICnvvkFutBffw7Jq8JV20lY1.evZp1OiAQaFW/vDK5go2QaRb1ZOa1", "root")
07:31:49 [0]: Finished. Exit code: 0
07:31:49 [0]: Starting job "Set hostname <HOSTNAME>"
07:31:49 [0]: Starting job "networkcfg"
07:31:49 [0]: Starting job "services"
07:31:49 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "systemctl", "enable", "NetworkManager.service")
07:31:50 [0]: Finished. Exit code: 0
07:31:50 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "systemctl", "enable", "org.cups.cupsd.service")
07:31:50 [0]: Finished. Exit code: 0
07:31:50 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "systemctl", "enable", "graphical.target")
07:31:50 [0]: Finished. Exit code: 0
07:31:50 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "systemctl", "disable", "pacman-init.service")
07:31:50 [0]: Finished. Exit code: 1
07:31:50 [1]: [PYTHON JOB]: "Cannot disable systemd service pacman-init"
07:31:50 [1]: [PYTHON JOB]: "systemctl disable call in chroot returned error code 1"
07:31:50 [0]: Starting job "grubconf"
07:31:50 [0]: Starting job "kdm_sddm"
07:31:50 [0]: Starting job "userkf5"
07:31:50 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "/usr/bin/mkdir", "-p", "<HOME_PATH>/Desktop")
07:31:50 [0]: Finished. Exit code: 0
07:31:50 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config")
07:31:50 [0]: Finished. Exit code: 0
07:31:50 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/applications/")
07:31:50 [0]: Finished. Exit code: 0
07:31:50 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/konqueror")
07:31:50 [0]: Finished. Exit code: 0
07:31:50 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/konsole")
07:31:50 [0]: Finished. Exit code: 0
07:31:50 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/autostart")
07:31:50 [0]: Finished. Exit code: 0
07:31:50 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/plasma-workspace/env")
07:31:50 [0]: Finished. Exit code: 0
07:31:50 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/qtcurve")
07:31:50 [0]: Finished. Exit code: 0
07:31:50 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "chown", "-R", "mikelp:users", "<HOME_PATH>")
07:31:50 [0]: Finished. Exit code: 0
07:31:50 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "setcap", "cap_net_raw=ep", "/usr/bin/ping")
07:31:50 [0]: Finished. Exit code: 0
07:31:51 [0]: Starting job "driver_cleanup"
07:31:51 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-R", "--noconfirm", "xf86-video-nouveau")
07:31:52 [0]: Finished. Exit code: 0
07:31:52 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-R", "--noconfirm", "xf86-video-amdgpu")
07:31:53 [0]: Finished. Exit code: 0
07:31:53 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-R", "--noconfirm", "xf86-video-ati")
07:31:53 [0]: Finished. Exit code: 0
07:31:53 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-R", "--noconfirm", "xf86-video-vmware")
07:31:53 [0]: Finished. Exit code: 0
07:31:53 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rncs", "--noconfirm", "xf86-input-wacom")
07:31:55 [0]: Finished. Exit code: 0
07:31:55 [0]: Starting job "nonfree_drivers"
07:31:55 [0]: Starting job "package_removal"
07:31:55 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rns", "--noconfirm", "calamares", "calamares-debug", "console-setup")
07:32:00 [0]: Finished. Exit code: 0
07:32:00 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-R", "--noconfirm", "welcome")
07:32:00 [0]: Finished. Exit code: 0
07:32:00 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rns", "--noconfirm", "hardware-detection")
07:32:00 [0]: Finished. Exit code: 0
07:32:00 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-R", "--noconfirm", "init-live")
07:32:01 [0]: Finished. Exit code: 0
07:32:01 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rns", "--noconfirm", "grub", "grub-theme-midna")
07:32:01 [0]: Finished. Exit code: 1
07:32:01 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-ar")
07:32:03 [0]: Finished. Exit code: 0
07:32:03 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-ast")
07:32:03 [0]: Finished. Exit code: 0
07:32:03 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-bg")
07:32:03 [0]: Finished. Exit code: 0
07:32:03 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-bs")
07:32:03 [0]: Finished. Exit code: 0
07:32:03 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-ca")
07:32:04 [0]: Finished. Exit code: 0
07:32:04 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-ca@valencia")
07:32:04 [0]: Finished. Exit code: 0
07:32:04 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-cs")
07:32:05 [0]: Finished. Exit code: 0
07:32:05 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-da")
07:32:05 [0]: Finished. Exit code: 0
07:32:05 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-de")
07:32:06 [0]: Finished. Exit code: 0
07:32:06 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-el")
07:32:07 [0]: Finished. Exit code: 0
07:32:07 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-eo")
07:32:07 [0]: Finished. Exit code: 0
07:32:07 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-es")
07:32:08 [0]: Finished. Exit code: 0
07:32:08 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-et")
07:32:08 [0]: Finished. Exit code: 0
07:32:08 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-eu")
07:32:09 [0]: Finished. Exit code: 0
07:32:09 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-fa")
07:32:09 [0]: Finished. Exit code: 0
07:32:09 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-fi")
07:32:09 [0]: Finished. Exit code: 0
07:32:09 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-fr")
07:32:10 [0]: Finished. Exit code: 0
07:32:10 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-ga")
07:32:10 [0]: Finished. Exit code: 0
07:32:10 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-gl")
07:32:11 [0]: Finished. Exit code: 0
07:32:11 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-he")
07:32:13 [0]: Finished. Exit code: 0
07:32:13 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-hi")
07:32:16 [0]: Finished. Exit code: 0
07:32:16 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-hr")
07:32:16 [0]: Finished. Exit code: 0
07:32:16 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-hu")
07:32:17 [0]: Finished. Exit code: 0
07:32:17 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-ia")
07:32:17 [0]: Finished. Exit code: 0
07:32:17 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-id")
07:32:17 [0]: Finished. Exit code: 0
07:32:17 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-is")
07:32:17 [0]: Finished. Exit code: 0
07:32:17 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-it")
07:32:18 [0]: Finished. Exit code: 0
07:32:18 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-ja")
07:32:18 [0]: Finished. Exit code: 0
07:32:18 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-kk")
07:32:18 [0]: Finished. Exit code: 0
07:32:18 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-km")
07:32:18 [0]: Finished. Exit code: 0
07:32:18 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-ko")
07:32:19 [0]: Finished. Exit code: 0
07:32:19 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-lt")
07:32:19 [0]: Finished. Exit code: 0
07:32:19 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-lv")
07:32:19 [0]: Finished. Exit code: 0
07:32:19 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-mr")
07:32:19 [0]: Finished. Exit code: 0
07:32:19 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-nb")
07:32:20 [0]: Finished. Exit code: 0
07:32:20 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-nds")
07:32:20 [0]: Finished. Exit code: 0
07:32:20 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-nl")
07:32:21 [0]: Finished. Exit code: 0
07:32:21 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-nn")
07:32:21 [0]: Finished. Exit code: 0
07:32:21 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-pa")
07:32:22 [0]: Finished. Exit code: 0
07:32:22 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-pl")
07:32:22 [0]: Finished. Exit code: 0
07:32:22 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-pt")
07:32:23 [0]: Finished. Exit code: 0
07:32:23 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-pt_BR")
07:32:29 [0]: Finished. Exit code: 0
07:32:29 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-ro")
07:32:29 [0]: Finished. Exit code: 0
07:32:29 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-ru")
07:32:30 [0]: Finished. Exit code: 0
07:32:30 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-sk")
07:32:30 [0]: Finished. Exit code: 0
07:32:30 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-sl")
07:32:30 [0]: Finished. Exit code: 0
07:32:30 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-sr")
07:32:31 [0]: Finished. Exit code: 0
07:32:31 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-sv")
07:32:32 [0]: Finished. Exit code: 0
07:32:32 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-tr")
07:32:32 [0]: Finished. Exit code: 0
07:32:32 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-ug")
07:32:32 [0]: Finished. Exit code: 0
07:32:32 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-uk")
07:32:33 [0]: Finished. Exit code: 0
07:32:33 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-wa")
07:32:34 [0]: Finished. Exit code: 0
07:32:34 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-zh_CN")
07:32:34 [0]: Finished. Exit code: 0
07:32:34 [0]: Running "chroot" ("/tmp/calamares-root-wmyj3p4i", "pacman", "-Rddn", "--noconfirm", "kde-l10n-zh_TW")
07:32:34 [0]: Finished. Exit code: 0
07:32:34 [0]: Starting job "bootldr"
07:32:34 [1]: [PYTHON JOB]: "Firmware type: efi"
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.
07:32:40 [0]: Starting job "gummi_entries"
07:32:40 [0]: Starting job "umount"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment