Skip to content

Instantly share code, notes, and snippets.

Created February 7, 2018 17:17
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/ae303fa9114e2dd4809a546071b19177 to your computer and use it in GitHub Desktop.
Save anonymous/ae303fa9114e2dd4809a546071b19177 to your computer and use it in GitHub Desktop.
----------------------------------------------------------------------------------------------------------
cat /etc/KaOS-release
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
inxi -Fxz
----------------------------------------------------------------------------------------------------------
System: Host: <HOSTNAME> Kernel: 4.14.14-1 x86_64 bits: 64 gcc: 6.4.0
Desktop: KDE Plasma 5.12.0 (Qt 5.10.0) Distro: KaOS (2018)
Machine: Device: desktop System: Gigabyte product: B250M-DS3H serial: N/A
Mobo: Gigabyte model: B250M-DS3H-CF v: x.x serial: N/A
UEFI [Legacy]: American Megatrends v: F2 date: 11/24/2016
CPU: Quad core Intel Core i5-6600 (-MCP-) arch: Skylake-S rev.3 cache: 6144 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 26496
clock speeds: max: 3900 MHz 1: 900 MHz 2: 900 MHz 3: 900 MHz 4: 900 MHz
Graphics: Card: Intel HD Graphics 530 bus-ID: 00:02.0
Display Server: x11 (X.Org 1.19.6 ) driver: modesetting Resolution: 1600x900@60.00hz
OpenGL: renderer: Mesa DRI Intel HD Graphics 530 (Skylake GT2)
version: 4.5 Mesa 17.3.3 Direct Render: Yes
Audio: Card Intel 200 Series PCH HD Audio driver: snd_hda_intel bus-ID: 00:1f.3
Sound: Advanced Linux Sound Architecture v: k4.14.14-1
Network: Card: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller
driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 02:00.0
IF: enp2s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives: HDD Total Size: 500.1GB (5.0% used)
ID-1: /dev/sda model: ST500DM002 size: 500.1GB
Partition: ID-1: / size: 96G used: 22G (24%) fs: ext4 dev: /dev/sda4
ID-2: swap-1 size: 2.15GB used: 0.00GB (0%) fs: swap dev: /dev/sda1
Sensors: System Temperatures: cpu: 29.8C mobo: 27.8C
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 165 Uptime: 4 min Memory: 1256.1/7900.3MB Init: systemd runlevel: 5 Gcc sys: 7.3.0
Client: Unknown : octopi inxi: 2.3.56
----------------------------------------------------------------------------------------------------------
journalctl -b -p err
----------------------------------------------------------------------------------------------------------
-- Logs begin at Tue 2018-02-06 10:24:09 -03, end at Wed 2018-02-07 14:16:23 -03. --
feb 07 14:13:28 <HOSTNAME> kernel: usbhid 1-7:1.1: couldn't find an input interrupt endpoint
feb 07 14:13:56 <HOSTNAME> pulseaudio[594]: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
----------------------------------------------------------------------------------------------------------
cat /etc/pacman.conf
----------------------------------------------------------------------------------------------------------
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -C - %u > %o
#CleanMethod = KeepInstalled
#UseDelta = 0.7
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options (all disabled by default)
#UseSyslog
#ShowSize
Color
#TotalDownload
CheckSpace
VerbosePkgLists
ILoveCandy
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Never
LocalFileSigLevel = Never
#RemoteFileSigLevel = Required
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
[core]
Include = /etc/pacman.d/mirrorlist
[main]
Include = /etc/pacman.d/mirrorlist
[apps]
Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
----------------------------------------------------------------------------------------------------------
pacman -Qm
----------------------------------------------------------------------------------------------------------
sndio 1:1.3.0-2
tmux 2.5-1
vstudio 7.5.8-1
----------------------------------------------------------------------------------------------------------
cat /var/log/pacman.log
----------------------------------------------------------------------------------------------------------
[2018-01-22 08:30] [PACMAN] Running 'pacman -R --noconfirm xf86-video-nouveau'
[2018-01-22 08:30] [ALPM] transaction started
[2018-01-22 08:30] [ALPM] removed xf86-video-nouveau (1.0.15-1)
[2018-01-22 08:30] [ALPM] transaction completed
[2018-01-22 08:30] [PACMAN] Running 'pacman -R --noconfirm xf86-video-amdgpu'
[2018-01-22 08:30] [ALPM] transaction started
[2018-01-22 08:30] [ALPM] removed xf86-video-amdgpu (1.4.0-1)
[2018-01-22 08:30] [ALPM] transaction completed
[2018-01-22 08:30] [PACMAN] Running 'pacman -R --noconfirm xf86-video-ati'
[2018-01-22 08:30] [ALPM] transaction started
[2018-01-22 08:30] [ALPM] removed xf86-video-ati (7.10.0-1)
[2018-01-22 08:30] [ALPM] transaction completed
[2018-01-22 08:30] [PACMAN] Running 'pacman -R --noconfirm xf86-video-vmware'
[2018-01-22 08:30] [ALPM] transaction started
[2018-01-22 08:30] [ALPM] removed xf86-video-vmware (13.2.1-5)
[2018-01-22 08:30] [ALPM] transaction completed
[2018-01-22 08:30] [PACMAN] Running 'pacman -Rncs --noconfirm xf86-input-wacom'
[2018-01-22 08:30] [ALPM] transaction started
[2018-01-22 08:30] [ALPM] removed wacomtablet (2.9.82-1)
[2018-01-22 08:30] [ALPM] removed xf86-input-wacom (0.35.0-1)
[2018-01-22 08:30] [ALPM] transaction completed
[2018-01-22 08:30] [ALPM] running 'update-desktop-database.hook'...
[2018-01-22 08:30] [PACMAN] Running 'pacman -Rns --noconfirm calamares calamares-debug console-setup'
[2018-01-22 08:30] [ALPM] transaction started
[2018-01-22 08:30] [ALPM] removed console-setup (1.167-1)
[2018-01-22 08:30] [ALPM] removed calamares-debug (3.1.98-1)
[2018-01-22 08:30] [ALPM] removed calamares (3.1.98-1)
[2018-01-22 08:30] [ALPM] removed yaml-cpp (0.5.3-5)
[2018-01-22 08:30] [ALPM] removed pythonqt (3.2-3)
[2018-01-22 08:30] [ALPM] transaction completed
[2018-01-22 08:30] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-01-22 08:30] [ALPM] running 'update-desktop-database.hook'...
[2018-01-22 08:30] [PACMAN] Running 'pacman -Rns --noconfirm welcome'
[2018-01-22 08:30] [ALPM] transaction started
[2018-01-22 08:30] [ALPM] removed welcome (5.7-1)
[2018-01-22 08:30] [ALPM] transaction completed
[2018-01-22 08:30] [ALPM] running 'update-desktop-database.hook'...
[2018-01-22 08:30] [PACMAN] Running 'pacman -Rns --noconfirm hardware-detection'
[2018-01-22 08:30] [ALPM] transaction started
[2018-01-22 08:30] [ALPM] removed hardware-detection (20180112-1)
[2018-01-22 08:30] [ALPM] removed khd-nvidia-340xx (340.106-1)
[2018-01-22 08:30] [ALPM] removed khd-nvidia (387.34-5)
[2018-01-22 08:30] [ALPM] transaction completed
[2018-01-22 08:30] [PACMAN] Running 'pacman -R --noconfirm init-live'
[2018-01-22 08:30] [ALPM] transaction started
[2018-01-22 08:30] [ALPM-SCRIPTLET] Disabling systemd service
[2018-01-22 08:30] [ALPM-SCRIPTLET] Removed /etc/systemd/system/multi-user.target.wants/live.service.
[2018-01-22 08:30] [ALPM] removed init-live (2017.03-2)
[2018-01-22 08:30] [ALPM] transaction completed
[2018-01-22 08:30] [PACMAN] Running 'pacman -Rns --noconfirm efibootmgr'
[2018-01-22 08:30] [ALPM] transaction started
[2018-01-22 08:30] [ALPM] removed efibootmgr (15-1)
[2018-01-22 08:30] [ALPM] removed efivar (31-2)
[2018-01-22 08:30] [ALPM] transaction completed
[2018-01-22 08:30] [PACMAN] Running 'pacman -R --noconfirm virtualbox-guest-utils virtualbox-guest-modules'
[2018-01-22 08:30] [ALPM] transaction started
[2018-01-22 08:30] [ALPM] removed virtualbox-guest-utils (5.2.6-1)
[2018-01-22 08:30] [ALPM] removed virtualbox-guest-modules (5.2.6-1)
[2018-01-22 08:30] [ALPM-SCRIPTLET] Unloading modules:
[2018-01-22 08:31] [ALPM] transaction completed
[2018-01-22 08:36] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-01-22 08:36] [PACMAN] synchronizing package lists
[2018-01-22 08:55] [PACMAN] Running 'pacman -S'
[2018-01-22 08:55] [PACMAN] Running 'pacman -Syu'
[2018-01-22 08:55] [PACMAN] synchronizing package lists
[2018-01-22 08:55] [PACMAN] starting full system upgrade
[2018-01-22 08:56] [PACMAN] Running 'pacman -Sy'
[2018-01-22 08:56] [PACMAN] synchronizing package lists
[2018-01-22 08:56] [PACMAN] Running 'pacman -Su --noconfirm'
[2018-01-22 08:56] [PACMAN] starting full system upgrade
[2018-01-22 08:56] [ALPM] transaction started
[2018-01-22 08:56] [ALPM] upgraded glib2 (2.54.3-1 -> 2.54.3-2)
[2018-01-22 08:56] [ALPM] upgraded inxi (2.3.55-1 -> 2.3.56-1)
[2018-01-22 08:56] [ALPM] transaction completed
[2018-01-22 08:57] [PACMAN] Running '/usr/bin/pacman -U /tmp/tmux/tmux-2.5-1-x86_64.pkg.tar.xz'
[2018-01-22 08:57] [ALPM] transaction started
[2018-01-22 08:57] [ALPM] installed tmux (2.5-1)
[2018-01-22 08:57] [ALPM] transaction completed
[2018-01-22 08:59] [PACMAN] Running 'pacman -S --noconfirm apps/firefox-i18n-es-ar apps/firefox main/php main/php-apache main/apache apps/wine main/postgresql'
[2018-01-22 09:00] [ALPM] transaction started
[2018-01-22 09:00] [ALPM] installed mime-types (9-3)
[2018-01-22 09:00] [ALPM] installed at-spi2-core (2.26.2-1)
[2018-01-22 09:00] [ALPM] installed at-spi2-atk (2.26.1-1)
[2018-01-22 09:00] [ALPM] installed gtk3 (3.22.26-2)
[2018-01-22 09:00] [ALPM] installed mozilla-common (1.4-4)
[2018-01-22 09:00] [ALPM-SCRIPTLET] relogin or source /etc/profile.d/mozilla-common.sh
[2018-01-22 09:00] [ALPM] installed startup-notification (0.12-5)
[2018-01-22 09:00] [ALPM] installed firefox (58.0-1)
[2018-01-22 09:00] [ALPM] installed firefox-i18n-es-ar (58.0-1)
[2018-01-22 09:00] [ALPM] installed enchant (2:2.1.2-1)
[2018-01-22 09:00] [ALPM] installed libmcrypt (2.5.8-3)
[2018-01-22 09:00] [ALPM] installed tidyhtml (5.4.0-1)
[2018-01-22 09:00] [ALPM] installed php (7.1.13-2)
[2018-01-22 09:00] [ALPM] installed apr (1.6.3-1)
[2018-01-22 09:00] [ALPM] installed apr-util (1.6.1-2)
[2018-01-22 09:00] [ALPM] installed apache (2.4.29-1)
[2018-01-22 09:00] [ALPM] installed php-apache (7.1.13-2)
[2018-01-22 09:00] [ALPM] installed opencl-headers (2.2.20170611-1)
[2018-01-22 09:00] [ALPM] installed wine (3.0-1)
[2018-01-22 09:01] [ALPM-SCRIPTLET]
[2018-01-22 09:01] [ALPM-SCRIPTLET] (gst-plugin-scanner:7145): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstschro.so': libschroedinger-1.0.so.0: cannot open shared object file: No such file or directory
[2018-01-22 09:01] [ALPM] installed postgresql (1:10.1-1)
[2018-01-22 09:01] [ALPM] transaction completed
[2018-01-22 09:01] [ALPM] running 'glib-compile-schemes.hook'...
[2018-01-22 09:01] [ALPM-SCRIPTLET] Warning: Schema ?org.freedesktop.Telepathy.Logger? has path ?/apps/telepathy-logger/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated.
[2018-01-22 09:01] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-01-22 09:01] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-01-22 09:01] [ALPM] running 'update-desktop-database.hook'...
[2018-01-22 09:38] [PACMAN] Running 'pacman -R powerline'
[2018-01-22 09:38] [ALPM] transaction started
[2018-01-22 09:38] [ALPM] removed powerline (2.6-2)
[2018-01-22 09:38] [ALPM] transaction completed
[2018-01-22 09:38] [ALPM] running 'fc-cache-install.hook'...
[2018-01-22 10:23] [PACMAN] Running 'pacman -S --noconfirm main/python3-pip'
[2018-01-22 10:23] [ALPM] transaction started
[2018-01-22 10:23] [ALPM] installed python3-pip (9.0.1-3)
[2018-01-22 10:23] [ALPM] transaction completed
[2018-01-23 00:04] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-01-23 00:04] [PACMAN] synchronizing package lists
[2018-01-23 08:43] [PACMAN] Running 'pacman -Syu'
[2018-01-23 08:43] [PACMAN] synchronizing package lists
[2018-01-23 08:43] [PACMAN] starting full system upgrade
[2018-01-23 08:59] [PACMAN] Running 'pacman -S --noconfirm apps/powerline'
[2018-01-23 08:59] [ALPM] transaction started
[2018-01-23 08:59] [ALPM] installed powerline (2.6-2)
[2018-01-23 08:59] [ALPM-SCRIPTLET]  ==> To set your bash prompt add the following to your ~/.bashrc:
[2018-01-23 08:59] [ALPM-SCRIPTLET]  powerline-daemon -q
[2018-01-23 08:59] [ALPM-SCRIPTLET]  POWERLINE_BASH_CONTINUATION=1
[2018-01-23 08:59] [ALPM-SCRIPTLET]  POWERLINE_BASH_SELECT=1
[2018-01-23 08:59] [ALPM-SCRIPTLET]  . /usr/share/bash/powerline.sh
[2018-01-23 08:59] [ALPM-SCRIPTLET]  ==> For further instructions see:
[2018-01-23 08:59] [ALPM-SCRIPTLET]  ==> https://powerline.readthedocs.io/en/master/usage.html 
[2018-01-23 08:59] [ALPM] transaction completed
[2018-01-23 08:59] [ALPM] running 'fc-cache-install.hook'...
[2018-01-24 00:04] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-01-24 00:04] [PACMAN] synchronizing package lists
[2018-01-24 09:26] [PACMAN] Running 'pacman -S --noconfirm apps/virtualbox-ext-oracle apps/virtualbox-qt5'
[2018-01-24 09:27] [ALPM] transaction started
[2018-01-24 09:27] [ALPM] installed resourceproto (1.2.0-5)
[2018-01-24 09:27] [ALPM] installed xf86-input-mouse (1.9.2-2)
[2018-01-24 09:27] [ALPM] installed virtualbox-modules (5.2.6-1)
[2018-01-24 09:27] [ALPM-SCRIPTLET] Loading modules: vboxnetadp vboxnetflt vboxpci vboxdrv
[2018-01-24 09:27] [ALPM] installed virtualbox-qt5 (5.2.6-1)
[2018-01-24 09:27] [ALPM] installed virtualbox-ext-oracle (5.2.6-1)
[2018-01-24 09:27] [ALPM] transaction completed
[2018-01-24 09:27] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-01-24 09:27] [ALPM] running 'update-desktop-database.hook'...
[2018-01-24 09:27] [ALPM] running 'update-mime-database.hook'...
[2018-01-24 11:08] [PACMAN] Running 'pacman -S --noconfirm apps/kcalc'
[2018-01-24 11:08] [ALPM] transaction started
[2018-01-24 11:08] [ALPM] installed kcalc (17.12.1-1)
[2018-01-24 11:08] [ALPM] transaction completed
[2018-01-24 11:08] [ALPM] running 'update-desktop-database.hook'...
[2018-01-25 00:04] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-01-25 00:04] [PACMAN] synchronizing package lists
[2018-01-25 08:08] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-01-25 08:08] [PACMAN] synchronizing package lists
[2018-01-26 00:04] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-01-26 00:04] [PACMAN] synchronizing package lists
[2018-01-26 08:26] [PACMAN] Running 'pacman -Su --noconfirm'
[2018-01-26 08:26] [PACMAN] starting full system upgrade
[2018-01-26 08:27] [ALPM] transaction started
[2018-01-26 08:27] [ALPM] upgraded iasl (20171215-1 -> 20180105-1)
[2018-01-26 08:27] [ALPM] upgraded mesa (17.3.2-1 -> 17.3.3-1)
[2018-01-26 08:27] [ALPM] upgraded libgl (17.3.2-1 -> 17.3.3-1)
[2018-01-26 08:27] [ALPM] upgraded nspr (4.17-1 -> 4.18-1)
[2018-01-26 08:27] [ALPM] upgraded knotifications (5.42.0-1 -> 5.42.0-2)
[2018-01-26 08:27] [ALPM] upgraded linux-firmware (20180104-1 -> 20180119-1)
[2018-01-26 08:27] [ALPM] upgraded nss (3.34.1-1 -> 3.35-1)
[2018-01-26 08:27] [ALPM] upgraded pptpclient (1.9.0-1 -> 1.10.0-1)
[2018-01-26 08:27] [ALPM] upgraded youtube-dl (2018.01.14-1 -> 2018.01.18-1)
[2018-01-26 08:27] [ALPM] upgraded smplayer (18.1.0-1 -> 18.2.0-1)
[2018-01-26 08:27] [ALPM] installed libsecret (0.18.5-1)
[2018-01-26 08:27] [ALPM] upgraded system-config-printer (1.5.9-5 -> 1.5.11-1)
[2018-01-26 08:27] [ALPM] transaction completed
[2018-01-26 08:27] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-01-26 08:27] [ALPM] running 'update-desktop-database.hook'...
[2018-01-27 00:03] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-01-27 00:03] [PACMAN] synchronizing package lists
[2018-01-28 00:03] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-01-28 00:03] [PACMAN] synchronizing package lists
[2018-01-29 00:03] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-01-29 00:03] [PACMAN] synchronizing package lists
[2018-01-29 08:21] [PACMAN] Running 'pacman -Su --noconfirm'
[2018-01-29 08:21] [PACMAN] starting full system upgrade
[2018-01-29 08:21] [ALPM] transaction started
[2018-01-29 08:21] [ALPM] upgraded cryptsetup (2.0.0-1 -> 2.0.1-1)
[2018-01-29 08:21] [ALPM] upgraded fluidsynth (1.1.8-2 -> 1.1.9-1)
[2018-01-29 08:21] [ALPM] upgraded libdvdread (5.0.3-2 -> 6.0.0-1)
[2018-01-29 08:21] [ALPM] upgraded libdvdnav (5.0.3-2 -> 6.0.0-1)
[2018-01-29 08:21] [ALPM] upgraded libmbim (1.14.2-2 -> 1.16.0-1)
[2018-01-29 08:21] [ALPM] upgraded libqmi (1.18.0-3 -> 1.20.0-1)
[2018-01-29 08:21] [ALPM] upgraded modemmanager (1.6.12-1 -> 1.6.12-3)
[2018-01-29 08:21] [ALPM] upgraded libraw (0.18.6-1 -> 0.18.7-1)
[2018-01-29 08:21] [ALPM] upgraded calligra (3.0.1-11 -> 3.1.0-1)
[2018-01-29 08:21] [ALPM] upgraded calligra-l10n (3.0.1-11 -> 3.1.0-1)
[2018-01-29 08:21] [ALPM] upgraded git (2.15.1-1 -> 2.16.1-1)
[2018-01-29 08:21] [ALPM] upgraded micro (1.3.4-1 -> 1.4.0-1)
[2018-01-29 08:21] [ALPM] upgraded qt5-wayland (5.10.0-2 -> 5.10.0-3)
[2018-01-29 08:21] [ALPM] upgraded wget (1.19.2-1 -> 1.19.4-1)
[2018-01-29 08:21] [ALPM] upgraded youtube-dl (2018.01.18-1 -> 2018.01.21-1)
[2018-01-29 08:21] [ALPM] transaction completed
[2018-01-29 08:21] [ALPM] running '99-linux.hook'...
[2018-01-29 08:21] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-01-29 08:21] [ALPM-SCRIPTLET] ==> Starting build: 4.14.14-1
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [resume]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2018-01-29 08:21] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-01-29 08:21] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-01-29 08:21] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-01-29 08:21] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-01-29 08:21] [ALPM-SCRIPTLET] ==> Starting build: 4.14.14-1
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2018-01-29 08:21] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-01-29 08:21] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [resume]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2018-01-29 08:21] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2018-01-29 08:21] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-01-29 08:21] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-01-29 08:21] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-01-29 08:21] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-01-29 08:21] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-01-29 08:21] [ALPM] running 'texinfo-install.hook'...
[2018-01-29 08:21] [ALPM] running 'update-desktop-database.hook'...
[2018-01-29 08:21] [ALPM] running 'update-mime-database.hook'...
[2018-01-30 00:04] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-01-30 00:04] [PACMAN] synchronizing package lists
[2018-01-31 00:02] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-01-31 00:02] [PACMAN] synchronizing package lists
[2018-02-01 00:02] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-02-01 00:02] [PACMAN] synchronizing package lists
[2018-02-02 00:01] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-02-02 00:01] [PACMAN] synchronizing package lists
[2018-02-02 08:41] [PACMAN] Running 'pacman -Su --noconfirm'
[2018-02-02 08:41] [PACMAN] starting full system upgrade
[2018-02-02 08:49] [ALPM] transaction started
[2018-02-02 08:49] [ALPM] upgraded tzdata (2018a-1 -> 2018c-1)
[2018-02-02 08:49] [ALPM] upgraded curl (7.57.0-1 -> 7.58.0-1)
[2018-02-02 08:49] [ALPM] upgraded dnsutils (9.11.2-1 -> 9.12.0-1)
[2018-02-02 08:49] [ALPM] upgraded sqlite (3.21.0-1 -> 3.22.0-1)
[2018-02-02 08:49] [ALPM] upgraded librsvg (2.42.0-1 -> 2.42.1-1)
[2018-02-02 08:49] [ALPM] upgraded firefox (58.0-1 -> 58.0.1-1)
[2018-02-02 08:49] [ALPM] upgraded firefox-i18n-es-ar (58.0-1 -> 58.0.1-1)
[2018-02-02 08:49] [ALPM] upgraded imagemagick (6.9.9.33-1 -> 6.9.9.34-1)
[2018-02-02 08:49] [ALPM] upgraded sip3 (4.19.6-1 -> 4.19.7-1)
[2018-02-02 08:49] [ALPM] upgraded pyqt5-python3 (5.9.2-2 -> 5.10-1)
[2018-02-02 08:49] [ALPM] upgraded qupzilla (2.2.4-1 -> 2.2.5-1)
[2018-02-02 08:49] [ALPM] upgraded simplescreenrecorder (0.3.9-1 -> 0.3.9-2)
[2018-02-02 08:49] [ALPM] upgraded wireless-regdb (2017.03.07-1 -> 2017.12.23-1)
[2018-02-02 08:49] [ALPM] transaction completed
[2018-02-02 08:49] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2018-02-02 08:49] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-02-02 08:49] [ALPM] running 'update-desktop-database.hook'...
[2018-02-03 00:01] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-02-03 00:01] [PACMAN] synchronizing package lists
[2018-02-04 00:01] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-02-04 00:01] [PACMAN] synchronizing package lists
[2018-02-05 00:01] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-02-05 00:01] [PACMAN] synchronizing package lists
[2018-02-06 00:04] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-02-06 00:04] [PACMAN] synchronizing package lists
[2018-02-06 11:36] [PACMAN] Running 'pacman -Syu'
[2018-02-06 11:36] [PACMAN] synchronizing package lists
[2018-02-06 11:36] [PACMAN] starting full system upgrade
[2018-02-06 11:36] [PACMAN] Running 'pacman -S base-devel'
[2018-02-06 11:37] [ALPM] transaction started
[2018-02-06 11:37] [ALPM] reinstalled m4 (1.4.18-1)
[2018-02-06 11:37] [ALPM] reinstalled autoconf (2.69-5)
[2018-02-06 11:37] [ALPM] reinstalled automake (1.15.1-2)
[2018-02-06 11:37] [ALPM] reinstalled bin86 (0.16.21-3)
[2018-02-06 11:37] [ALPM] reinstalled binutils (2.28-1)
[2018-02-06 11:37] [ALPM] reinstalled bison (3.0.4-3)
[2018-02-06 11:37] [ALPM] reinstalled docbook-xml (4.5-10)
[2018-02-06 11:37] [ALPM] reinstalled docbook-xsl (1.79.2-1)
[2018-02-06 11:37] [ALPM] reinstalled ed (1.14.2-1)
[2018-02-06 11:37] [ALPM] reinstalled fakeroot (1.20.2-4)
[2018-02-06 11:37] [ALPM] reinstalled flex (2.6.4-1)
[2018-02-06 11:37] [ALPM] reinstalled gcc (6.4.0-1)
[2018-02-06 11:37] [ALPM] reinstalled libtool (2.4.6-11)
[2018-02-06 11:37] [ALPM] reinstalled make (4.2.1-2)
[2018-02-06 11:37] [ALPM] reinstalled patch (2.7.5-2)
[2018-02-06 11:37] [ALPM] reinstalled pkg-config (0.29.2-1)
[2018-02-06 11:37] [ALPM] transaction completed
[2018-02-06 11:37] [ALPM] running 'texinfo-install.hook'...
[2018-02-06 11:49] [PACMAN] Running 'pacman -U sndio-1:1.4.0-5-x86_64.pkg.tar.xz'
[2018-02-06 11:49] [ALPM] transaction started
[2018-02-06 11:49] [ALPM] installed sndio (1:1.4.0-5)
[2018-02-06 11:49] [ALPM] transaction completed
[2018-02-06 11:49] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-02-06 11:52] [PACMAN] Running 'pacman -Rs sndio-1:1.4.0-5-x86_64.pkg.tar.xz'
[2018-02-06 11:52] [PACMAN] Running 'pacman -Rs sndio'
[2018-02-06 11:52] [ALPM] transaction started
[2018-02-06 11:52] [ALPM] removed sndio (1:1.4.0-5)
[2018-02-06 11:52] [ALPM] transaction completed
[2018-02-06 11:59] [PACMAN] Running 'pacman -U sndio-1:1.3.0-2-x86_64.pkg.tar.xz'
[2018-02-06 11:59] [ALPM] transaction started
[2018-02-06 11:59] [ALPM] installed sndio (1:1.3.0-2)
[2018-02-06 11:59] [ALPM] transaction completed
[2018-02-06 12:20] [PACMAN] Running '/usr/bin/pacman -U /tmp/vstudio/vstudio-7.5.8-1-x86_64.pkg.tar.xz'
[2018-02-06 12:20] [ALPM] transaction started
[2018-02-06 12:20] [ALPM] installed vstudio (7.5.8-1)
[2018-02-06 12:20] [ALPM] transaction completed
[2018-02-06 12:20] [ALPM] running 'update-desktop-database.hook'...
[2018-02-07 00:03] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-02-07 00:03] [PACMAN] synchronizing package lists
[2018-02-07 08:41] [PACMAN] Running 'pacman -Su --noconfirm'
[2018-02-07 08:41] [PACMAN] starting full system upgrade
[2018-02-07 08:45] [ALPM] transaction started
[2018-02-07 08:45] [ALPM] upgraded linux-api-headers (4.11.4-1 -> 4.14.14-1)
[2018-02-07 08:45] [ALPM] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
[2018-02-07 08:45] [ALPM] upgraded glibc (2.25-3 -> 2.26-1)
[2018-02-07 08:45] [ALPM-SCRIPTLET] Generating locales...
[2018-02-07 08:45] [ALPM-SCRIPTLET] en_US.UTF-8... done
[2018-02-07 08:45] [ALPM-SCRIPTLET] en_US.UTF-8... done
[2018-02-07 08:45] [ALPM-SCRIPTLET] es_AR.UTF-8... done
[2018-02-07 08:45] [ALPM-SCRIPTLET] Generation complete.
[2018-02-07 08:45] [ALPM] upgraded ncurses (6.0-4 -> 6.1-1)
[2018-02-07 08:45] [ALPM] upgraded bash (4.4.012-1 -> 4.4.018-1)
[2018-02-07 08:45] [ALPM] upgraded binutils (2.28-1 -> 2.30-1)
[2018-02-07 08:45] [ALPM] upgraded lz4 (1:1.8.0-1 -> 1:1.8.1.2-1)
[2018-02-07 08:45] [ALPM] upgraded gcc-libs (6.4.0-1 -> 7.3.0-1)
[2018-02-07 08:45] [ALPM] upgraded gmp (6.1.2-1 -> 6.1.2-2)
[2018-02-07 08:45] [ALPM] upgraded filesystem (2018.01-1 -> 2018.01-2)
[2018-02-07 08:45] [ALPM] upgraded systemd (1:236-1 -> 1:237-1)
[2018-02-07 08:45] [ALPM] upgraded llvm (5.0.1-1 -> 5.0.1-2)
[2018-02-07 08:45] [ALPM] upgraded harfbuzz (1.7.4-2 -> 1.7.5-1)
[2018-02-07 08:45] [ALPM] upgraded libevdev (1.5.7-1 -> 1.5.8-1)
[2018-02-07 08:45] [ALPM] upgraded mpfr (3.1.6-1 -> 4.0.0-1)
[2018-02-07 08:45] [ALPM] upgraded libmpc (1.0.3-6 -> 1.1.0-1)
[2018-02-07 08:45] [ALPM] upgraded gcc (6.4.0-1 -> 7.3.0-1)
[2018-02-07 08:45] [ALPM] upgraded libtool (2.4.6-11 -> 2.4.6-12)
[2018-02-07 08:45] [ALPM] upgraded v4l-utils (1.12.5-1 -> 1.14.1-1)
[2018-02-07 08:45] [ALPM] upgraded libbytesize (1.0-1 -> 1.2-1)
[2018-02-07 08:45] [ALPM] upgraded libblockdev (2.15-1 -> 2.15-2)
[2018-02-07 08:45] [ALPM] upgraded bluedevil (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded kdecoration (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded breeze (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded breeze-gtk (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded cups-filters (1.19.0-1 -> 1.20.0-1)
[2018-02-07 08:45] [ALPM] upgraded drkonqi (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded eigen3 (3.3.3-1 -> 3.3.4-1)
[2018-02-07 08:45] [ALPM] upgraded elisa (0.0.80-1 -> 0.0.81-1)
[2018-02-07 08:45] [ALPM] upgraded gawk (4.2.0-2 -> 4.2.0-3)
[2018-02-07 08:45] [ALPM] upgraded gdb (8.0.1-1 -> 8.1-1)
[2018-02-07 08:45] [ALPM] upgraded iproute2 (4.14.1-1 -> 4.15.0-1)
[2018-02-07 08:45] [ALPM] upgraded kactivitymanagerd (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded kde-cli-tools (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded kde-gtk-config (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded libbsd (0.8.6-1 -> 0.8.7-1)
[2018-02-07 08:45] [ALPM] upgraded kscreenlocker (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded kwin (5.11.5-1 -> 5.12.0-2)
[2018-02-07 08:45] [ALPM] upgraded libksysguard (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded milou (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded libkscreen (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded libqalculate (2.1.0-2 -> 2.2.1-1)
[2018-02-07 08:45] [ALPM] upgraded sddm-kcm (1:5.11.5-1 -> 1:5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded plasma-l10n (5.11.0-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded plasma-workspace (5.11.5-1 -> 5.12.0-2)
[2018-02-07 08:45] [ALPM] upgraded kdeplasma-addons (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded khotkeys (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded kinfocenter (5.11.5-2 -> 5.12.0-2)
[2018-02-07 08:45] [ALPM] upgraded kmenuedit (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded kscreen (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded ksshaskpass (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded ksysguard (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded kwallet-pam (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded midna-themes (2.1.0-1 -> 2.2.0-1)
[2018-02-07 08:45] [ALPM] warning: /etc/mkinitcpio.conf installed as /etc/mkinitcpio.conf.pacnew
[2018-02-07 08:45] [ALPM] upgraded mkinitcpio (23-1 -> 24-1)
[2018-02-07 08:45] [ALPM] upgraded nano (2.9.2-1 -> 2.9.3-1)
[2018-02-07 08:45] [ALPM] upgraded oxygen (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded pepper-flash (28.0.0.137-1 -> 28.0.0.161-1)
[2018-02-07 08:45] [ALPM-SCRIPTLET]  Firefox users make sure to add freshplayerplugin
[2018-02-07 08:45] [ALPM-SCRIPTLET]  sudo pacman -S freshplayerplugin
[2018-02-07 08:45] [ALPM-SCRIPTLET]  This way it is no longer needed to use adobe flash 
[2018-02-07 08:45] [ALPM] upgraded php (7.1.13-2 -> 7.1.14-1)
[2018-02-07 08:45] [ALPM] upgraded php-apache (7.1.13-2 -> 7.1.14-1)
[2018-02-07 08:45] [ALPM] upgraded polkit-kde-agent-1 (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded systemsettings (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded powerdevil (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded plasma-integration (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] installed xf86-input-libinput (0.26.0-1)
[2018-02-07 08:45] [ALPM] upgraded plasma-desktop (5.11.5-1 -> 5.12.0-2)
[2018-02-07 08:45] [ALPM] upgraded plasma-nm (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded plasma-pa (5.11.5-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded plasma-workspace-wallpapers (5.11.1-1 -> 5.12.0-1)
[2018-02-07 08:45] [ALPM] upgraded python2-cairo (1.15.4-1 -> 1.15.5-1)
[2018-02-07 08:45] [ALPM] upgraded python3-cairo (1.15.4-1 -> 1.15.5-1)
[2018-02-07 08:45] [ALPM] upgraded rsync (3.1.3pre1-1 -> 3.1.3-1)
[2018-02-07 08:45] [ALPM] upgraded wine (3.0-1 -> 3.1-1)
[2018-02-07 08:45] [ALPM] upgraded youtube-dl (2018.01.21-1 -> 2018.01.27-1)
[2018-02-07 08:45] [ALPM] transaction completed
[2018-02-07 08:45] [ALPM] running '99-linux.hook'...
[2018-02-07 08:45] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-02-07 08:45] [ALPM-SCRIPTLET] ==> Starting build: 4.14.14-1
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> Running build hook: [resume]
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2018-02-07 08:45] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-02-07 08:45] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-02-07 08:45] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-02-07 08:45] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-02-07 08:45] [ALPM-SCRIPTLET] ==> Starting build: 4.14.14-1
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2018-02-07 08:45] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-02-07 08:45] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-02-07 08:45] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2018-02-07 08:46] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2018-02-07 08:46] [ALPM-SCRIPTLET] -> Running build hook: [resume]
[2018-02-07 08:46] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2018-02-07 08:46] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2018-02-07 08:46] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-02-07 08:46] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-02-07 08:46] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-02-07 08:46] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-02-07 08:46] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-02-07 08:46] [ALPM] running 'texinfo-install.hook'...
[2018-02-07 08:46] [ALPM] running 'update-desktop-database.hook'...
[2018-02-07 08:46] [ALPM] running 'update-mime-database.hook'...
[2018-02-07 08:49] [PACMAN] Running 'pacman -Syu'
[2018-02-07 08:49] [PACMAN] synchronizing package lists
[2018-02-07 08:49] [PACMAN] starting full system upgrade
[2018-02-07 08:52] [PACMAN] Running '/usr/bin/pacman -Sy'
[2018-02-07 08:52] [PACMAN] synchronizing package lists
----------------------------------------------------------------------------------------------------------
cat /var/log/installation.log
----------------------------------------------------------------------------------------------------------
11:24:41 [1]: Calamares version: 3.2.0rc2.20180116-git-master-7648851
11:24:41 [1]: Default font size 10 ; -1 px
11:24:41 [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")
11:24:41 [1]: CalamaresApplication thread: 0xe0bed0
11:24:41 [1]: Using log file: "/root/.cache/Calamares/calamares/Calamares.log"
11:24:41 [1]: Using Calamares settings file at "/usr/share/calamares/settings.conf"
11:24:41 [1]: Using Calamares branding file at "/usr/share/calamares/branding/kaos_branding/branding.desc"
11:24:41 [1]: Loaded branding component "kaos_branding"
11:24:41 [1]: STARTUP: initQmlPath, initSettings, initBranding done
11:24:41 [1]: STARTUP: initModuleManager: module init started
11:24:41 [1]: STARTUP: initModuleManager: all modules init done
11:24:41 [1]: STARTUP: initJobQueue done
11:24:41 [1]: Available size QSize(1920, 1080)
11:24:42 [1]: Proposed window size: 1080 648
11:24:42 [1]: STARTUP: CalamaresWindow created; loadModules started
11:24:42 [1]: Initial locale "en_US"
11:24:42 [8]: Translation: Branding component: Using default locale, system locale one not found: "en_US"
11:24:42 [8]: Translation: Calamares: Using default locale, system locale one not found: "en_US"
11:24:42 [1]: Welcome string false "KaOS 2018.01"
11:24:42 [1]: ViewModule "welcome@welcome" loading complete.
11:24:43 [0]: libpng warning: iCCP: known incorrect sRGB profile
11:24:43 [0]: libpng warning: iCCP: known incorrect sRGB profile
11:24:43 [1]: ViewModule "webview@webview" loading complete.
11:24:43 [1]: WARNING: guessLocaleConfiguration can't guess from an empty list.
11:24:43 [1]: ViewModule "locale@locale" loading complete.
11:24:44 [1]: ViewModule "keyboard@keyboard" loading complete.
11:24:44 [8]: Loaded backend plugin: "pmlibpartedbackendplugin"
11:24:44 [1]: ViewModule "partition@partition" loading complete.
11:24:44 [1]: ViewModule "users@users" loading complete.
11:24:44 [1]: ViewModule "summary@summary" loading complete.
11:24:44 [1]: Module "partition@partition" already loaded.
11:24:44 [1]: QML import paths: ("/usr/share/calamares/qml", "/usr/bin", "qrc:/qt-project.org/imports", "/usr/lib/qt5/qml")
11:24:44 [1]: Module "locale@locale" already loaded.
11:24:44 [1]: Module "keyboard@keyboard" already loaded.
11:24:44 [1]: Module "users@users" already loaded.
11:24:44 [1]: FinishedPage()
11:24:44 [1]: ViewModule "finished@finished" loading complete.
11:24:44 [1]: STARTUP: loadModules for all modules done
11:24:44 [1]: STARTUP: Window now visible and ProgressTreeView populated
11:24:44 [1]: Need at least storage bytes: 10737418240
11:24:44 [1]: Need at least ram bytes: 1073741824
11:24:44 [1]: RequirementsChecker output: enoughStorage: true enoughRam: true hasPower: true hasInternet: true isRoot: true
11:24:44 [1]: xkbmap selection changed to: "us" - ""
12:24:45 [1]: WARNING: guessLocaleConfiguration can't guess from an empty list.
06:24:45 [1]: WARNING: guessLocaleConfiguration can't guess from an empty list.
06:24:45 [1]: WARNING: guessLocaleConfiguration can't guess from an empty list.
06:24:45 [1]: WARNING: guessLocaleConfiguration can't guess from an empty list.
06:24:47 [8]: getting smart status failed for "/dev/sdb" : Operation not supported
06:24:47 [1]: Removing unsuitable devices: 2 candidates.
06:24:47 [1]: Selected locale "es_AR"
06:24:47 [1]: .. Removing device with iso9660 filesystem (probably a CD) on it "/dev/sdb"
06:24:47 [1]: LIST OF DETECTED DEVICES:
06:24:47 [1]: node capacity name prettyName
06:24:47 [1]: "/dev/sda" 500105249280 "ATA ST500DM002-1BD14" "ATA ST500DM002-1BD14 – 465,76 GiB (/dev/sda)"
06:24:47 [1]: .. 1 devices detected.
06:24:47 [8]: Translation: Branding component: Using system locale: "es_AR"
06:24:47 [8]: Translation: Calamares: Using system locale: "es_AR"
06:24:47 [0]: Could not parse stylesheet of object 0x12b76c0
06:24:47 [0]: Could not parse stylesheet of object 0x1280710
06:24:47 [0]: Could not parse stylesheet of object 0x12939a0
08:24:54 [1]: checking if "/dev/sda2" can be resized.
08:24:54 [1]: "/dev/sda2" seems like a good path
08:24:54 [1]: found Partition* for "/dev/sda2"
08:24:54 [1]: checking if "/dev/sda4" can be resized.
08:24:54 [1]: "/dev/sda4" seems like a good path
08:24:54 [1]: found Partition* for "/dev/sda4"
08:24:54 [1]: "Osprober lines, clean:\n/dev/sda2:openSUSE Leap 42.3:openSUSE:linux\n/dev/sda4:Linux Mint 18.2 Sonya (18.2):LinuxMint:linux"
08:24:54 [1]: Updating partitioning state widgets.
08:24:54 [0]: QObject::setParent: Cannot set parent, new parent is in a different thread
08:24:54 [1]: Required storage B: 11274289152 "(10GB)"
08:24:54 [1]: Storage capacity B: 2145999872 "(1GB)" for "/dev/sda1" length: 4191406
08:24:54 [1]: Required storage B: 11274289152 "(10GB)"
08:24:54 [1]: Storage capacity B: 1483776 "(0GB)" for "" length: 2898
08:24:54 [1]: Required storage B: 11274289152 "(10GB)"
08:24:54 [1]: Storage capacity B: 42949672960 "(40GB)" for "/dev/sda2" length: 83886080
08:24:54 [1]: Partition "/dev/sda2" authorized for replace install.
08:24:54 [1]: Required storage B: 11274289152 "(10GB)"
08:24:54 [1]: Storage capacity B: 350152000000 "(326GB)" for "/dev/sda3" length: 683890625
08:24:54 [1]: Partition "/dev/sda3" authorized for replace install.
08:24:54 [1]: Required storage B: 11274289152 "(10GB)"
08:24:54 [1]: Storage capacity B: 104857000448 "(97GB)" for "/dev/sda4" length: 204798829
08:24:54 [1]: Partition "/dev/sda4" authorized for replace install.
08:24:54 [1]: Updating partitioning preview widgets.
08:24:55 [1]: Got locale language "es_AR.UTF-8"
08:24:55 [1]: .. extracted country "Argentina" :: ("es", "AR")
08:24:55 [1]: .. looking for locale part "AR"
08:24:55 [1]: .. looking for locale part "es"
08:24:55 [1]: .. matched "es"
08:24:56 [1]: xkbmap selection changed to: "es" - ""
08:24:57 [1]: xkbmap selection changed to: "latam" - ""
08:25:04 [1]: Clicked row 3
08:25:06 [1]: Clicked row 4
08:25:11 [1]: Updating partitioning preview widgets.
08:25:12 [1]: Required storage B: 11274289152 "(10GB)"
08:25:12 [1]: Storage capacity B: 42949672960 "(40GB)" for "/dev/sda2" length: 83886080
08:25:12 [1]: Partition "/dev/sda2" authorized for replace install.
08:25:12 [1]: Required storage B: 11274289152 "(10GB)"
08:25:12 [1]: Storage capacity B: 42949672960 "(40GB)" for "/dev/sda2" length: 83886080
08:25:12 [1]: Partition "/dev/sda2" authorized for replace install.
08:25:13 [1]: Required storage B: 11274289152 "(10GB)"
08:25:13 [1]: Storage capacity B: 104857000448 "(97GB)" for "/dev/sda4" length: 204798829
08:25:13 [1]: Partition "/dev/sda4" authorized for replace install.
08:25:13 [1]: Required storage B: 11274289152 "(10GB)"
08:25:13 [1]: Storage capacity B: 104857000448 "(97GB)" for "/dev/sda4" length: 204798829
08:25:13 [1]: Partition "/dev/sda4" authorized for replace install.
08:25:15 [1]: Required storage B: 11274289152 "(10GB)"
08:25:15 [1]: Storage capacity B: 104857000448 "(97GB)" for "/dev/sda4" length: 204798829
08:25:15 [1]: Partition "/dev/sda4" authorized for replace install.
08:25:15 [1]: doReplacePartition for device "/dev/sda4"
08:25:15 [1]: # Queue:
08:25:15 [1]: ## Device: "ATA ST500DM002-1BD14"
08:25:15 [1]: - "Borrar partición /dev/sda4."
08:25:15 [1]: - "Crear una nueva partición de 99999MB en /dev/sda(ATA ST500DM002-1BD14) con sistema de archivos xfs."
08:25:15 [1]: Required storage B: 11274289152 "(10GB)"
08:25:15 [1]: Storage capacity B: 104857000448 "(97GB)" for "/dev/sda4" length: 204798829
08:25:15 [1]: Partition "/dev/sda4" authorized for replace install.
08:25:15 [1]: PCM::setBootLoaderInstallPath "/dev/sda"
08:25:16 [1]: Required storage B: 11274289152 "(10GB)"
08:25:16 [1]: Storage capacity B: 104857000448 "(97GB)" for "/dev/sda4" length: 204798829
08:25:16 [1]: Partition "/dev/sda4" authorized for replace install.
08:25:16 [1]: Required storage B: 11274289152 "(10GB)"
08:25:16 [1]: Storage capacity B: 104857000448 "(97GB)" for "/dev/sda4" length: 204798829
08:25:16 [1]: Partition "/dev/sda4" authorized for replace install.
08:25:22 [1]: Required storage B: 11274289152 "(10GB)"
08:25:22 [1]: Storage capacity B: 104857000448 "(97GB)" for "/dev/sda4" length: 204798829
08:25:22 [1]: Partition "/dev/sda4" authorized for replace install.
08:25:22 [1]: Required storage B: 11274289152 "(10GB)"
08:25:22 [1]: Storage capacity B: 104857000448 "(97GB)" for "/dev/sda4" length: 204798829
08:25:22 [1]: Partition "/dev/sda4" authorized for replace install.
08:25:23 [1]: Required storage B: 11274289152 "(10GB)"
08:25:23 [1]: Storage capacity B: 104857000448 "(97GB)" for "/dev/sda4" length: 204798829
08:25:23 [1]: Partition "/dev/sda4" authorized for replace install.
08:25:23 [1]: Required storage B: 11274289152 "(10GB)"
08:25:23 [1]: Storage capacity B: 350152000000 "(326GB)" for "/dev/sda3" length: 683890625
08:25:23 [1]: Partition "/dev/sda3" authorized for replace install.
08:25:23 [1]: Required storage B: 11274289152 "(10GB)"
08:25:23 [1]: Storage capacity B: 350152000000 "(326GB)" for "/dev/sda3" length: 683890625
08:25:23 [1]: Partition "/dev/sda3" authorized for replace install.
08:25:27 [1]: Updating partitioning preview widgets.
08:25:27 [1]: Required storage B: 11274289152 "(10GB)"
08:25:27 [1]: Storage capacity B: 350152000000 "(326GB)" for "/dev/sda3" length: 683890625
08:25:27 [1]: Partition "/dev/sda3" authorized for replace install.
08:25:27 [1]: Required storage B: 11274289152 "(10GB)"
08:25:27 [1]: Storage capacity B: 104857000448 "(97GB)" for "/dev/sda4" length: 204798829
08:25:27 [1]: Partition "/dev/sda4" authorized for replace install.
08:25:28 [1]: Choice applied: 4
08:25:30 [8]: PartitionPage::updateBootLoaderInstallPath "/dev/sda"
08:25:30 [1]: PCM::setBootLoaderInstallPath "/dev/sda"
08:25:47 [1]: old boundaries: 771973120 976771948 204798829
08:25:47 [1]: new boundaries: 771973120 976771948
08:25:47 [1]: dirty status: false
08:25:47 [8]: PartitionPage::updateBootLoaderInstallPath "/dev/sda"
08:25:47 [1]: PCM::setBootLoaderInstallPath "/dev/sda"
08:26:00 [1]: device: BIOS
08:26:38 [0]: QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout
08:26:38 [0]: QObject::setParent: Cannot set parent, new parent is in a different thread
08:26:38 [1]: Creating FillGlobalStorageJob with bootLoader path "/dev/sda"
08:26:38 [1]: PartitionCodeModule has been asked for jobs. About to return: "Limpiar montajes temporales.\nLimpiar montajes para operaciones de particionado en /dev/sda\nFormatear la partición /dev/sda4 (sistema de archivos: ext4, tamaño: 99999 MB) en ATA ST500DM002-1BD14\nEstablecer la información de la partición"
08:26:38 [1]: Gathering UUIDs for partitions that exist now.
08:26:38 [1]: QHash(("/dev/sda1", "b342eb27-9eff-4e49-b389-48fcaefdccfd")("/dev/sda2", "c8ba2f91-bd53-49a8-b024-b9dfa37369d5")("", "")("/dev/sda4", "73fc25b0-033d-4dc6-88e1-bfb4863c6d89")("/dev/sda3", "23d2f2f9-b953-437f-a81d-33ff72951a21"))
08:26:38 [1]: Writing to GlobalStorage["partitions"]
08:26:38 [1]: "/dev/sda1" mtpoint: "" fs: QVariant(QString, "linuxswap") ( QVariant(QString, "linuxswap") ) "b342eb27-9eff-4e49-b389-48fcaefdccfd"
08:26:38 [1]: "" mtpoint: "" fs: QVariant(QString, "unknown") ( QVariant(QString, "unknown") ) ""
08:26:38 [1]: "/dev/sda2" mtpoint: "" fs: QVariant(QString, "ext4") ( QVariant(QString, "ext4") ) "c8ba2f91-bd53-49a8-b024-b9dfa37369d5"
08:26:38 [1]: "/dev/sda3" mtpoint: "" fs: QVariant(QString, "ext4") ( QVariant(QString, "ext4") ) "23d2f2f9-b953-437f-a81d-33ff72951a21"
08:26:38 [1]: "/dev/sda4" mtpoint: "/" fs: QVariant(QString, "ext4") ( QVariant(QString, "ext4") ) "73fc25b0-033d-4dc6-88e1-bfb4863c6d89"
08:26:38 [8]: QVariant(QString, "b342eb27-9eff-4e49-b389-48fcaefdccfd") "/dev/sda1" "" "linuxswap"
08:26:38 [8]: QVariant(QString, "") "" "" "unknown"
08:26:38 [8]: QVariant(QString, "c8ba2f91-bd53-49a8-b024-b9dfa37369d5") "/dev/sda2" "" "ext4"
08:26:38 [8]: QVariant(QString, "23d2f2f9-b953-437f-a81d-33ff72951a21") "/dev/sda3" "" "ext4"
08:26:38 [8]: QVariant(QString, "73fc25b0-033d-4dc6-88e1-bfb4863c6d89") "/dev/sda4" "/" "ext4"
08:26:38 [1]: Gathering UUIDs for partitions that exist now.
08:26:38 [1]: QHash(("/dev/sda1", "b342eb27-9eff-4e49-b389-48fcaefdccfd")("/dev/sda2", "c8ba2f91-bd53-49a8-b024-b9dfa37369d5")("", "")("/dev/sda4", "73fc25b0-033d-4dc6-88e1-bfb4863c6d89")("/dev/sda3", "23d2f2f9-b953-437f-a81d-33ff72951a21"))
08:26:38 [1]: Writing to GlobalStorage["partitions"]
08:26:38 [1]: "/dev/sda1" mtpoint: "" fs: QVariant(QString, "linuxswap") ( QVariant(QString, "linuxswap") ) "b342eb27-9eff-4e49-b389-48fcaefdccfd"
08:26:38 [1]: "" mtpoint: "" fs: QVariant(QString, "unknown") ( QVariant(QString, "unknown") ) ""
08:26:38 [1]: "/dev/sda2" mtpoint: "" fs: QVariant(QString, "ext4") ( QVariant(QString, "ext4") ) "c8ba2f91-bd53-49a8-b024-b9dfa37369d5"
08:26:38 [1]: "/dev/sda3" mtpoint: "" fs: QVariant(QString, "ext4") ( QVariant(QString, "ext4") ) "23d2f2f9-b953-437f-a81d-33ff72951a21"
08:26:38 [1]: "/dev/sda4" mtpoint: "/" fs: QVariant(QString, "ext4") ( QVariant(QString, "ext4") ) "73fc25b0-033d-4dc6-88e1-bfb4863c6d89"
08:26:38 [8]: QVariant(QString, "b342eb27-9eff-4e49-b389-48fcaefdccfd") "/dev/sda1" "" "linuxswap"
08:26:38 [8]: QVariant(QString, "") "" "" "unknown"
08:26:38 [8]: QVariant(QString, "c8ba2f91-bd53-49a8-b024-b9dfa37369d5") "/dev/sda2" "" "ext4"
08:26:38 [8]: QVariant(QString, "23d2f2f9-b953-437f-a81d-33ff72951a21") "/dev/sda3" "" "ext4"
08:26:38 [8]: QVariant(QString, "73fc25b0-033d-4dc6-88e1-bfb4863c6d89") "/dev/sda4" "/" "ext4"
08:27:09 [1]: Creating FillGlobalStorageJob with bootLoader path "/dev/sda"
08:27:09 [1]: PartitionCodeModule has been asked for jobs. About to return: "Limpiar montajes temporales.\nLimpiar montajes para operaciones de particionado en /dev/sda\nFormatear la partición /dev/sda4 (sistema de archivos: ext4, tamaño: 99999 MB) en ATA ST500DM002-1BD14\nEstablecer la información de la partición"
08:27:09 [0]: Starting job "Limpiar montajes temporales."
08:27:09 [1]: Opened mtab. Lines:
08:27:09 [1]: "proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0"
08:27:09 [1]: "sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0"
08:27:09 [1]: "dev /dev devtmpfs rw,nosuid,relatime,size=4032536k,nr_inodes=1008134,mode=755 0 0"
08:27:09 [1]: "run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0"
08:27:09 [1]: "union / aufs rw,relatime,si=68e857c238bdf51d 0 0"
08:27:09 [1]: "/dev/sdb1 /bootmnt iso9660 ro,relatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=default 0 0"
08:27:09 [1]: "securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0"
08:27:09 [1]: "tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0"
08:27:09 [1]: "devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0"
08:27:09 [1]: "tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0"
08:27:09 [1]: "cgroup /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate 0 0"
08:27:09 [1]: "cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0"
08:27:09 [1]: "pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0"
08:27:09 [1]: "cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0"
08:27:09 [1]: "cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0"
08:27:09 [1]: "cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0"
08:27:09 [1]: "cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0"
08:27:09 [1]: "cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0"
08:27:09 [1]: "cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0"
08:27:09 [1]: "cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0"
08:27:09 [1]: "cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0"
08:27:09 [1]: "cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0"
08:27:09 [1]: "systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0"
08:27:09 [1]: "hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0"
08:27:09 [1]: "debugfs /sys/kernel/debug debugfs rw,relatime 0 0"
08:27:09 [1]: "mqueue /dev/mqueue mqueue rw,relatime 0 0"
08:27:09 [1]: "configfs /sys/kernel/config configfs rw,relatime 0 0"
08:27:09 [1]: "tmpfs /tmp tmpfs rw,nosuid,nodev,relatime 0 0"
08:27:09 [1]: "tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=808992k,mode=700,uid=1000,gid=100 0 0"
08:27:09 [1]: "fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0"
08:27:09 [1]: ClearTempMountsJob finished. Here's what was done:
""
08:27:09 [0]: Starting job "Limpiar montajes para operaciones de particionado en /dev/sda"
08:27:09 [1]: ClearMountsJob finished. Here's what was done:
"Successfully cleared swap /dev/sda1."
08:27:09 [0]: Starting job "Formatear la partición /dev/sda4 (sistema de archivos: ext4, tamaño: 99999 MB) en ATA ST500DM002-1BD14"
08:27:22 [0]: Starting job "Establecer la información de la partición"
08:27:22 [1]: Gathering UUIDs for partitions that exist now.
08:27:23 [1]: QHash(("/dev/sda1", "b342eb27-9eff-4e49-b389-48fcaefdccfd")("/dev/sda2", "c8ba2f91-bd53-49a8-b024-b9dfa37369d5")("", "")("/dev/sda4", "ec1b9aab-9f9d-4b32-b8e3-1f6425dfb617")("/dev/sda3", "23d2f2f9-b953-437f-a81d-33ff72951a21"))
08:27:23 [1]: Writing to GlobalStorage["partitions"]
08:27:23 [1]: "/dev/sda1" mtpoint: "" fs: QVariant(QString, "linuxswap") ( QVariant(QString, "linuxswap") ) "b342eb27-9eff-4e49-b389-48fcaefdccfd"
08:27:23 [1]: "" mtpoint: "" fs: QVariant(QString, "unknown") ( QVariant(QString, "unknown") ) ""
08:27:23 [1]: "/dev/sda2" mtpoint: "" fs: QVariant(QString, "ext4") ( QVariant(QString, "ext4") ) "c8ba2f91-bd53-49a8-b024-b9dfa37369d5"
08:27:23 [1]: "/dev/sda3" mtpoint: "" fs: QVariant(QString, "ext4") ( QVariant(QString, "ext4") ) "23d2f2f9-b953-437f-a81d-33ff72951a21"
08:27:23 [1]: "/dev/sda4" mtpoint: "/" fs: QVariant(QString, "ext4") ( QVariant(QString, "ext4") ) "ec1b9aab-9f9d-4b32-b8e3-1f6425dfb617"
08:27:23 [1]: FillGlobalStorageJob writing bootLoader path: QVariant(QVariantMap, QMap(("installPath", QVariant(QString, "/dev/sda"))))
08:27:23 [0]: Starting job "mount"
08:27:23 [1]: Job file "/usr/lib/calamares/modules/mount/main.py"
08:27:23 [1]: Job "mount" (doc) -> "Define mountpoints."
08:27:23 [0]: Starting job "unpackfs"
08:27:23 [1]: Job file "/usr/lib/calamares/modules/unpackfs/main.py"
08:27:23 [1]: Job "unpackfs" (doc) -> "Unsquash filesystem."
08:30:34 [0]: Starting job "machineid"
08:30:34 [1]: Standard paths ("/home/live", "/usr/bin", "/usr/share/locale")
08:30:34 [1]: Checking "es_AR.UTF-8" in "/home/live"
08:30:34 [1]: Checking "es_AR.UTF-8" in "/usr/bin"
08:30:34 [1]: Checking "es_AR.UTF-8" in "/usr/share/locale"
08:30:34 [1]: Checking "es_AR" in "/home/live"
08:30:34 [1]: Checking "es_AR" in "/usr/bin"
08:30:34 [1]: Checking "es_AR" in "/usr/share/locale"
08:30:34 [1]: Job file "/usr/lib/calamares/modules/machineid/main.py"
08:30:34 [1]: Job "machineid" (func) -> "Generar identificación-de-maquina."
08:30:34 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "systemd-machine-id-setup")
08:30:38 [0]: Finished. Exit code: 0
08:30:38 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "ln", "-s", "/etc/machine-id", "/var/lib/dbus/machine-id")
08:30:39 [0]: Finished. Exit code: 0
08:30:39 [0]: Starting job "fstab"
08:30:39 [1]: Job file "/usr/lib/calamares/modules/fstab/main.py"
08:30:39 [1]: Job "fstab" (doc) -> "Configures fstab."
08:30:39 [0]: Starting job "Configurar uso horario a America/Argentina/Buenos_Aires"
08:30:39 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "rm", "-f", "/etc/localtime")
08:30:39 [0]: Finished. Exit code: 0
08:30:39 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "ln", "-s", "/usr/share/zoneinfo/America/Argentina/Buenos_Aires", "/etc/localtime")
08:30:39 [0]: Finished. Exit code: 0
08:30:39 [0]: Starting job "Ajuste el modelo del teclado para pc105, distribución para latam-"
08:30:39 [1]: Executing SetKeyboardLayoutJob
08:30:39 [1]: Found legacy keymap "la-latin1" with score 12
08:30:39 [1]: Written KEYMAP= "la-latin1" to vconsole.conf
08:30:39 [1]: Written XkbLayout "latam" ; XkbModel "pc105" ; XkbVariant "" to X.org file "/tmp/calamares-root-lm6tf77t/etc/X11/xorg.conf.d/00-keyboard.conf"
08:30:39 [0]: Starting job "localecfg"
08:30:39 [1]: Job file "/usr/lib/calamares/modules/localecfg/main.py"
08:30:39 [1]: Job "localecfg" (doc) -> "Create locale"
08:30:39 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "locale-gen")
08:30:40 [0]: Finished. Exit code: 0
08:30:40 [0]: Starting job "luksbootkeyfile"
08:30:40 [1]: Job file "/usr/lib/calamares/modules/luksbootkeyfile/main.py"
08:30:40 [1]: Job "luksbootkeyfile" (doc) -> "This module sets up a file crypto_keyfile.bin on the rootfs, assuming the"
08:30:40 [0]: Starting job "luksopenswaphookcfg"
08:30:40 [1]: Job file "/usr/lib/calamares/modules/luksopenswaphookcfg/main.py"
08:30:40 [1]: Job "luksopenswaphookcfg" (doc) -> "This module sets up the openswap hook for a resumable encrypted swap."
08:30:40 [0]: Starting job "initcpiocfg"
08:30:40 [1]: Job file "/usr/lib/calamares/modules/initcpiocfg/main.py"
08:30:40 [1]: Job "initcpiocfg" (doc) -> "Calls routine with given parameters to modify '/etc/mkinitcpio.conf'."
08:30:40 [0]: Starting job "hardwr"
08:30:40 [1]: Job file "/usr/lib/calamares/modules/hardwr/main.py"
08:30:40 [1]: Job "hardwr" (doc) -> "Run mkinitcpio"
08:30:40 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "mkinitcpio", "-p", "linux")
08:30:54 [0]: Finished. Exit code: 0
08:30:54 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "hwclock", "--systohc", "--utc")
08:30:54 [0]: Finished. Exit code: 0
08:30:54 [1]: [PYTHON JOB]: "Hwclock set using RTC method."
08:30:54 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "/usr/bin/mkdir", "-p", "/tmp/calamares-root-lm6tf77t/etc/modprobe.d")
08:30:54 [0]: Finished. Exit code: 0
08:30:54 [0]: Starting job "Crear usuario jnavarro"
08:30:54 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "groupadd", "autologin")
08:30:54 [0]: Finished. Exit code: 0
08:30:54 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "useradd", "-m", "-s", "/bin/bash", "-U", "-c", "Jerónimo Navarro", "jnavarro")
08:30:55 [0]: Finished. Exit code: 0
08:30:55 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "usermod", "-aG", "users,lp,video,network,storage,wheel,audio,lpadmin,autologin", "jnavarro")
08:30:55 [0]: Finished. Exit code: 0
08:30:55 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "chown", "-R", "jnavarro:jnavarro", "<HOME_PATH>")
08:30:55 [0]: Finished. Exit code: 0
08:30:55 [0]: Starting job "Definir contraseña para el usuario jnavarro."
08:30:55 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "usermod", "-p", "$6$ET.OtysIoK38Zhyu$Plh5aZaajDKJ53s3mPfLfDnWs6MXtQENt770kPV0nQSPzKvKgWIfmEH3naZGHSHx/afOnmXeNnnRj9mfOmHrU1", "jnavarro")
08:30:55 [0]: Finished. Exit code: 0
08:30:55 [0]: Starting job "Definir contraseña para el usuario root."
08:30:55 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "usermod", "-p", "$6$iyjmuRya13hjHqdl$aknHP5b3xxggxksGL3kH6r2HDZDtserLr5qm6OBtwU7tIGODU6f2c5X4iX6jJNY28r5LZXHQ5/1bXZ9brRD9d/", "root")
08:30:55 [0]: Finished. Exit code: 0
08:30:55 [0]: Starting job "Hostname: <HOSTNAME>"
08:30:55 [0]: Starting job "networkcfg"
08:30:55 [1]: Job file "/usr/lib/calamares/modules/networkcfg/main.py"
08:30:55 [1]: Job "networkcfg" (doc) -> "Setup network configuration"
08:30:55 [0]: Starting job "services"
08:30:55 [1]: Job file "/usr/lib/calamares/modules/services/main.py"
08:30:55 [1]: Job "services" (doc) -> "Setup systemd services"
08:30:55 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "systemctl", "enable", "NetworkManager.service")
08:30:55 [0]: Finished. Exit code: 0
08:30:55 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "systemctl", "enable", "org.cups.cupsd.service")
08:30:55 [0]: Finished. Exit code: 0
08:30:55 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "systemctl", "enable", "graphical.target")
08:30:56 [0]: Finished. Exit code: 0
08:30:56 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "systemctl", "disable", "pacman-init.service")
08:30:56 [0]: Finished. Exit code: 0
08:30:56 [0]: Starting job "grubconf"
08:30:56 [1]: Job file "/usr/lib/calamares/modules/grubconf/main.py"
08:30:56 [0]: Starting job "kdm_sddm"
08:30:56 [1]: Job file "/usr/lib/calamares/modules/kdm_sddm/main.py"
08:30:56 [1]: Job "kdm_sddm" (doc) -> "Configure display managers"
08:30:56 [1]: [PYTHON JOB]: "Setting up autologin for user jnavarro."
08:30:56 [0]: Starting job "userkf5"
08:30:56 [1]: Job file "/usr/lib/calamares/modules/userkf5/main.py"
08:30:56 [1]: Job "userkf5" (doc) -> "Create Distribution specific settings for users"
08:30:56 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "/usr/bin/mkdir", "-p", "<HOME_PATH>/Desktop")
08:30:56 [0]: Finished. Exit code: 0
08:30:56 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config")
08:30:56 [0]: Finished. Exit code: 0
08:30:56 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/applications/")
08:30:56 [0]: Finished. Exit code: 0
08:30:56 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/konqueror")
08:30:56 [0]: Finished. Exit code: 0
08:30:56 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/konsole")
08:30:56 [0]: Finished. Exit code: 0
08:30:56 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/autostart")
08:30:56 [0]: Finished. Exit code: 0
08:30:56 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/plasma-workspace/env")
08:30:56 [0]: Finished. Exit code: 0
08:30:56 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/qtcurve")
08:30:56 [0]: Finished. Exit code: 0
08:30:56 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "chown", "-R", "jnavarro:users", "<HOME_PATH>")
08:30:56 [0]: Finished. Exit code: 0
08:30:56 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "setcap", "cap_net_raw=ep", "/usr/bin/ping")
08:30:56 [0]: Finished. Exit code: 0
08:30:56 [0]: Starting job "driver_cleanup"
08:30:56 [1]: Job file "/usr/lib/calamares/modules/driver_cleanup/main.py"
08:30:56 [1]: Job "driver_cleanup" (doc) -> "Clean up unused drivers"
08:30:56 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "pacman", "-R", "--noconfirm", "xf86-video-nouveau")
08:30:57 [0]: Finished. Exit code: 0
08:30:57 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "pacman", "-R", "--noconfirm", "xf86-video-amdgpu")
08:30:57 [0]: Finished. Exit code: 0
08:30:57 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "pacman", "-R", "--noconfirm", "xf86-video-ati")
08:30:57 [0]: Finished. Exit code: 0
08:30:57 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "pacman", "-R", "--noconfirm", "xf86-video-vmware")
08:30:57 [0]: Finished. Exit code: 0
08:30:57 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "pacman", "-Rncs", "--noconfirm", "xf86-input-wacom")
08:30:57 [0]: Finished. Exit code: 0
08:30:57 [0]: Starting job "nonfree_drivers"
08:30:57 [1]: Job file "/usr/lib/calamares/modules/nonfree_drivers/main.py"
08:30:57 [1]: Job "nonfree_drivers" (doc) -> "Setup graphics drivers and sound"
08:30:57 [0]: Starting job "package_removal"
08:30:57 [1]: Job file "/usr/lib/calamares/modules/package_removal/main.py"
08:30:57 [1]: Job "package_removal" (doc) -> "Package removal module. Live only packages, surplus language packs"
08:30:57 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "pacman", "-Rns", "--noconfirm", "calamares", "calamares-debug", "console-setup")
08:30:58 [0]: Finished. Exit code: 0
08:30:58 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "pacman", "-Rns", "--noconfirm", "welcome")
08:30:58 [0]: Finished. Exit code: 0
08:30:58 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "pacman", "-Rns", "--noconfirm", "hardware-detection")
08:30:58 [0]: Finished. Exit code: 0
08:30:58 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "pacman", "-R", "--noconfirm", "init-live")
08:30:58 [0]: Finished. Exit code: 0
08:30:58 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "pacman", "-Rns", "--noconfirm", "efibootmgr")
08:30:58 [0]: Finished. Exit code: 0
08:30:58 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "pacman", "-R", "--noconfirm", "virtualbox-guest-utils", "virtualbox-guest-modules")
08:31:05 [0]: Finished. Exit code: 0
08:31:05 [0]: Starting job "bootldr"
08:31:05 [1]: Job file "/usr/lib/calamares/modules/bootldr/main.py"
08:31:05 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "grub-install", "/dev/sda")
08:31:25 [0]: Finished. Exit code: 0
08:31:25 [0]: Running "chroot" ("/tmp/calamares-root-lm6tf77t", "grub-mkconfig", "-o", "/boot/grub/grub.cfg")
08:31:57 [0]: Finished. Exit code: 0
08:31:57 [0]: Starting job "gummi_entries"
08:31:57 [1]: Job file "/usr/lib/calamares/modules/gummi_entries/main.py"
08:31:57 [0]: Starting job "umount"
08:31:57 [1]: Job file "/usr/lib/calamares/modules/umount/main.py"
08:31:57 [1]: Job "umount" (doc) -> "Unmounts given mountpoints in decreasing order."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment