You are not logged in.

#1 2018-10-16 10:07:56

TimeTraveller
Member
Registered: 2018-07-16
Posts: 15

[SOLVED] CUDA and nvidia drivers installation issue

I am trying to use CUDA for which I did

 pacman -S cuda 

but whenever I used it with pytorch I got an error saying

RuntimeError: cuda runtime error (38) : no CUDA-capable device is detected

I found out that I have nouveau drivers installed so, following the wiki to install nvidia drivers I did

 pacman -S nvidia nvidia-utils nvidia-lts 

on restart, one of my monitors stopped working and the display became very laggy.
I have a gtx 1060 gb which is CUDA compatible.

[timetraveller@timemachine ~]$ lspci  | grep -i nvidia
01:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6GB] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP106 High Definition Audio Controller (rev a1)

How do i manage to install nvidia drivers correctly and use CUDA there after?

Last edited by TimeTraveller (2018-10-17 08:17:46)

Offline

#2 2018-10-16 10:46:51

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,707

Re: [SOLVED] CUDA and nvidia drivers installation issue

Are you on a laptop? Read/follow https://wiki.archlinux.org/index.php/NVIDIA_Optimus

Offline

#3 2018-10-16 11:20:10

TimeTraveller
Member
Registered: 2018-07-16
Posts: 15

Re: [SOLVED] CUDA and nvidia drivers installation issue

V1del wrote:

No, i am on a desktop computer

Last edited by TimeTraveller (2018-10-16 11:20:22)

Offline

#4 2018-10-16 11:39:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,707

Re: [SOLVED] CUDA and nvidia drivers installation issue

Well the other information so far does sound like you were at least partially running on an igpu. Can you post

glxinfo | grep OpenGL #Needs mesa-demos

and a Xorg.log ?

Offline

#5 2018-10-16 12:09:51

TimeTraveller
Member
Registered: 2018-07-16
Posts: 15

Re: [SOLVED] CUDA and nvidia drivers installation issue

V1del wrote:

Well the other information so far does sound like you were at least partially running on an igpu. Can you post

glxinfo | grep OpenGL #Needs mesa-demos

and a Xorg.log ?

I have uninstalled the nvidia package with pacman because it rendered my computer useless

[timetraveller@timemachine ~]$ glxinfo | grep OpenGL #Needs mesa-demos
libGL error: unable to load driver: nouveau_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: nouveau
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  54
  Current serial number in output stream:  53

Here's the log

[timetraveller@timemachine log]$ cat Xorg.0.log
[    13.943] (--) Log file renamed from "/var/log/Xorg.pid-411.log" to "/var/log/Xorg.0.log"
[    13.952] 
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
[    13.952] Build Operating System: Linux Arch Linux
[    13.952] Current Operating System: Linux timemachine 4.18.6-arch1-1-ARCH #1 SMP PREEMPT Wed Sep 5 11:54:09 UTC 2018 x86_64
[    13.952] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=472ef081-7f8b-4ce6-8117-1f50c354d7d6 rw quiet
[    13.952] Build Date: 09 August 2018  06:37:34PM
[    13.952]  
[    13.952] Current version of pixman: 0.34.0
[    13.952] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    13.952] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.952] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 16 17:30:56 2018
[    14.056] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    14.078] (==) No Layout section.  Using the first Screen section.
[    14.078] (==) No screen section available. Using defaults.
[    14.078] (**) |-->Screen "Default Screen Section" (0)
[    14.078] (**) |   |-->Monitor "<default monitor>"
[    14.079] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    14.079] (==) Automatically adding devices
[    14.079] (==) Automatically enabling devices
[    14.079] (==) Automatically adding GPU devices
[    14.079] (==) Automatically binding GPU devices
[    14.079] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    14.126] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[    14.126] 	Entry deleted from font path.
[    14.126] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[    14.126] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    14.126] 	Entry deleted from font path.
[    14.126] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    14.126] 	Entry deleted from font path.
[    14.126] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    14.126] 	Entry deleted from font path.
[    14.137] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    14.137] (==) ModulePath set to "/usr/lib/xorg/modules"
[    14.137] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    14.137] (II) Module ABI versions:
[    14.137] 	X.Org ANSI C Emulation: 0.4
[    14.137] 	X.Org Video Driver: 24.0
[    14.137] 	X.Org XInput driver : 24.1
[    14.137] 	X.Org Server Extension : 10.0
[    14.138] (++) using VT number 1

[    14.138] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    14.140] (II) xfree86: Adding drm device (/dev/dri/card0)
[    14.146] (--) PCI:*(1@0:0:0) 10de:1c03:1462:3283 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    14.146] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    14.146] (II) LoadModule: "glx"
[    14.238] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    14.331] (II) Module glx: vendor="X.Org Foundation"
[    14.331] 	compiled for 1.20.1, module version = 1.0.0
[    14.331] 	ABI class: X.Org Server Extension, version 10.0
[    14.331] (==) Matched nouveau as autoconfigured driver 0
[    14.331] (==) Matched nv as autoconfigured driver 1
[    14.331] (==) Matched modesetting as autoconfigured driver 2
[    14.331] (==) Matched fbdev as autoconfigured driver 3
[    14.331] (==) Matched vesa as autoconfigured driver 4
[    14.331] (==) Assigned the driver to the xf86ConfigLayout
[    14.331] (II) LoadModule: "nouveau"
[    14.331] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    14.347] (II) Module nouveau: vendor="X.Org Foundation"
[    14.347] 	compiled for 1.20.0, module version = 1.0.15
[    14.347] 	Module class: X.Org Video Driver
[    14.347] 	ABI class: X.Org Video Driver, version 24.0
[    14.347] (II) LoadModule: "nv"
[    14.357] (WW) Warning, couldn't open module nv
[    14.357] (EE) Failed to load module "nv" (module does not exist, 0)
[    14.357] (II) LoadModule: "modesetting"
[    14.357] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    14.383] (II) Module modesetting: vendor="X.Org Foundation"
[    14.383] 	compiled for 1.20.1, module version = 1.20.1
[    14.383] 	Module class: X.Org Video Driver
[    14.383] 	ABI class: X.Org Video Driver, version 24.0
[    14.383] (II) LoadModule: "fbdev"
[    14.384] (WW) Warning, couldn't open module fbdev
[    14.384] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    14.384] (II) LoadModule: "vesa"
[    14.384] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    14.384] (II) Module vesa: vendor="X.Org Foundation"
[    14.384] 	compiled for 1.20.0, module version = 2.4.0
[    14.384] 	Module class: X.Org Video Driver
[    14.385] 	ABI class: X.Org Video Driver, version 24.0
[    14.385] (II) NOUVEAU driver 
[    14.385] (II) NOUVEAU driver for NVIDIA chipset families :
[    14.385] 	RIVA TNT        (NV04)
[    14.385] 	RIVA TNT2       (NV05)
[    14.385] 	GeForce 256     (NV10)
[    14.385] 	GeForce 2       (NV11, NV15)
[    14.385] 	GeForce 4MX     (NV17, NV18)
[    14.385] 	GeForce 3       (NV20)
[    14.385] 	GeForce 4Ti     (NV25, NV28)
[    14.385] 	GeForce FX      (NV3x)
[    14.385] 	GeForce 6       (NV4x)
[    14.385] 	GeForce 7       (G7x)
[    14.385] 	GeForce 8       (G8x)
[    14.385] 	GeForce GTX 200 (NVA0)
[    14.385] 	GeForce GTX 400 (NVC0)
[    14.385] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    14.385] (II) VESA: driver for VESA chipsets: vesa
[    14.386] (II) [drm] nouveau interface version: 1.3.1
[    14.386] (WW) Falling back to old probe method for modesetting
[    14.386] (II) Loading sub module "dri2"
[    14.386] (II) LoadModule: "dri2"
[    14.386] (II) Module "dri2" already built-in
[    14.386] (--) NOUVEAU(0): Chipset: "NVIDIA NV136"
[    14.386] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    14.386] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    14.386] (==) NOUVEAU(0): RGB weight 888
[    14.386] (==) NOUVEAU(0): Default visual is TrueColor
[    14.386] (==) NOUVEAU(0): Using HW cursor
[    14.386] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[    14.386] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[    14.386] (==) NOUVEAU(0): Page flipping enabled
[    14.386] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[    14.386] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[    14.386] (II) NOUVEAU(0): Initializing outputs ...
[    14.423] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
[    14.476] (II) NOUVEAU(0): Output DP-1 has no monitor section
[    14.530] (II) NOUVEAU(0): Output DP-2 has no monitor section
[    14.597] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
[    14.650] (II) NOUVEAU(0): Output DP-3 has no monitor section
[    14.650] (II) NOUVEAU(0): 5 crtcs needed for screen.
[    14.650] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[    14.650] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[    14.650] (II) NOUVEAU(0): Allocated crtc nr. 2 to this screen.
[    14.650] (II) NOUVEAU(0): Allocated crtc nr. 3 to this screen.
[    14.685] (II) NOUVEAU(0): EDID for output DVI-D-1
[    14.685] (II) NOUVEAU(0): Manufacturer: GSM  Model: 58c5  Serial#: 212588
[    14.685] (II) NOUVEAU(0): Year: 2012  Week: 10
[    14.685] (II) NOUVEAU(0): EDID Version: 1.3
[    14.685] (II) NOUVEAU(0): Digital Display Input
[    14.685] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[    14.685] (II) NOUVEAU(0): Gamma: 2.20
[    14.685] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[    14.685] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    14.685] (II) NOUVEAU(0): First detailed timing is preferred mode
[    14.685] (II) NOUVEAU(0): redX: 0.633 redY: 0.351   greenX: 0.335 greenY: 0.608
[    14.685] (II) NOUVEAU(0): blueX: 0.145 blueY: 0.058   whiteX: 0.313 whiteY: 0.329
[    14.685] (II) NOUVEAU(0): Supported established timings:
[    14.685] (II) NOUVEAU(0): 720x400@70Hz
[    14.685] (II) NOUVEAU(0): 640x480@60Hz
[    14.685] (II) NOUVEAU(0): 640x480@75Hz
[    14.685] (II) NOUVEAU(0): 800x600@56Hz
[    14.685] (II) NOUVEAU(0): 800x600@60Hz
[    14.685] (II) NOUVEAU(0): 800x600@75Hz
[    14.685] (II) NOUVEAU(0): 832x624@75Hz
[    14.685] (II) NOUVEAU(0): 1024x768@60Hz
[    14.685] (II) NOUVEAU(0): 1024x768@75Hz
[    14.685] (II) NOUVEAU(0): 1280x1024@75Hz
[    14.685] (II) NOUVEAU(0): 1152x864@75Hz
[    14.685] (II) NOUVEAU(0): Manufacturer's mask: 0
[    14.685] (II) NOUVEAU(0): Supported standard timings:
[    14.685] (II) NOUVEAU(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    14.685] (II) NOUVEAU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    14.685] (II) NOUVEAU(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    14.685] (II) NOUVEAU(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    14.685] (II) NOUVEAU(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    14.685] (II) NOUVEAU(0): #5: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    14.685] (II) NOUVEAU(0): #6: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    14.685] (II) NOUVEAU(0): #7: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
[    14.685] (II) NOUVEAU(0): Supported detailed timing:
[    14.685] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  531 x 299 mm
[    14.685] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    14.685] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    14.685] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[    14.685] (II) NOUVEAU(0): Monitor name: E2442
[    14.685] (II) NOUVEAU(0): Serial No: 210NDQA68588
[    14.685] (II) NOUVEAU(0): EDID (in hex):
[    14.685] (II) NOUVEAU(0): 	00ffffffffffff001e6dc5586c3e0300
[    14.685] (II) NOUVEAU(0): 	0a16010380351e78ea3f35a259559b25
[    14.685] (II) NOUVEAU(0): 	0e5054a76b80b30081809500714fa9c0
[    14.685] (II) NOUVEAU(0): 	810081c09040023a801871382d40582c
[    14.685] (II) NOUVEAU(0): 	4500132b2100001e000000fd00384b1e
[    14.685] (II) NOUVEAU(0): 	530f000a202020202020000000fc0045
[    14.685] (II) NOUVEAU(0): 	323434320a20202020202020000000ff
[    14.685] (II) NOUVEAU(0): 	003231304e44514136383538380a00c8
[    14.685] (II) NOUVEAU(0): Printing probed modes for output DVI-D-1
[    14.685] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    14.685] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    14.685] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    14.736] (II) NOUVEAU(0): EDID for output DP-1
[    14.790] (II) NOUVEAU(0): EDID for output DP-2
[    14.857] (II) NOUVEAU(0): EDID for output HDMI-1
[    14.857] (II) NOUVEAU(0): Manufacturer: GSM  Model: 59f1  Serial#: 530047
[    14.857] (II) NOUVEAU(0): Year: 2016  Week: 4
[    14.857] (II) NOUVEAU(0): EDID Version: 1.3
[    14.857] (II) NOUVEAU(0): Digital Display Input
[    14.857] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 67  vert.: 28
[    14.857] (II) NOUVEAU(0): Gamma: 2.20
[    14.857] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[    14.857] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    14.857] (II) NOUVEAU(0): First detailed timing is preferred mode
[    14.857] (II) NOUVEAU(0): redX: 0.651 redY: 0.332   greenX: 0.307 greenY: 0.631
[    14.857] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    14.857] (II) NOUVEAU(0): Supported established timings:
[    14.857] (II) NOUVEAU(0): 720x400@70Hz
[    14.857] (II) NOUVEAU(0): 640x480@60Hz
[    14.857] (II) NOUVEAU(0): 640x480@75Hz
[    14.857] (II) NOUVEAU(0): 800x600@60Hz
[    14.857] (II) NOUVEAU(0): 800x600@75Hz
[    14.857] (II) NOUVEAU(0): 1024x768@60Hz
[    14.857] (II) NOUVEAU(0): 1024x768@75Hz
[    14.857] (II) NOUVEAU(0): 1280x1024@75Hz
[    14.857] (II) NOUVEAU(0): 1152x864@75Hz
[    14.857] (II) NOUVEAU(0): Manufacturer's mask: 0
[    14.857] (II) NOUVEAU(0): Supported standard timings:
[    14.857] (II) NOUVEAU(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    14.857] (II) NOUVEAU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    14.857] (II) NOUVEAU(0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    14.857] (II) NOUVEAU(0): #3: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    14.857] (II) NOUVEAU(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    14.857] (II) NOUVEAU(0): Supported detailed timing:
[    14.857] (II) NOUVEAU(0): clock: 185.6 MHz   Image Size:  673 x 284 mm
[    14.857] (II) NOUVEAU(0): h_active: 2560  h_sync: 2624  h_sync_end 2688 h_blank_end 2784 h_border: 0
[    14.857] (II) NOUVEAU(0): v_active: 1080  v_sync: 1083  v_sync_end 1093 v_blanking: 1111 v_border: 0
[    14.857] (II) NOUVEAU(0): Supported detailed timing:
[    14.857] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  673 x 284 mm
[    14.857] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    14.858] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    14.858] (II) NOUVEAU(0): Monitor name: LG ULTRAWIDE
[    14.858] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 90 kHz, PixClock max 245 MHz
[    14.858] (II) NOUVEAU(0): Supported detailed timing:
[    14.858] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  598 x 337 mm
[    14.858] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    14.858] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    14.858] (II) NOUVEAU(0): Supported detailed timing:
[    14.858] (II) NOUVEAU(0): clock: 74.2 MHz   Image Size:  598 x 337 mm
[    14.858] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    14.858] (II) NOUVEAU(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    14.858] (II) NOUVEAU(0): Supported detailed timing:
[    14.858] (II) NOUVEAU(0): clock: 74.2 MHz   Image Size:  598 x 337 mm
[    14.858] (II) NOUVEAU(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    14.858] (II) NOUVEAU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    14.858] (II) NOUVEAU(0): Supported detailed timing:
[    14.858] (II) NOUVEAU(0): clock: 27.0 MHz   Image Size:  598 x 337 mm
[    14.858] (II) NOUVEAU(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[    14.858] (II) NOUVEAU(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[    14.858] (II) NOUVEAU(0): Serial No: 604NTGYFL047
[    14.858] (II) NOUVEAU(0): Number of EDID sections to follow: 1
[    14.858] (II) NOUVEAU(0): EDID (in hex):
[    14.858] (II) NOUVEAU(0): 	00ffffffffffff001e6df1597f160800
[    14.858] (II) NOUVEAU(0): 	041a010380431c78eaca95a6554ea126
[    14.858] (II) NOUVEAU(0): 	0f5054a54b80714f818081c0a9c0b300
[    14.858] (II) NOUVEAU(0): 	0101010101017e4800e0a0381f404040
[    14.858] (II) NOUVEAU(0): 	3a00a11c21000018023a801871382d40
[    14.858] (II) NOUVEAU(0): 	582c4500a11c2100001e000000fc004c
[    14.858] (II) NOUVEAU(0): 	4720554c545241574944450a000000fd
[    14.858] (II) NOUVEAU(0): 	00384b1e5a18000a20202020202001fa
[    14.858] (II) NOUVEAU(0): 	02031df14a900403001412051f011323
[    14.858] (II) NOUVEAU(0): 	0907078301000065030c001000023a80
[    14.858] (II) NOUVEAU(0): 	1871382d40582c450056512100001e01
[    14.858] (II) NOUVEAU(0): 	1d8018711c1620582c25005651210000
[    14.858] (II) NOUVEAU(0): 	9e011d007251d01e206e285500565121
[    14.858] (II) NOUVEAU(0): 	00001e8c0ad08a20e02d10103e960056
[    14.858] (II) NOUVEAU(0): 	5121000018000000ff003630344e5447
[    14.858] (II) NOUVEAU(0): 	59464c3034370a000000000000000088
[    14.858] (II) NOUVEAU(0): Printing probed modes for output HDMI-1
[    14.858] (II) NOUVEAU(0): Modeline "2560x1080"x60.0  185.58  2560 2624 2688 2784  1080 1083 1093 1111 -hsync -vsync (66.7 kHz eP)
[    14.858] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    14.858] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    14.910] (II) NOUVEAU(0): EDID for output DP-3
[    14.910] (II) NOUVEAU(0): Output DVI-D-1 connected
[    14.910] (II) NOUVEAU(0): Output DP-1 disconnected
[    14.910] (II) NOUVEAU(0): Output DP-2 disconnected
[    14.910] (II) NOUVEAU(0): Output HDMI-1 connected
[    14.910] (II) NOUVEAU(0): Output DP-3 disconnected
[    14.910] (II) NOUVEAU(0): Using spanning desktop for initial modes
[    14.910] (II) NOUVEAU(0): Output DVI-D-1 using initial mode 1920x1080 +0+0
[    14.910] (II) NOUVEAU(0): Output HDMI-1 using initial mode 2560x1080 +1920+0
[    14.910] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[    14.910] (II) NOUVEAU(0): Virtual size is 4480x1080 (pitch 0)
[    14.910] (**) NOUVEAU(0):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
[    14.910] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    14.910] (**) NOUVEAU(0):  Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
[    14.910] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "1400x1050": 101.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
[    14.910] (II) NOUVEAU(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "1600x900": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[    14.910] (II) NOUVEAU(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[    14.910] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[    14.910] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "1440x900": 88.8 MHz (scaled from 0.0 MHz), 55.5 kHz, 59.9 Hz
[    14.910] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "1280x800": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 59.9 Hz
[    14.910] (II) NOUVEAU(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[    14.910] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz
[    14.910] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
[    14.910] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[    14.910] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
[    14.910] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[    14.910] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[    14.910] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[    14.910] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[    14.910] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[    14.910] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    14.910] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[    14.910] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    14.910] (==) NOUVEAU(0): DPI set to (96, 96)
[    14.910] (II) Loading sub module "fb"
[    14.910] (II) LoadModule: "fb"
[    14.910] (II) Loading /usr/lib/xorg/modules/libfb.so
[    14.917] (II) Module fb: vendor="X.Org Foundation"
[    14.917] 	compiled for 1.20.1, module version = 1.0.0
[    14.917] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.917] (II) Loading sub module "shadowfb"
[    14.917] (II) LoadModule: "shadowfb"
[    14.918] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    14.920] (II) Module shadowfb: vendor="X.Org Foundation"
[    14.920] 	compiled for 1.20.1, module version = 1.0.0
[    14.920] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.920] (II) UnloadModule: "modesetting"
[    14.920] (II) Unloading modesetting
[    14.920] (II) UnloadModule: "vesa"
[    14.920] (II) Unloading vesa
[    14.923] (II) NOUVEAU(0): Channel setup complete.
[    14.923] (II) NOUVEAU(0): [COPY] async initialised.
[    14.924] (II) NOUVEAU(0): Hardware support for Present enabled
[    14.925] (II) NOUVEAU(0): [DRI2] Setup complete
[    14.925] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    14.925] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[    14.925] (II) Loading sub module "exa"
[    14.925] (II) LoadModule: "exa"
[    14.925] (II) Loading /usr/lib/xorg/modules/libexa.so
[    14.926] (II) Module exa: vendor="X.Org Foundation"
[    14.926] 	compiled for 1.20.1, module version = 2.6.0
[    14.926] 	ABI class: X.Org Video Driver, version 24.0
[    14.926] (II) EXA(0): Driver allocated offscreen pixmaps
[    14.926] (II) EXA(0): Driver registered support for the following operations:
[    14.926] (II)         Solid
[    14.926] (II)         Copy
[    14.926] (II)         Composite (RENDER acceleration)
[    14.926] (II)         UploadToScreen
[    14.926] (II)         DownloadFromScreen
[    14.926] (==) NOUVEAU(0): Backing store enabled
[    14.926] (==) NOUVEAU(0): Silken mouse disabled
[    14.926] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    14.926] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    14.926] (==) NOUVEAU(0): DPMS enabled
[    14.927] (II) Initializing extension Generic Event Extension
[    14.927] (II) Initializing extension SHAPE
[    14.927] (II) Initializing extension MIT-SHM
[    14.927] (II) Initializing extension XInputExtension
[    14.927] (II) Initializing extension XTEST
[    14.927] (II) Initializing extension BIG-REQUESTS
[    14.927] (II) Initializing extension SYNC
[    14.927] (II) Initializing extension XKEYBOARD
[    14.927] (II) Initializing extension XC-MISC
[    14.927] (II) Initializing extension SECURITY
[    14.927] (II) Initializing extension XFIXES
[    14.927] (II) Initializing extension RENDER
[    14.927] (II) Initializing extension RANDR
[    14.927] (II) Initializing extension COMPOSITE
[    14.927] (II) Initializing extension DAMAGE
[    14.927] (II) Initializing extension MIT-SCREEN-SAVER
[    14.928] (II) Initializing extension DOUBLE-BUFFER
[    14.928] (II) Initializing extension RECORD
[    14.928] (II) Initializing extension DPMS
[    14.928] (II) Initializing extension Present
[    14.928] (II) Initializing extension DRI3
[    14.928] (II) Initializing extension X-Resource
[    14.928] (II) Initializing extension XVideo
[    14.928] (II) Initializing extension XVideo-MotionCompensation
[    14.928] (II) Initializing extension GLX
[    16.049] (II) AIGLX: Loaded and initialized nouveau
[    16.049] (II) GLX: Initialized DRI2 GL provider for screen 0
[    16.049] (II) Initializing extension XFree86-VidModeExtension
[    16.050] (II) Initializing extension XFree86-DGA
[    16.050] (II) Initializing extension XFree86-DRI
[    16.050] (II) Initializing extension DRI2
[    16.053] (II) NOUVEAU(0): NVEnterVT is called.
[    16.127] (II) NOUVEAU(0): Setting screen physical size to 1185 x 285
[    16.127] resize called 4480 1080
[    16.422] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    16.422] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    16.422] (II) LoadModule: "libinput"
[    16.422] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    16.472] (II) Module libinput: vendor="X.Org Foundation"
[    16.472] 	compiled for 1.20.0, module version = 0.28.0
[    16.472] 	Module class: X.Org XInput Driver
[    16.472] 	ABI class: X.Org XInput driver, version 24.1
[    16.472] (II) Using input driver 'libinput' for 'Power Button'
[    16.472] (**) Power Button: always reports core events
[    16.472] (**) Option "Device" "/dev/input/event2"
[    16.472] (**) Option "_source" "server/udev"
[    16.473] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    16.473] (II) event2  - Power Button: device is a keyboard
[    16.473] (II) event2  - Power Button: device removed
[    16.494] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    16.494] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    16.496] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    16.496] (II) event2  - Power Button: device is a keyboard
[    16.497] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    16.497] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    16.497] (II) Using input driver 'libinput' for 'Power Button'
[    16.497] (**) Power Button: always reports core events
[    16.497] (**) Option "Device" "/dev/input/event1"
[    16.497] (**) Option "_source" "server/udev"
[    16.498] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    16.498] (II) event1  - Power Button: device is a keyboard
[    16.498] (II) event1  - Power Button: device removed
[    16.527] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    16.527] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    16.529] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    16.529] (II) event1  - Power Button: device is a keyboard
[    16.530] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    16.530] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    16.530] (II) Using input driver 'libinput' for 'Sleep Button'
[    16.530] (**) Sleep Button: always reports core events
[    16.530] (**) Option "Device" "/dev/input/event0"
[    16.530] (**) Option "_source" "server/udev"
[    16.531] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    16.531] (II) event0  - Sleep Button: device is a keyboard
[    16.531] (II) event0  - Sleep Button: device removed
[    16.550] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    16.550] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    16.552] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    16.552] (II) event0  - Sleep Button: device is a keyboard
[    16.554] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event23)
[    16.554] (II) No input driver specified, ignoring this device.
[    16.554] (II) This device may have been added with another device file.
[    16.554] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event24)
[    16.554] (II) No input driver specified, ignoring this device.
[    16.554] (II) This device may have been added with another device file.
[    16.555] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event25)
[    16.555] (II) No input driver specified, ignoring this device.
[    16.555] (II) This device may have been added with another device file.
[    16.556] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event26)
[    16.556] (II) No input driver specified, ignoring this device.
[    16.556] (II) This device may have been added with another device file.
[    16.556] (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event3)
[    16.556] (**) SONiX USB DEVICE: Applying InputClass "libinput keyboard catchall"
[    16.556] (II) Using input driver 'libinput' for 'SONiX USB DEVICE'
[    16.556] (**) SONiX USB DEVICE: always reports core events
[    16.556] (**) Option "Device" "/dev/input/event3"
[    16.556] (**) Option "_source" "server/udev"
[    16.556] (II) event3  - SONiX USB DEVICE: is tagged by udev as: Keyboard
[    16.556] (II) event3  - SONiX USB DEVICE: device is a keyboard
[    16.556] (II) event3  - SONiX USB DEVICE: device removed
[    16.594] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0C45:5004.0001/input/input5/event3"
[    16.594] (II) XINPUT: Adding extended input device "SONiX USB DEVICE" (type: KEYBOARD, id 9)
[    16.594] (II) event3  - SONiX USB DEVICE: is tagged by udev as: Keyboard
[    16.594] (II) event3  - SONiX USB DEVICE: device is a keyboard
[    16.595] (II) config/udev: Adding input device SONiX USB DEVICE Keyboard (/dev/input/event4)
[    16.595] (**) SONiX USB DEVICE Keyboard: Applying InputClass "libinput keyboard catchall"
[    16.595] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Keyboard'
[    16.595] (**) SONiX USB DEVICE Keyboard: always reports core events
[    16.595] (**) Option "Device" "/dev/input/event4"
[    16.595] (**) Option "_source" "server/udev"
[    16.596] (II) event4  - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
[    16.596] (II) event4  - SONiX USB DEVICE Keyboard: device is a keyboard
[    16.596] (II) event4  - SONiX USB DEVICE Keyboard: device removed
[    16.610] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:5004.0002/input/input6/event4"
[    16.610] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Keyboard" (type: KEYBOARD, id 10)
[    16.612] (II) event4  - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
[    16.612] (II) event4  - SONiX USB DEVICE Keyboard: device is a keyboard
[    16.614] (II) config/udev: Adding input device SONiX USB DEVICE System Control (/dev/input/event5)
[    16.614] (**) SONiX USB DEVICE System Control: Applying InputClass "libinput keyboard catchall"
[    16.614] (II) Using input driver 'libinput' for 'SONiX USB DEVICE System Control'
[    16.614] (**) SONiX USB DEVICE System Control: always reports core events
[    16.614] (**) Option "Device" "/dev/input/event5"
[    16.614] (**) Option "_source" "server/udev"
[    16.615] (II) event5  - SONiX USB DEVICE System Control: is tagged by udev as: Keyboard
[    16.615] (II) event5  - SONiX USB DEVICE System Control: device is a keyboard
[    16.615] (II) event5  - SONiX USB DEVICE System Control: device removed
[    16.644] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:5004.0002/input/input7/event5"
[    16.644] (II) XINPUT: Adding extended input device "SONiX USB DEVICE System Control" (type: KEYBOARD, id 11)
[    16.645] (II) event5  - SONiX USB DEVICE System Control: is tagged by udev as: Keyboard
[    16.645] (II) event5  - SONiX USB DEVICE System Control: device is a keyboard
[    16.647] (II) config/udev: Adding input device SONiX USB DEVICE Consumer Control (/dev/input/event6)
[    16.647] (**) SONiX USB DEVICE Consumer Control: Applying InputClass "libinput keyboard catchall"
[    16.647] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Consumer Control'
[    16.647] (**) SONiX USB DEVICE Consumer Control: always reports core events
[    16.647] (**) Option "Device" "/dev/input/event6"
[    16.647] (**) Option "_source" "server/udev"
[    16.649] (II) event6  - SONiX USB DEVICE Consumer Control: is tagged by udev as: Keyboard
[    16.649] (II) event6  - SONiX USB DEVICE Consumer Control: device is a keyboard
[    16.649] (II) event6  - SONiX USB DEVICE Consumer Control: device removed
[    16.670] (II) libinput: SONiX USB DEVICE Consumer Control: needs a virtual subdevice
[    16.671] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:5004.0002/input/input8/event6"
[    16.671] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Consumer Control" (type: MOUSE, id 12)
[    16.671] (**) Option "AccelerationScheme" "none"
[    16.671] (**) SONiX USB DEVICE Consumer Control: (accel) selected scheme none/0
[    16.671] (**) SONiX USB DEVICE Consumer Control: (accel) acceleration factor: 2.000
[    16.671] (**) SONiX USB DEVICE Consumer Control: (accel) acceleration threshold: 4
[    16.672] (II) event6  - SONiX USB DEVICE Consumer Control: is tagged by udev as: Keyboard
[    16.672] (II) event6  - SONiX USB DEVICE Consumer Control: device is a keyboard
[    16.674] (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event7)
[    16.674] (II) No input driver specified, ignoring this device.
[    16.674] (II) This device may have been added with another device file.
[    16.675] (II) config/udev: Adding input device SteelSeries The Sims 4 Gaming Mouse (/dev/input/event8)
[    16.675] (**) SteelSeries The Sims 4 Gaming Mouse: Applying InputClass "libinput pointer catchall"
[    16.675] (II) Using input driver 'libinput' for 'SteelSeries The Sims 4 Gaming Mouse'
[    16.675] (**) SteelSeries The Sims 4 Gaming Mouse: always reports core events
[    16.675] (**) Option "Device" "/dev/input/event8"
[    16.675] (**) Option "_source" "server/udev"
[    16.731] (II) event8  - SteelSeries The Sims 4 Gaming Mouse: is tagged by udev as: Mouse
[    16.731] (II) event8  - SteelSeries The Sims 4 Gaming Mouse: device is a pointer
[    16.731] (II) event8  - SteelSeries The Sims 4 Gaming Mouse: device removed
[    16.774] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:1038:1386.0004/input/input10/event8"
[    16.774] (II) XINPUT: Adding extended input device "SteelSeries The Sims 4 Gaming Mouse" (type: MOUSE, id 13)
[    16.775] (**) Option "AccelerationScheme" "none"
[    16.775] (**) SteelSeries The Sims 4 Gaming Mouse: (accel) selected scheme none/0
[    16.775] (**) SteelSeries The Sims 4 Gaming Mouse: (accel) acceleration factor: 2.000
[    16.775] (**) SteelSeries The Sims 4 Gaming Mouse: (accel) acceleration threshold: 4
[    16.831] (II) event8  - SteelSeries The Sims 4 Gaming Mouse: is tagged by udev as: Mouse
[    16.831] (II) event8  - SteelSeries The Sims 4 Gaming Mouse: device is a pointer
[    16.832] (II) config/udev: Adding input device SteelSeries The Sims 4 Gaming Mouse (/dev/input/mouse0)
[    16.832] (II) No input driver specified, ignoring this device.
[    16.832] (II) This device may have been added with another device file.
[    16.834] (II) config/udev: Adding input device SteelSeries The Sims 4 Gaming Mouse (/dev/input/event9)
[    16.834] (**) SteelSeries The Sims 4 Gaming Mouse: Applying InputClass "libinput keyboard catchall"
[    16.834] (II) Using input driver 'libinput' for 'SteelSeries The Sims 4 Gaming Mouse'
[    16.834] (**) SteelSeries The Sims 4 Gaming Mouse: always reports core events
[    16.834] (**) Option "Device" "/dev/input/event9"
[    16.834] (**) Option "_source" "server/udev"
[    16.835] (II) event9  - SteelSeries The Sims 4 Gaming Mouse: is tagged by udev as: Keyboard
[    16.835] (II) event9  - SteelSeries The Sims 4 Gaming Mouse: device is a keyboard
[    16.835] (II) event9  - SteelSeries The Sims 4 Gaming Mouse: device removed
[    16.860] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:1038:1386.0005/input/input11/event9"
[    16.861] (II) XINPUT: Adding extended input device "SteelSeries The Sims 4 Gaming Mouse" (type: KEYBOARD, id 14)
[    16.862] (II) event9  - SteelSeries The Sims 4 Gaming Mouse: is tagged by udev as: Keyboard
[    16.862] (II) event9  - SteelSeries The Sims 4 Gaming Mouse: device is a keyboard
[    16.864] (II) config/udev: Adding input device Sony Interactive Entertainment Wireless Controller (/dev/input/event12)
[    16.864] (II) No input driver specified, ignoring this device.
[    16.864] (II) This device may have been added with another device file.
[    16.865] (II) config/udev: Adding input device Sony Interactive Entertainment Wireless Controller (/dev/input/js0)
[    16.865] (II) No input driver specified, ignoring this device.
[    16.865] (II) This device may have been added with another device file.
[    16.866] (II) config/udev: Adding input device Sony Interactive Entertainment Wireless Controller Touchpad (/dev/input/event10)
[    16.866] (**) Sony Interactive Entertainment Wireless Controller Touchpad: Applying InputClass "libinput touchpad catchall"
[    16.866] (II) Using input driver 'libinput' for 'Sony Interactive Entertainment Wireless Controller Touchpad'
[    16.866] (**) Sony Interactive Entertainment Wireless Controller Touchpad: always reports core events
[    16.866] (**) Option "Device" "/dev/input/event10"
[    16.866] (**) Option "_source" "server/udev"
[    16.866] (II) event10 - Sony Interactive Entertainment Wireless Controller Touchpad: is tagged by udev as: Touchpad
[    16.866] (II) event10 - Sony Interactive Entertainment Wireless Controller Touchpad: no resolution or size hints, assuming a size of 69x50mm
[    16.867] (II) event10 - Sony Interactive Entertainment Wireless Controller Touchpad: device is a touchpad
[    16.867] (II) event10 - Sony Interactive Entertainment Wireless Controller Touchpad: device removed
[    16.906] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.3/0003:054C:09CC.0006/input/input13/event10"
[    16.906] (II) XINPUT: Adding extended input device "Sony Interactive Entertainment Wireless Controller Touchpad" (type: TOUCHPAD, id 15)
[    16.907] (**) Option "AccelerationScheme" "none"
[    16.907] (**) Sony Interactive Entertainment Wireless Controller Touchpad: (accel) selected scheme none/0
[    16.907] (**) Sony Interactive Entertainment Wireless Controller Touchpad: (accel) acceleration factor: 2.000
[    16.907] (**) Sony Interactive Entertainment Wireless Controller Touchpad: (accel) acceleration threshold: 4
[    16.908] (II) event10 - Sony Interactive Entertainment Wireless Controller Touchpad: is tagged by udev as: Touchpad
[    16.908] (II) event10 - Sony Interactive Entertainment Wireless Controller Touchpad: no resolution or size hints, assuming a size of 69x50mm
[    16.908] (II) event10 - Sony Interactive Entertainment Wireless Controller Touchpad: device is a touchpad
[    16.908] (II) config/udev: Adding input device Sony Interactive Entertainment Wireless Controller Touchpad (/dev/input/mouse1)
[    16.908] (II) No input driver specified, ignoring this device.
[    16.908] (II) This device may have been added with another device file.
[    16.909] (II) config/udev: Adding input device Sony Interactive Entertainment Wireless Controller Motion Sensors (/dev/input/event11)
[    16.909] (II) No input driver specified, ignoring this device.
[    16.909] (II) This device may have been added with another device file.
[    16.910] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/event14)
[    16.910] (II) No input driver specified, ignoring this device.
[    16.910] (II) This device may have been added with another device file.
[    16.910] (II) config/udev: Adding input device Microsoft X-Box 360 pad (/dev/input/js1)
[    16.911] (II) No input driver specified, ignoring this device.
[    16.911] (II) This device may have been added with another device file.
[    16.911] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event15)
[    16.911] (II) No input driver specified, ignoring this device.
[    16.911] (II) This device may have been added with another device file.
[    16.911] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event16)
[    16.912] (II) No input driver specified, ignoring this device.
[    16.912] (II) This device may have been added with another device file.
[    16.912] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event17)
[    16.912] (II) No input driver specified, ignoring this device.
[    16.912] (II) This device may have been added with another device file.
[    16.912] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event18)
[    16.912] (II) No input driver specified, ignoring this device.
[    16.912] (II) This device may have been added with another device file.
[    16.913] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event19)
[    16.913] (II) No input driver specified, ignoring this device.
[    16.913] (II) This device may have been added with another device file.
[    16.913] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event20)
[    16.913] (II) No input driver specified, ignoring this device.
[    16.913] (II) This device may have been added with another device file.
[    16.914] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event21)
[    16.914] (II) No input driver specified, ignoring this device.
[    16.914] (II) This device may have been added with another device file.
[    16.914] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event22)
[    16.914] (II) No input driver specified, ignoring this device.
[    16.914] (II) This device may have been added with another device file.
[    16.915] (II) config/udev: Adding input device PC Speaker (/dev/input/event13)
[    16.915] (II) No input driver specified, ignoring this device.
[    16.915] (II) This device may have been added with another device file.
[    16.922] (**) SONiX USB DEVICE Consumer Control: Applying InputClass "libinput keyboard catchall"
[    16.922] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Consumer Control'
[    16.922] (**) SONiX USB DEVICE Consumer Control: always reports core events
[    16.922] (**) Option "Device" "/dev/input/event6"
[    16.922] (**) Option "_source" "_driver/libinput"
[    16.922] (II) libinput: SONiX USB DEVICE Consumer Control: is a virtual subdevice
[    16.922] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:5004.0002/input/input8/event6"
[    16.922] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Consumer Control" (type: KEYBOARD, id 16)
[    27.400] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22725
[    27.400] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[    27.400] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[    27.400] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    27.400] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    27.400] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    27.400] (II) NOUVEAU(0): Modeline "1400x1050"x0.0  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[    39.549] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22725
[    39.549] (II) NOUVEAU(0): Using hsync ranges from config file
[    39.549] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    39.549] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    39.549] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    39.549] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    39.549] (II) NOUVEAU(0): Modeline "1400x1050"x0.0  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)

Offline

#6 2018-10-16 12:28:57

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,707

Re: [SOLVED] CUDA and nvidia drivers installation issue

Your kernel is outdated, and if you just now installed the nvidia package, your kernel module will be incompatible with the running kernel.. Partial upgrades are unsupported. Ensure that your /boot partition is mounted. Run a complete system update (explicitly install the linux package to be  sure as well). Reboot and retry. The versions of

pacman -Q linux
uname -a

must match.

Another weird thing is that nouveau seems to still be loaded, even though the nvidia package would be blacklisting it. What do you get for

pacman -Qs nvidia
pacman -Qs libgl
dmesg

Last edited by V1del (2018-10-16 12:30:37)

Offline

#7 2018-10-16 13:34:07

TimeTraveller
Member
Registered: 2018-07-16
Posts: 15

Re: [SOLVED] CUDA and nvidia drivers installation issue

V1del wrote:

Your kernel is outdated, and if you just now installed the nvidia package, your kernel module will be incompatible with the running kernel.. Partial upgrades are unsupported. Ensure that your /boot partition is mounted. Run a complete system update (explicitly install the linux package to be  sure as well). Reboot and retry. The versions of

pacman -Q linux
uname -a

must match.

Another weird thing is that nouveau seems to still be loaded, even though the nvidia package would be blacklisting it. What do you get for

pacman -Qs nvidia
pacman -Qs libgl
dmesg

I updated the complete system again and explicitly installed the linux package as you asked

[timetraveller@timemachine ~]$ pacman -Q linux
linux 4.18.12.arch1-1
[timetraveller@timemachine ~]$ uname -a
Linux timemachine 4.18.12-arch1-1-ARCH #1 SMP PREEMPT Thu Oct 4 01:01:27 UTC 2018 x86_64 GNU/Linux

Here's the outputs

[timetraveller@timemachine ~]$ pacman -Qs nvidia
local/cuda 10.0.130-2
    NVIDIA's GPU programming toolkit
local/libvdpau 1.1.1+3+ga21bf7a-1
    Nvidia VDPAU library
local/libxnvctrl 410.57-2
    NVIDIA NV-CONTROL X extension
local/nvidia-settings 410.57-2
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 410.57-3
    NVIDIA drivers utilities
local/opencl-nvidia 410.57-3
    OpenCL implemention for NVIDIA
local/xf86-video-nouveau 1.0.15-3 (xorg-drivers)
    Open Source 2D acceleration driver for nVidia cards
[timetraveller@timemachine ~]$ pacman -Qs libgl
local/libglvnd 1.1.0-1
    The GL Vendor-Neutral Dispatch library
local/mesa 18.2.2-1
    An open-source implementation of the OpenGL specification
local/nvidia-utils 410.57-3
    NVIDIA drivers utilities

The complete dmesg :-

[    0.000000] Linux version 4.18.12-arch1-1-ARCH (builduser@heftig-1544) (gcc version 8.2.1 20180831 (GCC)) #1 SMP PREEMPT Thu Oct 4 01:01:27 UTC 2018
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=472ef081-7f8b-4ce6-8117-1f50c354d7d6 rw quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000086825fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000086826000-0x0000000086826fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000086827000-0x0000000086870fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000086871000-0x00000000868c4fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000868c5000-0x0000000086d33fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000086d34000-0x0000000086d49fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000086d4a000-0x00000000879d0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000879d1000-0x0000000087f99fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000087f9a000-0x0000000087fcdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000087fce000-0x0000000087ffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004757fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./H170M-D3H-CF, BIOS F5 11/02/2015
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x475800 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000000]   2 base 0090000000 mask 7FF0000000 uncachable
[    0.000000]   3 base 008C000000 mask 7FFC000000 uncachable
[    0.000000]   4 base 008A000000 mask 7FFE000000 uncachable
[    0.000000]   5 base 0089000000 mask 7FFF000000 uncachable
[    0.000000]   6 base 0088800000 mask 7FFF800000 uncachable
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] last_pfn = 0x88000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcb90-0x000fcb9f] mapped at [(____ptrval____)]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [(____ptrval____)] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x43c4e5000, 0x43c4e5fff] PGTABLE
[    0.000000] BRK [0x43c4e6000, 0x43c4e6fff] PGTABLE
[    0.000000] BRK [0x43c4e7000, 0x43c4e7fff] PGTABLE
[    0.000000] BRK [0x43c4e8000, 0x43c4e8fff] PGTABLE
[    0.000000] BRK [0x43c4e9000, 0x43c4e9fff] PGTABLE
[    0.000000] BRK [0x43c4ea000, 0x43c4eafff] PGTABLE
[    0.000000] BRK [0x43c4eb000, 0x43c4ebfff] PGTABLE
[    0.000000] BRK [0x43c4ec000, 0x43c4ecfff] PGTABLE
[    0.000000] BRK [0x43c4ed000, 0x43c4edfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3708b000-0x3783cfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x0000000087BFE098 0000B4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x0000000087C202B0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x0000000087BFE1E8 0220C5 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x0000000087F99F80 000040
[    0.000000] ACPI: APIC 0x0000000087C203C0 0000BC (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x0000000087C20480 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x0000000087C204C8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x0000000087C20568 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x0000000087C205A8 000038 (v01 ALASKA A M I    01072009 AMI. 0005000B)
[    0.000000] ACPI: SSDT 0x0000000087C205E0 00036D (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x0000000087C20950 005384 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x0000000087C25CD8 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: LPIT 0x0000000087C25D20 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x0000000087C25DB8 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x0000000087C26000 002BAE (v02 INTEL  PtidDevc 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x0000000087C28BB0 000C45 (v02 INTEL  Ther_Rvp 00001000 INTL 20120913)
[    0.000000] ACPI: DBGP 0x0000000087C297F8 000034 (v01 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x0000000087C29830 000054 (v00 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x0000000087C29888 000619 (v02 INTEL  xh_rvp10 00000000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x0000000087C29EA8 000E58 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.000000] ACPI: ASF! 0x0000000087C2AD00 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000004757fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x4757fc000-0x4757fffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000004757fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009bfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000086825fff]
[    0.000000]   node   0: [mem 0x0000000086871000-0x00000000868c4fff]
[    0.000000]   node   0: [mem 0x0000000086d34000-0x0000000086d49fff]
[    0.000000]   node   0: [mem 0x0000000087fce000-0x0000000087ffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x00000004757fffff]
[    0.000000] Reserved but unavailable: 6051 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000004757fffff]
[    0.000000] On node 0 totalpages: 4178013
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3995 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8548 pages used for memmap
[    0.000000]   DMA32 zone: 547010 pages, LIFO batch:31
[    0.000000]   Normal zone: 56672 pages used for memmap
[    0.000000]   Normal zone: 3627008 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb2 (or later)
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x86826000-0x86826fff]
[    0.000000] PM: Registered nosave memory: [mem 0x86827000-0x86870fff]
[    0.000000] PM: Registered nosave memory: [mem 0x868c5000-0x86d33fff]
[    0.000000] PM: Registered nosave memory: [mem 0x86d4a000-0x879d0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x879d1000-0x87f99fff]
[    0.000000] PM: Registered nosave memory: [mem 0x87f9a000-0x87fcdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x88000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] [mem 0x88000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x95/0x535 with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4112708
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=472ef081-7f8b-4ce6-8117-1f50c354d7d6 rw quiet
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16348908K/16712052K available (12300K kernel code, 1413K rwdata, 3796K rodata, 1520K init, 644K bss, 363144K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 35641 entries in 140 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.000000] 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[    0.000000] 	Offload RCU callbacks from CPUs: (none).
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180531
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.003333] APIC: Switch to symmetric I/O mode setup
[    0.003333] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.006666] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.023333] tsc: Detected 3400.000 MHz processor
[    0.023333] tsc: Detected 3408.000 MHz TSC
[    0.023333] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x311fd3cd494, max_idle_ns: 440795223879 ns
[    0.023333] Calibrating delay loop (skipped), value calculated using timer frequency.. 6818.00 BogoMIPS (lpj=11360000)
[    0.023333] pid_max: default: 32768 minimum: 301
[    0.023333] Security Framework initialized
[    0.023333] Yama: becoming mindful.
[    0.023333] AppArmor: AppArmor disabled by boot time parameter
[    0.023333] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.023333] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.023333] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.023333] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.023333] mce: CPU supports 10 MCE banks
[    0.023333] CPU0: Thermal monitoring enabled (TM1)
[    0.023333] process: using mwait in idle threads
[    0.023333] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.023333] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.023333] Spectre V2 : Mitigation: Full generic retpoline
[    0.023333] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.023333] Speculative Store Bypass: Vulnerable
[    0.028403] Freeing SMP alternatives memory: 32K
[    0.029999] smpboot: CPU0: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.046684] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.046754] ... version:                4
[    0.046755] ... bit width:              48
[    0.046755] ... generic registers:      4
[    0.046755] ... value mask:             0000ffffffffffff
[    0.046756] ... max period:             00007fffffffffff
[    0.046756] ... fixed-purpose events:   3
[    0.046757] ... event mask:             000000070000000f
[    0.053342] Hierarchical SRCU implementation.
[    0.073540] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.080008] smp: Bringing up secondary CPUs ...
[    0.120034] x86: Booting SMP configuration:
[    0.120037] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.360391] smp: Brought up 1 node, 8 CPUs
[    0.360391] smpboot: Max logical packages: 1
[    0.360391] smpboot: Total of 8 processors activated (54549.00 BogoMIPS)
[    0.366822] devtmpfs: initialized
[    0.366822] x86/mm: Memory block size: 128MB
[    0.367555] PM: Registering ACPI NVS region [mem 0x86826000-0x86826fff] (4096 bytes)
[    0.367555] PM: Registering ACPI NVS region [mem 0x879d1000-0x87f99fff] (6066176 bytes)
[    0.367555] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.367555] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.367555] pinctrl core: initialized pinctrl subsystem
[    0.367555] RTC time: 18:50:30, date: 10/16/18
[    0.367555] NET: Registered protocol family 16
[    0.367555] audit: initializing netlink subsys (disabled)
[    0.367555] audit: type=2000 audit(1539715829.366:1): state=initialized audit_enabled=0 res=1
[    0.370006] cpuidle: using governor ladder
[    0.370010] cpuidle: using governor menu
[    0.370015] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.370015] ACPI: bus type PCI registered
[    0.370015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.370064] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.370066] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.370075] PCI: Using configuration type 1 for base access
[    0.370905] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.370905] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.370905] ACPI: Added _OSI(Module Device)
[    0.370905] ACPI: Added _OSI(Processor Device)
[    0.370905] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.370905] ACPI: Added _OSI(Processor Aggregator Device)
[    0.370905] ACPI: Added _OSI(Linux-Dell-Video)
[    0.398904] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.404580] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.407258] ACPI: Dynamic OEM Table Load:
[    0.407258] ACPI: SSDT 0xFFFF9814E291B000 0006E4 (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.407286] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.408124] ACPI: Dynamic OEM Table Load:
[    0.408128] ACPI: SSDT 0xFFFF9814E2501400 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.410366] ACPI: Dynamic OEM Table Load:
[    0.410366] ACPI: SSDT 0xFFFF9814E2918000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.410804] ACPI: Dynamic OEM Table Load:
[    0.410804] ACPI: SSDT 0xFFFF9814E2532400 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.416170] ACPI: Interpreter enabled
[    0.416197] ACPI: (supports S0 S3 S4 S5)
[    0.416198] ACPI: Using IOAPIC for interrupt routing
[    0.416226] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.417081] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.419248] ACPI: Power Resource [PG00] (on)
[    0.419588] ACPI: Power Resource [PG01] (on)
[    0.419900] ACPI: Power Resource [PG02] (on)
[    0.422313] ACPI: Power Resource [WRST] (off)
[    0.422743] ACPI: Power Resource [WRST] (off)
[    0.423029] ACPI: Power Resource [WRST] (off)
[    0.423311] ACPI: Power Resource [WRST] (off)
[    0.423609] ACPI: Power Resource [WRST] (off)
[    0.423895] ACPI: Power Resource [WRST] (off)
[    0.424173] ACPI: Power Resource [WRST] (off)
[    0.424452] ACPI: Power Resource [WRST] (off)
[    0.424729] ACPI: Power Resource [WRST] (off)
[    0.425009] ACPI: Power Resource [WRST] (off)
[    0.425287] ACPI: Power Resource [WRST] (off)
[    0.425565] ACPI: Power Resource [WRST] (off)
[    0.425843] ACPI: Power Resource [WRST] (off)
[    0.426119] ACPI: Power Resource [WRST] (off)
[    0.426400] ACPI: Power Resource [WRST] (off)
[    0.426776] ACPI: Power Resource [WRST] (off)
[    0.427059] ACPI: Power Resource [WRST] (off)
[    0.427340] ACPI: Power Resource [WRST] (off)
[    0.427618] ACPI: Power Resource [WRST] (off)
[    0.427895] ACPI: Power Resource [WRST] (off)
[    0.438980] ACPI: Power Resource [FN00] (off)
[    0.439037] ACPI: Power Resource [FN01] (off)
[    0.439094] ACPI: Power Resource [FN02] (off)
[    0.439148] ACPI: Power Resource [FN03] (off)
[    0.439203] ACPI: Power Resource [FN04] (off)
[    0.440221] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.440225] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.441546] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.441547] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.442183] PCI host bridge to bus 0000:00
[    0.442184] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.442185] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.442186] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.442187] pci_bus 0000:00: root bus resource [mem 0x88800000-0xdfffffff window]
[    0.442188] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.442189] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.442195] pci 0000:00:00.0: [8086:191f] type 00 class 0x060000
[    0.442462] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.442494] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.442858] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.442877] pci 0000:00:14.0: reg 0x10: [mem 0xdf130000-0xdf13ffff 64bit]
[    0.442933] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.443056] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.443073] pci 0000:00:14.2: reg 0x10: [mem 0xdf14e000-0xdf14efff 64bit]
[    0.443225] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.443247] pci 0000:00:16.0: reg 0x10: [mem 0xdf14d000-0xdf14dfff 64bit]
[    0.443310] pci 0000:00:16.0: PME# supported from D3hot
[    0.443450] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
[    0.443464] pci 0000:00:17.0: reg 0x10: [mem 0xdf148000-0xdf149fff]
[    0.443470] pci 0000:00:17.0: reg 0x14: [mem 0xdf14c000-0xdf14c0ff]
[    0.443476] pci 0000:00:17.0: reg 0x18: [io  0xf050-0xf057]
[    0.443482] pci 0000:00:17.0: reg 0x1c: [io  0xf040-0xf043]
[    0.443488] pci 0000:00:17.0: reg 0x20: [io  0xf020-0xf03f]
[    0.443493] pci 0000:00:17.0: reg 0x24: [mem 0xdf14b000-0xdf14b7ff]
[    0.443526] pci 0000:00:17.0: PME# supported from D3hot
[    0.443649] pci 0000:00:1b.0: [8086:a169] type 01 class 0x060400
[    0.443702] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.443870] pci 0000:00:1c.0: [8086:a112] type 01 class 0x060400
[    0.443928] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.444077] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[    0.444135] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.444285] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
[    0.444342] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.444492] pci 0000:00:1d.4: [8086:a11c] type 01 class 0x060400
[    0.444551] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[    0.444701] pci 0000:00:1f.0: [8086:a144] type 00 class 0x060100
[    0.444909] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.444922] pci 0000:00:1f.2: reg 0x10: [mem 0xdf144000-0xdf147fff]
[    0.445078] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.445102] pci 0000:00:1f.3: reg 0x10: [mem 0xdf140000-0xdf143fff 64bit]
[    0.445130] pci 0000:00:1f.3: reg 0x20: [mem 0xdf120000-0xdf12ffff 64bit]
[    0.445174] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.445342] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.445402] pci 0000:00:1f.4: reg 0x10: [mem 0xdf14a000-0xdf14a0ff 64bit]
[    0.445471] pci 0000:00:1f.4: reg 0x20: [io  0xf000-0xf01f]
[    0.445661] pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
[    0.445686] pci 0000:00:1f.6: reg 0x10: [mem 0xdf100000-0xdf11ffff]
[    0.445787] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.445936] pci 0000:01:00.0: [10de:1c03] type 00 class 0x030000
[    0.445953] pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    0.445962] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.445970] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.445976] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.445982] pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[    0.446075] pci 0000:01:00.1: [10de:10f1] type 00 class 0x040300
[    0.446088] pci 0000:01:00.1: reg 0x10: [mem 0xdf080000-0xdf083fff]
[    0.446192] pci 0000:00:01.0: ASPM: current common clock configuration is broken, reconfiguring
[    0.453348] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.453349] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.453351] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.453353] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.453433] pci 0000:02:00.0: [1b21:1080] type 01 class 0x060400
[    0.453554] pci 0000:02:00.0: supports D1 D2
[    0.453555] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.453652] pci 0000:00:1b.0: PCI bridge to [bus 02-03]
[    0.453699] pci_bus 0000:03: extended config space not accessible
[    0.453762] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.453844] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    0.453911] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    0.453974] pci 0000:00:1d.0: PCI bridge to [bus 06]
[    0.454055] acpiphp: Slot [1] registered
[    0.454058] pci 0000:00:1d.4: PCI bridge to [bus 07]
[    0.456011] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.456061] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.456109] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 *14 15)
[    0.456157] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 *15)
[    0.456207] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.456256] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.456303] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.456351] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.456799] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.456799] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.456799] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.456799] vgaarb: loaded
[    0.456799] ACPI: bus type USB registered
[    0.456799] usbcore: registered new interface driver usbfs
[    0.456799] usbcore: registered new interface driver hub
[    0.456799] usbcore: registered new device driver usb
[    0.456799] pps_core: LinuxPPS API ver. 1 registered
[    0.456799] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.456799] PTP clock support registered
[    0.456799] EDAC MC: Ver: 3.0.0
[    0.456848] PCI: Using ACPI for IRQ routing
[    0.485468] PCI: pci_cache_line_size set to 64 bytes
[    0.485510] e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
[    0.485511] e820: reserve RAM buffer [mem 0x86826000-0x87ffffff]
[    0.485512] e820: reserve RAM buffer [mem 0x868c5000-0x87ffffff]
[    0.485513] e820: reserve RAM buffer [mem 0x86d4a000-0x87ffffff]
[    0.485514] e820: reserve RAM buffer [mem 0x475800000-0x477ffffff]
[    0.485567] NetLabel: Initializing
[    0.485568] NetLabel:  domain hash size = 128
[    0.485568] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.485577] NetLabel:  unlabeled traffic allowed by default
[    0.485579] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.485579] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.488703] clocksource: Switched to clocksource tsc-early
[    0.493513] VFS: Disk quotas dquot_6.6.0
[    0.493522] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.493557] pnp: PnP ACPI init
[    0.493765] system 00:00: [io  0x0a00-0x0a2f] has been reserved
[    0.493766] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    0.493767] system 00:00: [io  0x0a40-0x0a4f] has been reserved
[    0.493770] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.494177] pnp 00:01: [dma 0 disabled]
[    0.494296] pnp 00:01: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.494326] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.494365] pnp 00:03: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[    0.494666] pnp 00:04: [dma 0 disabled]
[    0.494695] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.494794] system 00:05: [io  0x0680-0x069f] has been reserved
[    0.494796] system 00:05: [io  0xffff] has been reserved
[    0.494797] system 00:05: [io  0xffff] has been reserved
[    0.494798] system 00:05: [io  0xffff] has been reserved
[    0.494799] system 00:05: [io  0x1800-0x18fe] has been reserved
[    0.494800] system 00:05: [io  0x164e-0x164f] has been reserved
[    0.494803] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.494869] system 00:06: [io  0x0800-0x087f] has been reserved
[    0.494871] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.494884] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.494911] system 00:08: [io  0x1854-0x1857] has been reserved
[    0.494913] system 00:08: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.495093] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.495094] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.495095] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.495096] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[    0.495097] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.495098] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.495099] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.495100] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[    0.495101] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.495102] system 00:09: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.495105] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.495137] system 00:0a: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.495138] system 00:0a: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.495139] system 00:0a: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.495140] system 00:0a: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.495141] system 00:0a: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.495142] system 00:0a: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.495143] system 00:0a: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.495145] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.496045] system 00:0b: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.496046] system 00:0b: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.496047] system 00:0b: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.496049] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.496888] pnp: PnP ACPI: found 12 devices
[    0.502110] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.502134] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    0.502136] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[    0.502137] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
[    0.502142] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 05] add_size 1000
[    0.502143] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000
[    0.502145] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff] to [bus 05] add_size 200000 add_align 100000
[    0.502150] pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    0.502151] pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000 add_align 100000
[    0.502152] pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff] to [bus 06] add_size 200000 add_align 100000
[    0.502162] pci 0000:00:1c.0: BAR 14: assigned [mem 0x88800000-0x889fffff]
[    0.502164] pci 0000:00:1c.0: BAR 15: assigned [mem 0x88a00000-0x88bfffff 64bit pref]
[    0.502166] pci 0000:00:1c.4: BAR 14: assigned [mem 0x88c00000-0x88dfffff]
[    0.502168] pci 0000:00:1c.4: BAR 15: assigned [mem 0x88e00000-0x88ffffff 64bit pref]
[    0.502169] pci 0000:00:1d.0: BAR 14: assigned [mem 0x89000000-0x891fffff]
[    0.502171] pci 0000:00:1d.0: BAR 15: assigned [mem 0x89200000-0x893fffff 64bit pref]
[    0.502172] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.502174] pci 0000:00:1c.4: BAR 13: assigned [io  0x3000-0x3fff]
[    0.502175] pci 0000:00:1d.0: BAR 13: assigned [io  0x4000-0x4fff]
[    0.502177] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.502178] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.502180] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.502182] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.502184] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.502198] pci 0000:00:1b.0: PCI bridge to [bus 02-03]
[    0.502204] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    0.502205] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.502208] pci 0000:00:1c.0:   bridge window [mem 0x88800000-0x889fffff]
[    0.502210] pci 0000:00:1c.0:   bridge window [mem 0x88a00000-0x88bfffff 64bit pref]
[    0.502213] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    0.502215] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.502218] pci 0000:00:1c.4:   bridge window [mem 0x88c00000-0x88dfffff]
[    0.502220] pci 0000:00:1c.4:   bridge window [mem 0x88e00000-0x88ffffff 64bit pref]
[    0.502223] pci 0000:00:1d.0: PCI bridge to [bus 06]
[    0.502224] pci 0000:00:1d.0:   bridge window [io  0x4000-0x4fff]
[    0.502227] pci 0000:00:1d.0:   bridge window [mem 0x89000000-0x891fffff]
[    0.502229] pci 0000:00:1d.0:   bridge window [mem 0x89200000-0x893fffff 64bit pref]
[    0.502233] pci 0000:00:1d.4: PCI bridge to [bus 07]
[    0.502241] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.502242] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.502243] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.502244] pci_bus 0000:00: resource 7 [mem 0x88800000-0xdfffffff window]
[    0.502245] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.502246] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.502247] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
[    0.502248] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.502249] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    0.502250] pci_bus 0000:04: resource 1 [mem 0x88800000-0x889fffff]
[    0.502250] pci_bus 0000:04: resource 2 [mem 0x88a00000-0x88bfffff 64bit pref]
[    0.502251] pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
[    0.502252] pci_bus 0000:05: resource 1 [mem 0x88c00000-0x88dfffff]
[    0.502253] pci_bus 0000:05: resource 2 [mem 0x88e00000-0x88ffffff 64bit pref]
[    0.502254] pci_bus 0000:06: resource 0 [io  0x4000-0x4fff]
[    0.502255] pci_bus 0000:06: resource 1 [mem 0x89000000-0x891fffff]
[    0.502256] pci_bus 0000:06: resource 2 [mem 0x89200000-0x893fffff 64bit pref]
[    0.502373] NET: Registered protocol family 2
[    0.502450] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[    0.502484] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.502585] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.502663] TCP: Hash tables configured (established 131072 bind 65536)
[    0.502686] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.502712] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.502754] NET: Registered protocol family 1
[    0.502757] NET: Registered protocol family 44
[    0.503523] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.503527] pci 0000:01:00.1: Linked as a consumer to 0000:01:00.0
[    0.503559] PCI: CLS 0 bytes, default 64
[    0.503579] Unpacking initramfs...
[    0.579629] Freeing initrd memory: 7880K
[    0.579633] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.579635] software IO TLB [mem 0x82826000-0x86826000] (64MB) mapped at [(____ptrval____)-(____ptrval____)]
[    0.579655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x311fd3cd494, max_idle_ns: 440795223879 ns
[    0.579669] clocksource: Switched to clocksource tsc
[    0.579758] Scanning for low memory corruption every 60 seconds
[    0.580129] Initialise system trusted keyrings
[    0.580136] Key type blacklist registered
[    0.580165] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.580866] zbud: loaded
[    0.581054] pstore: using lz4hc compression
[    0.581728] Key type asymmetric registered
[    0.581729] Asymmetric key parser 'x509' registered
[    0.581750] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.581772] io scheduler noop registered
[    0.581773] io scheduler deadline registered
[    0.581788] io scheduler cfq registered (default)
[    0.581788] io scheduler mq-deadline registered
[    0.581789] io scheduler kyber registered
[    0.581801] io scheduler bfq registered
[    0.582638] pcieport 0000:00:1b.0: AER enabled with IRQ 121
[    0.582649] pcieport 0000:00:01.0: Signaling PME with IRQ 120
[    0.582660] pcieport 0000:00:1b.0: Signaling PME with IRQ 121
[    0.582671] pcieport 0000:00:1c.0: Signaling PME with IRQ 122
[    0.582683] pcieport 0000:00:1c.4: Signaling PME with IRQ 123
[    0.582695] pcieport 0000:00:1d.0: Signaling PME with IRQ 124
[    0.582708] pcieport 0000:00:1d.4: Signaling PME with IRQ 125
[    0.582721] pciehp 0000:00:1c.0:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    0.582739] pciehp 0000:00:1c.4:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    0.582754] pciehp 0000:00:1d.0:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    0.582779] shpchp 0000:02:00.0: Cannot get control of SHPC hotplug
[    0.582784] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.582825] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[    0.582825] vesafb: scrolling: redraw
[    0.582826] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.582834] vesafb: framebuffer at 0xd1000000, mapped to 0x(____ptrval____), using 8128k, total 8128k
[    0.708302] Console: switching to colour frame buffer device 240x67
[    0.833228] fb0: VESA VGA frame buffer device
[    0.833238] intel_idle: MWAIT substates: 0x142120
[    0.833239] intel_idle: v0.4.1 model 0x5E
[    0.833439] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.833495] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.833501] ACPI: Sleep Button [SLPB]
[    0.833521] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.833524] ACPI: Power Button [PWRB]
[    0.833544] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.833550] ACPI: Power Button [PWRF]
[    0.834320] thermal LNXTHERM:00: registered as thermal_zone0
[    0.834321] ACPI: Thermal Zone [TZ00] (28 C)
[    0.834437] thermal LNXTHERM:01: registered as thermal_zone1
[    0.834438] ACPI: Thermal Zone [TZ01] (30 C)
[    0.834556] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.855505] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.856603] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.856605] ehci-pci: EHCI PCI platform driver
[    0.856610] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.856611] ohci-pci: OHCI PCI platform driver
[    0.856615] uhci_hcd: USB Universal Host Controller Interface driver
[    0.856750] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.856753] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.857812] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000109810
[    0.857816] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.857932] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    0.857933] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.857934] usb usb1: Product: xHCI Host Controller
[    0.857935] usb usb1: Manufacturer: Linux 4.18.12-arch1-1-ARCH xhci-hcd
[    0.857935] usb usb1: SerialNumber: 0000:00:14.0
[    0.857993] hub 1-0:1.0: USB hub found
[    0.858008] hub 1-0:1.0: 16 ports detected
[    0.859057] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.859059] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.859061] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    0.859081] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[    0.859082] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.859082] usb usb2: Product: xHCI Host Controller
[    0.859083] usb usb2: Manufacturer: Linux 4.18.12-arch1-1-ARCH xhci-hcd
[    0.859084] usb usb2: SerialNumber: 0000:00:14.0
[    0.859130] hub 2-0:1.0: USB hub found
[    0.859151] hub 2-0:1.0: 8 ports detected
[    0.859725] usbcore: registered new interface driver usbserial_generic
[    0.859727] usbserial: USB Serial support registered for generic
[    0.859741] rtc_cmos 00:07: RTC can wake from S4
[    0.860192] rtc_cmos 00:07: registered as rtc0
[    0.860201] rtc_cmos 00:07: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.860241] intel_pstate: Intel P-state driver initializing
[    0.860619] intel_pstate: HWP enabled
[    0.860871] ledtrig-cpu: registered to indicate activity on CPUs
[    0.860890] hidraw: raw HID events driver (C) Jiri Kosina
[    0.860900] usbcore: registered new interface driver usbhid
[    0.860900] usbhid: USB HID core driver
[    0.860924] intel_pmc_core:  initialized
[    0.861102] NET: Registered protocol family 10
[    0.863726] Segment Routing with IPv6
[    0.863740] NET: Registered protocol family 17
[    0.864217] RAS: Correctable Errors collector initialized.
[    0.864239] microcode: sig=0x506e3, pf=0x2, revision=0x39
[    0.864401] microcode: Microcode Update Driver: v2.2.
[    0.864425] sched_clock: Marking stable (864396842, 0)->(950211418, -85814576)
[    0.864697] registered taskstats version 1
[    0.864701] Loading compiled-in X.509 certificates
[    0.866039] Loaded X.509 cert 'Build time autogenerated kernel key: 03cbf1b76221a3ff91b2c7e84f3aa8c21187841a'
[    0.866052] zswap: loaded using pool lzo/zbud
[    0.867795] Key type big_key registered
[    0.868627]   Magic number: 6:923:847
[    0.868653] acpi INT33A3:00: hash matches
[    0.868811] rtc_cmos 00:07: setting system clock to 2018-10-16 18:50:30 UTC (1539715830)
[    0.996476] Freeing unused kernel image memory: 1520K
[    0.996514] Write protecting the kernel read-only data: 18432k
[    0.997342] Freeing unused kernel image memory: 2008K
[    0.997471] Freeing unused kernel image memory: 300K
[    0.997637] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.997637] x86/mm: Checking user space page tables
[    0.997647] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.044877] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.045604] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.045632] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.053449] SCSI subsystem initialized
[    1.060185] libata version 3.00 loaded.
[    1.062331] ahci 0000:00:17.0: version 3.0
[    1.072829] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    1.072832] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
[    1.121382] scsi host0: ahci
[    1.121669] scsi host1: ahci
[    1.121993] scsi host2: ahci
[    1.122191] scsi host3: ahci
[    1.122383] scsi host4: ahci
[    1.122579] scsi host5: ahci
[    1.122626] ata1: SATA max UDMA/133 abar m2048@0xdf14b000 port 0xdf14b100 irq 127
[    1.122628] ata2: SATA max UDMA/133 abar m2048@0xdf14b000 port 0xdf14b180 irq 127
[    1.122630] ata3: SATA max UDMA/133 abar m2048@0xdf14b000 port 0xdf14b200 irq 127
[    1.122633] ata4: SATA max UDMA/133 abar m2048@0xdf14b000 port 0xdf14b280 irq 127
[    1.122635] ata5: SATA max UDMA/133 abar m2048@0xdf14b000 port 0xdf14b300 irq 127
[    1.122637] ata6: SATA max UDMA/133 abar m2048@0xdf14b000 port 0xdf14b380 irq 127
[    1.186939] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    1.328553] usb 1-3: New USB device found, idVendor=0c45, idProduct=5004, bcdDevice= 1.01
[    1.328560] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.328564] usb 1-3: Product: USB DEVICE
[    1.328568] usb 1-3: Manufacturer: SONiX
[    1.330719] input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0C45:5004.0001/input/input5
[    1.387132] hid-generic 0003:0C45:5004.0001: input,hidraw0: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-3/input0
[    1.389684] input: SONiX USB DEVICE Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:5004.0002/input/input6
[    1.434833] ata5: SATA link down (SStatus 4 SControl 300)
[    1.434869] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.434902] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.434928] ata4: SATA link down (SStatus 4 SControl 300)
[    1.434975] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.435003] ata3: SATA link down (SStatus 4 SControl 300)
[    1.435122] ata6.00: ATA-9: KINGSTON SUV300S37A240G, SAFM11.K, max UDMA/133
[    1.435127] ata6.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.435350] ata6.00: configured for UDMA/133
[    1.435531] ata2.00: ATA-9: WDC WD20EZRZ-00Z5HB0, 80.00A80, max UDMA/133
[    1.435537] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.435649] ata1.00: ATA-9: WDC WD20EZRZ-00Z5HB0, 80.00A80, max UDMA/133
[    1.435655] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.436087] ata2.00: configured for UDMA/133
[    1.436375] ata1.00: configured for UDMA/133
[    1.436807] scsi 0:0:0:0: Direct-Access     ATA      WDC WD20EZRZ-00Z 0A80 PQ: 0 ANSI: 5
[    1.437736] scsi 1:0:0:0: Direct-Access     ATA      WDC WD20EZRZ-00Z 0A80 PQ: 0 ANSI: 5
[    1.438515] scsi 5:0:0:0: Direct-Access     ATA      KINGSTON SUV300S 11.K PQ: 0 ANSI: 5
[    1.443509] input: SONiX USB DEVICE System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:5004.0002/input/input7
[    1.443634] input: SONiX USB DEVICE Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:5004.0002/input/input8
[    1.443695] input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:5004.0002/input/input9
[    1.443961] hid-generic 0003:0C45:5004.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-3/input1
[    1.448514] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.448515] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.448522] sd 0:0:0:0: [sda] Write Protect is off
[    1.448524] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.448524] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.448526] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    1.448531] sd 1:0:0:0: [sdb] Write Protect is off
[    1.448532] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.448536] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.448538] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.448576] sd 5:0:0:0: [sdc] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[    1.448586] sd 5:0:0:0: [sdc] Write Protect is off
[    1.448588] sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.448601] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.448939]  sdc: sdc1 sdc2 sdc3
[    1.449100] sd 5:0:0:0: [sdc] Attached SCSI disk
[    1.512903]  sda: sda1 sda2 sda3 sda4
[    1.514370] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.566935] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[    1.710165] usb 1-6: New USB device found, idVendor=1038, idProduct=1386, bcdDevice= 1.50
[    1.710171] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.710175] usb 1-6: Product: The Sims 4 Gaming Mouse
[    1.710180] usb 1-6: Manufacturer: SteelSeries
[    1.714250] hid-generic 0003:1038:1386.0003: hiddev1,hidraw2: USB HID v1.11 Device [SteelSeries The Sims 4 Gaming Mouse] on usb-0000:00:14.0-6/input0
[    1.715819] input: SteelSeries The Sims 4 Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:1038:1386.0004/input/input10
[    1.715995] hid-generic 0003:1038:1386.0004: input,hidraw3: USB HID v1.11 Mouse [SteelSeries The Sims 4 Gaming Mouse] on usb-0000:00:14.0-6/input1
[    1.717288] input: SteelSeries The Sims 4 Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:1038:1386.0005/input/input11
[    1.773816] hid-generic 0003:1038:1386.0005: input,hidraw4: USB HID v1.11 Keyboard [SteelSeries The Sims 4 Gaming Mouse] on usb-0000:00:14.0-6/input2
[    1.896936] usb 1-7: new full-speed USB device number 4 using xhci_hcd
[    1.980829]  sdb: sdb1 sdb2
[    1.981617] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.038761] usb 1-7: New USB device found, idVendor=054c, idProduct=09cc, bcdDevice= 1.00
[    2.038767] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.038772] usb 1-7: Product: Wireless Controller
[    2.038776] usb 1-7: Manufacturer: Sony Interactive Entertainment
[    2.054762] input: Sony Interactive Entertainment Wireless Controller Touchpad as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.3/0003:054C:09CC.0006/input/input13
[    2.054840] input: Sony Interactive Entertainment Wireless Controller Motion Sensors as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.3/0003:054C:09CC.0006/input/input14
[    2.063238] random: fast init done
[    2.110211] input: Sony Interactive Entertainment Wireless Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.3/0003:054C:09CC.0006/input/input12
[    2.110432] sony 0003:054C:09CC.0006: input,hidraw5: USB HID v81.11 Gamepad [Sony Interactive Entertainment Wireless Controller] on usb-0000:00:14.0-7/input3
[    2.163472] usb 1-8: new full-speed USB device number 5 using xhci_hcd
[    2.309153] usb 1-8: New USB device found, idVendor=045e, idProduct=028e, bcdDevice= 1.14
[    2.309160] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.309164] usb 1-8: Product: Controller
[    2.309168] usb 1-8: Manufacturer: ©Microsoft Corporation
[    2.309172] usb 1-8: SerialNumber: 130F8A4
[    2.680485] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[    2.873092] random: crng init done
[    3.811069] systemd[1]: systemd 239 running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    3.827741] systemd[1]: Detected architecture x86-64.
[    3.841547] systemd[1]: Set hostname to <timemachine>.
[    4.883767] systemd[1]: Reached target Login Prompts.
[    4.884085] systemd[1]: Listening on udev Kernel Socket.
[    4.884688] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.887253] systemd[1]: Created slice system-getty.slice.
[    4.887414] systemd[1]: Listening on LVM2 poll daemon socket.
[    4.887447] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    4.887479] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.112128] audit: type=1130 audit(1539715834.740:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.121373] audit: type=1130 audit(1539715834.750:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.202500] EXT4-fs (sda4): re-mounted. Opts: data=ordered
[    5.205617] audit: type=1130 audit(1539715834.833:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.278513] audit: type=1130 audit(1539715834.906:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.306160] systemd-journald[279]: Received request to flush runtime journal from PID 1
[    5.634012] audit: type=1130 audit(1539715835.263:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.193367] audit: type=1130 audit(1539715835.820:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.518694] audit: type=1130 audit(1539715836.146:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.991546] audit: type=1130 audit(1539715837.620:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.289275] wmi_bus wmi_bus-PNP0C14:00: WQAA data block query control method not found
[    8.630592] audit: type=1130 audit(1539715838.260:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.642112] parport_pc 00:01: reported by Plug and Play ACPI
[    8.642184] parport0: PC-style at 0x378, irq 5 [PCSPP,TRISTATE,EPP]
[    8.790297] i801_smbus 0000:00:1f.4: enabling device (0001 -> 0003)
[    8.790433] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    8.790461] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    8.963832] input: PC Speaker as /devices/platform/pcspkr/input/input15
[    9.014276] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    9.014278] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    9.014280] RAPL PMU: hw unit of domain package 2^-14 Joules
[    9.014281] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    9.014282] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    9.014283] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    9.014674] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    9.014676] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    9.014974] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    9.109379] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    9.175785] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    9.181727] mousedev: PS/2 mouse device common for all mice
[    9.191509] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 40:8d:5c:c7:12:8c
[    9.191528] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    9.191585] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[    9.340527] ppdev: user-space parallel port driver
[    9.375180] input: Microsoft X-Box 360 pad as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input17
[    9.375486] usbcore: registered new interface driver xpad
[    9.432971] iTCO_vendor_support: vendor-support=0
[    9.437773] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    9.437876] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    9.438146] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    9.543551] Linux agpgart interface v0.103
[    9.915046] cryptd: max_cpu_qlen set to 1000
[   10.097871] AVX2 version of gcm_enc/dec engaged.
[   10.097874] AES CTR mode by8 optimization enabled
[   10.788023] usbcore: registered new interface driver snd-usb-audio
[   11.068116] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[   11.074108] snd_hda_intel 0000:01:00.1: Disabling MSI
[   11.074112] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   11.076193] checking generic (d1000000 7f0000) vs hw (c0000000 10000000)
[   11.076194] checking generic (d1000000 7f0000) vs hw (d0000000 2000000)
[   11.076194] fb: switching to nouveaufb from VESA VGA
[   11.076206] Console: switching to colour dummy device 80x25
[   11.076322] nouveau 0000:01:00.0: NVIDIA GP106 (136000a1)
[   11.184736] nouveau 0000:01:00.0: bios: version 86.06.0e.00.28
[   11.326047] intel_rapl: Found RAPL domain package
[   11.326052] intel_rapl: Found RAPL domain core
[   11.326057] intel_rapl: Found RAPL domain dram
[   11.463490] nouveau 0000:01:00.0: fb: 6144 MiB GDDR5
[   11.523766] [TTM] Zone  kernel: Available graphics memory: 8180324 kiB
[   11.523767] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[   11.523768] [TTM] Initializing pool allocator
[   11.523784] [TTM] Initializing DMA pool allocator
[   11.523793] nouveau 0000:01:00.0: DRM: VRAM: 6144 MiB
[   11.523794] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[   11.523796] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[   11.523797] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[   11.523811] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[   11.523812] nouveau 0000:01:00.0: DRM: DCB version 4.1
[   11.523813] nouveau 0000:01:00.0: DRM: DCB outp 00: 01000f42 04620030
[   11.523814] nouveau 0000:01:00.0: DRM: DCB outp 01: 04811f96 04600020
[   11.523815] nouveau 0000:01:00.0: DRM: DCB outp 02: 04011f92 04620020
[   11.523816] nouveau 0000:01:00.0: DRM: DCB outp 03: 04822f86 04600010
[   11.523817] nouveau 0000:01:00.0: DRM: DCB outp 04: 04022f82 04620010
[   11.523818] nouveau 0000:01:00.0: DRM: DCB outp 06: 02033f62 04620010
[   11.523818] nouveau 0000:01:00.0: DRM: DCB outp 07: 02844f76 04600020
[   11.523819] nouveau 0000:01:00.0: DRM: DCB outp 08: 02044f72 00020020
[   11.523820] nouveau 0000:01:00.0: DRM: DCB conn 00: 00001031
[   11.523821] nouveau 0000:01:00.0: DRM: DCB conn 01: 02000146
[   11.523822] nouveau 0000:01:00.0: DRM: DCB conn 02: 01000246
[   11.523823] nouveau 0000:01:00.0: DRM: DCB conn 03: 00010361
[   11.523824] nouveau 0000:01:00.0: DRM: DCB conn 04: 00020446
[   11.552415] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[   11.552417] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   11.552418] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   11.552419] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   11.552420] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x11/0x0
[   11.552420] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   11.552421] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[   11.552422] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[   11.552423] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[   11.565636] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input18
[   11.565678] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input19
[   11.565707] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card1/input20
[   11.565735] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card1/input21
[   11.565760] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card1/input22
[   11.565786] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card1/input23
[   11.565813] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1f.3/sound/card1/input24
[   11.565853] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card1/input25
[   11.585122] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   11.585125] [drm] Driver supports precise vblank timestamp query.
[   11.587199] audit: type=1130 audit(1539715841.216:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.802161] audit: type=1130 audit(1539715841.430:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.837213] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[   11.838058] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input26
[   11.838192] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input27
[   11.838332] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input28
[   11.838459] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input29
[   12.031797] audit: type=1127 audit(1539715841.660:13): pid=402 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[   12.054420] audit: type=1130 audit(1539715841.683:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.128325] audit: type=1130 audit(1539715841.756:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.362972] nouveau 0000:01:00.0: DRM: allocated 2560x1080 fb: 0x200000, bo 00000000c3a2f7a0
[   12.363440] fbcon: nouveaufb (fb0) is primary device
[   12.660800] Console: switching to colour frame buffer device 240x67
[   12.920747] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
[   12.920876] audit: type=1130 audit(1539715842.550:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.924910] audit: type=1130 audit(1539715842.553:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.928283] audit: type=1130 audit(1539715842.556:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.943656] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
[   13.257082] audit: type=1130 audit(1539715842.886:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.258381] audit: type=1130 audit(1539715842.886:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.458966] nouveau 0000:01:00.0: gr: intr 00000040
[   18.978606] kauditd_printk_skb: 2 callbacks suppressed
[   18.978608] audit: type=1130 audit(1539715848.606:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.031382] audit: type=1006 audit(1539715848.660:24): pid=434 uid=0 old-auid=4294967295 auid=977 tty=(none) old-ses=4294967295 ses=1 res=1
[   19.369738] audit: type=1130 audit(1539715848.996:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.704771] audit: type=1006 audit(1539715862.333:26): pid=447 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   32.714799] audit: type=1130 audit(1539715862.343:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.718454] audit: type=1006 audit(1539715862.346:28): pid=449 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   32.741988] audit: type=1130 audit(1539715862.370:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.904886] audit: type=1131 audit(1539715863.533:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.936507] audit: type=1131 audit(1539715863.563:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.000736] audit: type=1130 audit(1539715865.630:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.233303] audit: type=1130 audit(1539715867.860:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   57.948183] audit: type=1130 audit(1539715887.576:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   88.001305] audit: type=1131 audit(1539715917.630:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  148.370976] audit: type=1130 audit(1539715978.000:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  178.441822] audit: type=1131 audit(1539716008.070:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  208.828758] 8021q: 802.1Q VLAN Support v1.8
[  208.979445] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[  208.980783] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[  208.980801] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[  208.980802] cfg80211: failed to load regulatory.db
[  209.243785] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[  212.712216] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[  212.712261] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[  389.125215] audit: type=1130 audit(1539716218.753:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  421.835306] audit: type=1131 audit(1539716251.463:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  503.763185] Chrome_~dThread[1528]: segfault at 0 ip 00007f86b50fbd73 sp 00007f86b1431b00 error 6 in libxul.so[7f86b50f3000+4b1a000]
[  503.763191] Code: e9 04 48 8d 
[  503.763194] Chrome_~dThread[877]: segfault at 0 ip 00007f4ea16a1d73 sp 00007f4e9d9d2b00 error 6
[  503.763195] 15 2e b4 ae 03 48 89 
[  503.763198]  in libxul.so[7f4ea1699000+4b1a000]
[  503.763198] 10 
[  503.763199] Code: 
[  503.763199] c7 04 
[  503.763200] e9 
[  503.763200] 25 00 
[  503.763201] 04 
[  503.763202] 00 
[  503.763202] 48 
[  503.763203] 00 00 
[  503.763204] 8d 
[  503.763204] 00 
[  503.763205] 15 
[  503.763205] 00 
[  503.763206] 2e 
[  503.763206] 00 
[  503.763207] b4 
[  503.763207] 00 
[  503.763208] ae 
[  503.763208] 0f 
[  503.763209] 03 
[  503.763209] 0b 
[  503.763209] 48 
[  503.763210] 48 
[  503.763210] 89 
[  503.763211] 8b 05 
[  503.763212] 10 c7 
[  503.763212] c7 64 
[  503.763213] 04 
[  503.763214] e9 
[  503.763214] 25 00 
[  503.763215] 04 48 
[  503.763216] 00 
[  503.763217] 8d 
[  503.763217] 00 
[  503.763217] 0d 
[  503.763218] 00 
[  503.763218] 38 
[  503.763219] 00 
[  503.763219] b4 
[  503.763220] 00 
[  503.763220] ae 
[  503.763221] 00 
[  503.763221] 03 
[  503.763222] 00 
[  503.763222] 48 
[  503.763223] 0f 
[  503.763223] 89 
[  503.763224] 0b 
[  503.763224] 08 <c7> 04 25 
[  503.763226] 48 
[  503.763226] 00 
[  503.763227] 8b 
[  503.763227] 00 
[  503.763228] 05 
[  503.763228] 00 
[  503.763229] c7 
[  503.763229] 00 
[  503.763230] 64 e9 
[  503.763231] 00 00 
[  503.763232] 04 
[  503.763232] 00 00 0f 
[  503.763234] 48 8d 0d 
[  503.763244] 0b 
[  503.763244] 38 b4 
[  503.763245] e8 
[  503.763246] ae 
[  503.763246] 4d 
[  503.763247] 03 
[  503.763247] f4 
[  503.763248] 48 
[  503.763248] ff 
[  503.763249] 89 
[  503.763249] ff 
[  503.763250] 08 
[  503.763251] 48 
[  503.763251] <c7> 
[  503.763252] 8b 
[  503.763252] 04 
[  503.763253] 05 
[  503.763253] 25 
[  503.763254] a4 
[  503.763255] 00 00 00 00 00 00 00 00 0f 0b e8 4d f4 ff ff 48 8b 05 a4 
[  503.763303] audit: type=1701 audit(1539716333.393:40): auid=1000 uid=1000 gid=985 ses=2 pid=873 comm="Chrome_~dThread" exe="/usr/lib/firefox/firefox" sig=11 res=1
[  503.763305] audit: type=1701 audit(1539716333.393:41): auid=1000 uid=1000 gid=985 ses=2 pid=1525 comm="Chrome_~dThread" exe="/usr/lib/firefox/firefox" sig=11 res=1
[  504.752339] nouveau 0000:01:00.0: gr: intr 00000040
[  505.470687] audit: type=1130 audit(1539716335.100:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  505.474928] audit: type=1006 audit(1539716335.103:43): pid=1883 uid=0 old-auid=4294967295 auid=977 tty=(none) old-ses=4294967295 ses=4 res=1
[  505.497970] audit: type=1130 audit(1539716335.126:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  508.544010] audit: type=1006 audit(1539716338.173:45): pid=1896 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=5 res=1
[  508.590208] audit: type=1131 audit(1539716338.220:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  508.614330] audit: type=1131 audit(1539716338.243:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

thank you for your patience

Offline

#8 2018-10-16 13:39:08

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,707

Re: [SOLVED] CUDA and nvidia drivers installation issue

You don't have the kernel module - nvidia - installed. Did the pacman command run into an error and you didn't see that it did? Though if that was the case and you really used the command you posted no nvidia packages should've been installed.  For completeness' sake you can also remove xf86-video-nouveau though it shouldn't matter much.

Offline

#9 2018-10-16 13:49:02

TimeTraveller
Member
Registered: 2018-07-16
Posts: 15

Re: [SOLVED] CUDA and nvidia drivers installation issue

V1del wrote:

You don't have the kernel module - nvidia - installed. Did the pacman command run into an error and you didn't see that it did? Though if that was the case and you really used the command you posted no nvidia packages should've been installed.  For completeness' sake you can also remove xf86-video-nouveau though it shouldn't matter much.

As I said earlier, I again installed the nvidia package and one of my monitors stopped working and the display became really slow to respond hence rendering my computer unusable so I uninstalled the package. This has been the problem since the start sad
I am just looking to replace nouveau with nvidia drivers in a workable way, I am stuck in a corner here.

Offline

#10 2018-10-16 14:29:10

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,707

Re: [SOLVED] CUDA and nvidia drivers installation issue

You are falling back to a broken configuration not having nvidia but the nvidia-utils packages installed. Having nvidia installed is necessary.  What are you starting/expecting to see on booting up that breaks with nvidia installed? Are you booting to a console? GDM? If you get to a terminal post the output of

journalctl -b

(from a "broken" system, if you have to reboot to get to a working state use -b-1 instead)

Offline

#11 2018-10-16 14:51:24

TimeTraveller
Member
Registered: 2018-07-16
Posts: 15

Re: [SOLVED] CUDA and nvidia drivers installation issue

V1del wrote:

You are falling back to a broken configuration not having nvidia but the nvidia-utils packages installed. Having nvidia installed is necessary.  What are you starting/expecting to see on booting up that breaks with nvidia installed? Are you booting to a console? GDM? If you get to a terminal post the output of

journalctl -b

(from a "broken" system, if you have to reboot to get to a working state use -b-1 instead)

Here's the output from my "broken" system

[timetraveller@timemachine ~]$ journalctl -b
Hint: You are currently not seeing messages from other users and the system.
      Users in groups 'adm', 'systemd-journal', 'wheel' can see all messages.
      Pass -q to turn off this notice.
-- Logs begin at Sun 2018-03-18 17:28:22 UTC, end at Tue 2018-10-16 20:12:00 UTC. --
Oct 16 20:11:47 timemachine systemd[457]: Listening on GnuPG cryptographic agent and pa>
Oct 16 20:11:47 timemachine systemd[457]: Listening on GnuPG cryptographic agent (ssh-a>
Oct 16 20:11:47 timemachine systemd[457]: Listening on Sound System.
Oct 16 20:11:47 timemachine systemd[457]: Listening on GnuPG network certificate manage>
Oct 16 20:11:47 timemachine systemd[457]: Listening on p11-kit server.
Oct 16 20:11:47 timemachine systemd[457]: Reached target Timers.
Oct 16 20:11:47 timemachine systemd[457]: Listening on GnuPG cryptographic agent and pa>
Oct 16 20:11:47 timemachine systemd[457]: Listening on GnuPG cryptographic agent and pa>
Oct 16 20:11:47 timemachine systemd[457]: Starting D-Bus User Message Bus Socket.
Oct 16 20:11:47 timemachine systemd[457]: Reached target Paths.
Oct 16 20:11:47 timemachine systemd[457]: Listening on D-Bus User Message Bus Socket.
Oct 16 20:11:47 timemachine systemd[457]: Reached target Sockets.
Oct 16 20:11:47 timemachine systemd[457]: Reached target Basic System.
Oct 16 20:11:47 timemachine systemd[457]: Reached target Default.
Oct 16 20:11:47 timemachine systemd[457]: Startup finished in 21ms.
Oct 16 20:11:47 timemachine sddm-helper[463]: Adding cookie to "/home/timetraveller/.Xa>
Oct 16 20:11:47 timemachine systemd[457]: Started D-Bus User Message Bus.
Oct 16 20:11:50 timemachine systemd[457]: Starting Sound Service...
Oct 16 20:11:56 timemachine systemd[457]: Started Sound Service.
Oct 16 20:12:00 timemachine dbus-daemon[469]: [session uid=1000 pid=469] Activating via>
Oct 16 20:12:00 timemachine systemd[457]: Starting Accessibility services bus...
Oct 16 20:12:00 timemachine dbus-daemon[469]: [session uid=1000 pid=469] Successfully a>
Oct 16 20:12:00 timemachine systemd[457]: Started Accessibility services bus.
Oct 16 20:12:00 timemachine at-spi-bus-launcher[570]: dbus-daemon[576]: Activating serv>
Oct 16 20:12:00 timemachine at-spi-bus-launcher[570]: dbus-daemon[576]: Successfully ac>
Oct 16 20:12:00 timemachine at-spi-bus-launcher[570]: SpiRegistry daemon is running wit>
lines 1-27/27 (END)

- the first thing i see on boot is SDDM and it loads really slow
- one of my two monitors stopped getting any signal
- while typing this the characters appear after a delat of 1-2 seconds on the screen. Basically everything is delayed on my screen except the cursor movements.

All of the above gets fixed as soon as i uninstall nvidia with pacman

the ouput of lspci -v is :-

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
	Subsystem: Gigabyte Technology Co., Ltd Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers
	Flags: bus master, fast devsel, latency 0
	Capabilities: <access denied>
	Kernel driver in use: skl_uncore

00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 07) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 120
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000e000-0000efff [size=4K]
	Memory behind bridge: de000000-df0fffff [size=17M]
	Prefetchable memory behind bridge: 00000000c0000000-00000000d1ffffff [size=288M]
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31) (prog-if 30 [XHCI])
	Subsystem: Gigabyte Technology Co., Ltd Sunrise Point-H USB 3.0 xHCI Controller
	Flags: bus master, medium devsel, latency 0, IRQ 126
	Memory at df130000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd

00:14.2 Signal processing controller: Intel Corporation Sunrise Point-H Thermal subsystem (rev 31)
	Subsystem: Gigabyte Technology Co., Ltd Sunrise Point-H Thermal subsystem
	Flags: bus master, fast devsel, latency 0, IRQ 18
	Memory at df14e000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel_pch_thermal
	Kernel modules: intel_pch_thermal

00:16.0 Communication controller: Intel Corporation Sunrise Point-H CSME HECI #1 (rev 31)
	Subsystem: Gigabyte Technology Co., Ltd Sunrise Point-H CSME HECI
	Flags: bus master, fast devsel, latency 0, IRQ 128
	Memory at df14d000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: mei_me
	Kernel modules: mei_me

00:17.0 SATA controller: Intel Corporation Sunrise Point-H SATA controller [AHCI mode] (rev 31) (prog-if 01 [AHCI 1.0])
	Subsystem: Gigabyte Technology Co., Ltd Sunrise Point-H SATA controller [AHCI mode]
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 127
	Memory at df148000 (32-bit, non-prefetchable) [size=8K]
	Memory at df14c000 (32-bit, non-prefetchable) [size=256]
	I/O ports at f050 [size=8]
	I/O ports at f040 [size=4]
	I/O ports at f020 [size=32]
	Memory at df14b000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1b.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Root Port #19 (rev f1) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 121
	Bus: primary=00, secondary=02, subordinate=03, sec-latency=32
	I/O behind bridge: None
	Memory behind bridge: None
	Prefetchable memory behind bridge: None
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #3 (rev f1) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 122
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 00002000-00002fff [size=4K]
	Memory behind bridge: 88800000-889fffff [size=2M]
	Prefetchable memory behind bridge: 0000000088a00000-0000000088bfffff [size=2M]
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.4 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #5 (rev f1) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 123
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 00003000-00003fff [size=4K]
	Memory behind bridge: 88c00000-88dfffff [size=2M]
	Prefetchable memory behind bridge: 0000000088e00000-0000000088ffffff [size=2M]
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1d.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #9 (rev f1) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 124
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 00004000-00004fff [size=4K]
	Memory behind bridge: 89000000-891fffff [size=2M]
	Prefetchable memory behind bridge: 0000000089200000-00000000893fffff [size=2M]
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1d.4 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #13 (rev f1) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 125
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: None
	Memory behind bridge: None
	Prefetchable memory behind bridge: None
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1f.0 ISA bridge: Intel Corporation Sunrise Point-H LPC Controller (rev 31)
	Subsystem: Gigabyte Technology Co., Ltd Sunrise Point-H LPC Controller
	Flags: bus master, medium devsel, latency 0

00:1f.2 Memory controller: Intel Corporation Sunrise Point-H PMC (rev 31)
	Subsystem: Gigabyte Technology Co., Ltd Sunrise Point-H PMC
	Flags: bus master, fast devsel, latency 0
	Memory at df144000 (32-bit, non-prefetchable) [size=16K]

00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)
	Subsystem: Gigabyte Technology Co., Ltd Sunrise Point-H HD Audio
	Flags: bus master, fast devsel, latency 32, IRQ 130
	Memory at df140000 (64-bit, non-prefetchable) [size=16K]
	Memory at df120000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

00:1f.4 SMBus: Intel Corporation Sunrise Point-H SMBus (rev 31)
	Subsystem: Gigabyte Technology Co., Ltd Sunrise Point-H SMBus
	Flags: medium devsel, IRQ 16
	Memory at df14a000 (64-bit, non-prefetchable) [size=256]
	I/O ports at f000 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801

00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-V (rev 31)
	Subsystem: Gigabyte Technology Co., Ltd Ethernet Connection (2) I219-V
	Flags: bus master, fast devsel, latency 0, IRQ 129
	Memory at df100000 (32-bit, non-prefetchable) [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: e1000e
	Kernel modules: e1000e

01:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6GB] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: Micro-Star International Co., Ltd. [MSI] GP106 [GeForce GTX 1060 6GB]
	Flags: bus master, fast devsel, latency 0, IRQ 10
	Memory at de000000 (32-bit, non-prefetchable) [size=16M]
	Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Memory at d0000000 (64-bit, prefetchable) [size=32M]
	I/O ports at e000 [size=128]
	Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel modules: nouveau, nvidia_drm, nvidia

01:00.1 Audio device: NVIDIA Corporation GP106 High Definition Audio Controller (rev a1)
	Subsystem: Micro-Star International Co., Ltd. [MSI] GP106 High Definition Audio Controller
	Flags: bus master, fast devsel, latency 0, IRQ 17
	Memory at df080000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

02:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 04) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 14
	Bus: primary=02, secondary=03, subordinate=03, sec-latency=32
	I/O behind bridge: None
	Memory behind bridge: None
	Prefetchable memory behind bridge: None
	Capabilities: <access denied>

It still has the nouveau kernel module, even on removing the xf86-video-nouveau package and just having nvidia fixed nothing :c
also, even after installing the nvidia package i get the following output on doing nvidia-smi

[timetraveller@timemachine ~]$ nvidia-smi 
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

Last edited by TimeTraveller (2018-10-16 14:55:25)

Offline

#12 2018-10-16 15:02:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,707

Re: [SOLVED] CUDA and nvidia drivers installation issue

Look out for the hint in journalctl and repost the command with elevated privileges. Your nvidia kernel module is not being loaded, do you have it blacklisted for some reason? Another potential cause could be a bug in the latest nvidia driver, but I'd like to see the journal output first.

Last edited by V1del (2018-10-16 15:05:23)

Offline

#13 2018-10-16 15:23:42

TimeTraveller
Member
Registered: 2018-07-16
Posts: 15

Re: [SOLVED] CUDA and nvidia drivers installation issue

V1del wrote:

Look out for the hint in journalctl and repost the command with elevated privileges. Your nvidia kernel module is not being loaded, do you have it blacklisted for some reason? Another potential cause could be a bug in the latest nvidia driver, but I'd like to see the journal output first.

Here's the complete output of journalctl -b with elevated priveleges, i am sorry for not posting it before

-- Logs begin at Sun 2018-03-18 16:35:47 UTC, end at Tue 2018-10-16 20:44:51 UTC. --
Oct 16 20:42:50 timemachine kernel: Linux version 4.18.12-arch1-1-ARCH (builduser@heftig-1544) (gcc version 8.2.1 20180831 (GCC)) #1 SMP PREEMPT Thu Oct 4 01:01:27 UTC 2018
Oct 16 20:42:50 timemachine kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=472ef081-7f8b-4ce6-8117-1f50c354d7d6 rw quiet
Oct 16 20:42:50 timemachine kernel: KERNEL supported cpus:
Oct 16 20:42:50 timemachine kernel:   Intel GenuineIntel
Oct 16 20:42:50 timemachine kernel:   AMD AuthenticAMD
Oct 16 20:42:50 timemachine kernel:   Centaur CentaurHauls
Oct 16 20:42:50 timemachine kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 16 20:42:50 timemachine kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 16 20:42:50 timemachine kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 16 20:42:50 timemachine kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Oct 16 20:42:50 timemachine kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Oct 16 20:42:50 timemachine kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 16 20:42:50 timemachine kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Oct 16 20:42:50 timemachine kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Oct 16 20:42:50 timemachine kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Oct 16 20:42:50 timemachine kernel: BIOS-provided physical RAM map:
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009c7ff] usable
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x000000000009c800-0x000000000009ffff] reserved
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000086825fff] usable
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x0000000086826000-0x0000000086826fff] ACPI NVS
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x0000000086827000-0x0000000086870fff] reserved
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x0000000086871000-0x00000000868c4fff] usable
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x00000000868c5000-0x0000000086d33fff] reserved
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x0000000086d34000-0x0000000086d49fff] usable
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x0000000086d4a000-0x00000000879d0fff] reserved
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x00000000879d1000-0x0000000087f99fff] ACPI NVS
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x0000000087f9a000-0x0000000087fcdfff] ACPI data
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x0000000087fce000-0x0000000087ffffff] usable
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Oct 16 20:42:50 timemachine kernel: BIOS-e820: [mem 0x0000000100000000-0x00000004757fffff] usable
Oct 16 20:42:50 timemachine kernel: NX (Execute Disable) protection: active
Oct 16 20:42:50 timemachine kernel: SMBIOS 2.8 present.
Oct 16 20:42:50 timemachine kernel: DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./H170M-D3H-CF, BIOS F5 11/02/2015
Oct 16 20:42:50 timemachine kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 16 20:42:50 timemachine kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 16 20:42:50 timemachine kernel: last_pfn = 0x475800 max_arch_pfn = 0x400000000
Oct 16 20:42:50 timemachine kernel: MTRR default type: write-back
Oct 16 20:42:50 timemachine kernel: MTRR fixed ranges enabled:
Oct 16 20:42:50 timemachine kernel:   00000-9FFFF write-back
Oct 16 20:42:50 timemachine kernel:   A0000-BFFFF uncachable
Oct 16 20:42:50 timemachine kernel:   C0000-FFFFF write-protect
Oct 16 20:42:50 timemachine kernel: MTRR variable ranges enabled:
Oct 16 20:42:50 timemachine kernel:   0 base 00C0000000 mask 7FC0000000 uncachable
Oct 16 20:42:50 timemachine kernel:   1 base 00A0000000 mask 7FE0000000 uncachable
Oct 16 20:42:50 timemachine kernel:   2 base 0090000000 mask 7FF0000000 uncachable
Oct 16 20:42:50 timemachine kernel:   3 base 008C000000 mask 7FFC000000 uncachable
Oct 16 20:42:50 timemachine kernel:   4 base 008A000000 mask 7FFE000000 uncachable
Oct 16 20:42:50 timemachine kernel:   5 base 0089000000 mask 7FFF000000 uncachable
Oct 16 20:42:50 timemachine kernel:   6 base 0088800000 mask 7FFF800000 uncachable
Oct 16 20:42:50 timemachine kernel:   7 disabled
Oct 16 20:42:50 timemachine kernel:   8 disabled
Oct 16 20:42:50 timemachine kernel:   9 disabled
Oct 16 20:42:50 timemachine kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 16 20:42:50 timemachine kernel: last_pfn = 0x88000 max_arch_pfn = 0x400000000
Oct 16 20:42:50 timemachine kernel: found SMP MP-table at [mem 0x000fcb90-0x000fcb9f] mapped at [(____ptrval____)]
Oct 16 20:42:50 timemachine kernel: Scanning 1 areas for low memory corruption
Oct 16 20:42:50 timemachine kernel: Base memory trampoline at [(____ptrval____)] 96000 size 24576
Oct 16 20:42:50 timemachine kernel: Using GB pages for direct mapping
Oct 16 20:42:50 timemachine kernel: BRK [0x1bcee5000, 0x1bcee5fff] PGTABLE
Oct 16 20:42:50 timemachine kernel: BRK [0x1bcee6000, 0x1bcee6fff] PGTABLE
Oct 16 20:42:50 timemachine kernel: BRK [0x1bcee7000, 0x1bcee7fff] PGTABLE
Oct 16 20:42:50 timemachine kernel: BRK [0x1bcee8000, 0x1bcee8fff] PGTABLE
Oct 16 20:42:50 timemachine kernel: BRK [0x1bcee9000, 0x1bcee9fff] PGTABLE
Oct 16 20:42:50 timemachine kernel: BRK [0x1bceea000, 0x1bceeafff] PGTABLE
Oct 16 20:42:50 timemachine kernel: BRK [0x1bceeb000, 0x1bceebfff] PGTABLE
Oct 16 20:42:50 timemachine kernel: BRK [0x1bceec000, 0x1bceecfff] PGTABLE
Oct 16 20:42:50 timemachine kernel: BRK [0x1bceed000, 0x1bceedfff] PGTABLE
Oct 16 20:42:50 timemachine kernel: RAMDISK: [mem 0x3708b000-0x3783cfff]
Oct 16 20:42:50 timemachine kernel: ACPI: Early table checksum verification disabled
Oct 16 20:42:50 timemachine kernel: ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
Oct 16 20:42:50 timemachine kernel: ACPI: XSDT 0x0000000087BFE098 0000B4 (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 16 20:42:50 timemachine kernel: ACPI: FACP 0x0000000087C202B0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
Oct 16 20:42:50 timemachine kernel: ACPI: DSDT 0x0000000087BFE1E8 0220C5 (v02 ALASKA A M I    01072009 INTL 20120913)
Oct 16 20:42:50 timemachine kernel: ACPI: FACS 0x0000000087F99F80 000040
Oct 16 20:42:50 timemachine kernel: ACPI: APIC 0x0000000087C203C0 0000BC (v03 ALASKA A M I    01072009 AMI  00010013)
Oct 16 20:42:50 timemachine kernel: ACPI: FPDT 0x0000000087C20480 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 16 20:42:50 timemachine kernel: ACPI: FIDT 0x0000000087C204C8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 16 20:42:50 timemachine kernel: ACPI: MCFG 0x0000000087C20568 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Oct 16 20:42:50 timemachine kernel: ACPI: HPET 0x0000000087C205A8 000038 (v01 ALASKA A M I    01072009 AMI. 0005000B)
Oct 16 20:42:50 timemachine kernel: ACPI: SSDT 0x0000000087C205E0 00036D (v01 SataRe SataTabl 00001000 INTL 20120913)
Oct 16 20:42:50 timemachine kernel: ACPI: SSDT 0x0000000087C20950 005384 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
Oct 16 20:42:50 timemachine kernel: ACPI: UEFI 0x0000000087C25CD8 000042 (v01                 00000000      00000000)
Oct 16 20:42:50 timemachine kernel: ACPI: LPIT 0x0000000087C25D20 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
Oct 16 20:42:50 timemachine kernel: ACPI: SSDT 0x0000000087C25DB8 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
Oct 16 20:42:50 timemachine kernel: ACPI: SSDT 0x0000000087C26000 002BAE (v02 INTEL  PtidDevc 00001000 INTL 20120913)
Oct 16 20:42:50 timemachine kernel: ACPI: SSDT 0x0000000087C28BB0 000C45 (v02 INTEL  Ther_Rvp 00001000 INTL 20120913)
Oct 16 20:42:50 timemachine kernel: ACPI: DBGP 0x0000000087C297F8 000034 (v01 INTEL           00000000 MSFT 0000005F)
Oct 16 20:42:50 timemachine kernel: ACPI: DBG2 0x0000000087C29830 000054 (v00 INTEL           00000000 MSFT 0000005F)
Oct 16 20:42:50 timemachine kernel: ACPI: SSDT 0x0000000087C29888 000619 (v02 INTEL  xh_rvp10 00000000 INTL 20120913)
Oct 16 20:42:50 timemachine kernel: ACPI: SSDT 0x0000000087C29EA8 000E58 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
Oct 16 20:42:50 timemachine kernel: ACPI: ASF! 0x0000000087C2AD00 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
Oct 16 20:42:50 timemachine kernel: ACPI: Local APIC address 0xfee00000
Oct 16 20:42:50 timemachine kernel: No NUMA configuration found
Oct 16 20:42:50 timemachine kernel: Faking a node at [mem 0x0000000000000000-0x00000004757fffff]
Oct 16 20:42:50 timemachine kernel: NODE_DATA(0) allocated [mem 0x4757fc000-0x4757fffff]
Oct 16 20:42:50 timemachine kernel: Zone ranges:
Oct 16 20:42:50 timemachine kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 16 20:42:50 timemachine kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 16 20:42:50 timemachine kernel:   Normal   [mem 0x0000000100000000-0x00000004757fffff]
Oct 16 20:42:50 timemachine kernel:   Device   empty
Oct 16 20:42:50 timemachine kernel: Movable zone start for each node
Oct 16 20:42:50 timemachine kernel: Early memory node ranges
Oct 16 20:42:50 timemachine kernel:   node   0: [mem 0x0000000000001000-0x000000000009bfff]
Oct 16 20:42:50 timemachine kernel:   node   0: [mem 0x0000000000100000-0x0000000086825fff]
Oct 16 20:42:50 timemachine kernel:   node   0: [mem 0x0000000086871000-0x00000000868c4fff]
Oct 16 20:42:50 timemachine kernel:   node   0: [mem 0x0000000086d34000-0x0000000086d49fff]
Oct 16 20:42:50 timemachine kernel:   node   0: [mem 0x0000000087fce000-0x0000000087ffffff]
Oct 16 20:42:50 timemachine kernel:   node   0: [mem 0x0000000100000000-0x00000004757fffff]
Oct 16 20:42:50 timemachine kernel: Reserved but unavailable: 6051 pages
Oct 16 20:42:50 timemachine kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000004757fffff]
Oct 16 20:42:50 timemachine kernel: On node 0 totalpages: 4178013
Oct 16 20:42:50 timemachine kernel:   DMA zone: 64 pages used for memmap
Oct 16 20:42:50 timemachine kernel:   DMA zone: 21 pages reserved
Oct 16 20:42:50 timemachine kernel:   DMA zone: 3995 pages, LIFO batch:0
Oct 16 20:42:50 timemachine kernel:   DMA32 zone: 8548 pages used for memmap
Oct 16 20:42:50 timemachine kernel:   DMA32 zone: 547010 pages, LIFO batch:31
Oct 16 20:42:50 timemachine kernel:   Normal zone: 56672 pages used for memmap
Oct 16 20:42:50 timemachine kernel:   Normal zone: 3627008 pages, LIFO batch:31
Oct 16 20:42:50 timemachine kernel: ACPI: PM-Timer IO Port: 0x1808
Oct 16 20:42:50 timemachine kernel: ACPI: Local APIC address 0xfee00000
Oct 16 20:42:50 timemachine kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 16 20:42:50 timemachine kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 16 20:42:50 timemachine kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 16 20:42:50 timemachine kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 16 20:42:50 timemachine kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 16 20:42:50 timemachine kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 16 20:42:50 timemachine kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 16 20:42:50 timemachine kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 16 20:42:50 timemachine kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Oct 16 20:42:50 timemachine kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 16 20:42:50 timemachine kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 16 20:42:50 timemachine kernel: ACPI: IRQ0 used by override.
Oct 16 20:42:50 timemachine kernel: ACPI: IRQ9 used by override.
Oct 16 20:42:50 timemachine kernel: Using ACPI (MADT) for SMP configuration information
Oct 16 20:42:50 timemachine kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Oct 16 20:42:50 timemachine kernel: [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb2 (or later)
Oct 16 20:42:50 timemachine kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0x86826000-0x86826fff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0x86827000-0x86870fff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0x868c5000-0x86d33fff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0x86d4a000-0x879d0fff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0x879d1000-0x87f99fff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0x87f9a000-0x87fcdfff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0x88000000-0xdfffffff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Oct 16 20:42:50 timemachine kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Oct 16 20:42:50 timemachine kernel: [mem 0x88000000-0xdfffffff] available for PCI devices
Oct 16 20:42:50 timemachine kernel: Booting paravirtualized kernel on bare hardware
Oct 16 20:42:50 timemachine kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 16 20:42:50 timemachine kernel: random: get_random_bytes called from start_kernel+0x95/0x535 with crng_init=0
Oct 16 20:42:50 timemachine kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Oct 16 20:42:50 timemachine kernel: percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u262144
Oct 16 20:42:50 timemachine kernel: pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
Oct 16 20:42:50 timemachine kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Oct 16 20:42:50 timemachine kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4112708
Oct 16 20:42:50 timemachine kernel: Policy zone: Normal
Oct 16 20:42:50 timemachine kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=472ef081-7f8b-4ce6-8117-1f50c354d7d6 rw quiet
Oct 16 20:42:50 timemachine kernel: Calgary: detecting Calgary via BIOS EBDA area
Oct 16 20:42:50 timemachine kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 16 20:42:50 timemachine kernel: Memory: 16348908K/16712052K available (12300K kernel code, 1413K rwdata, 3796K rodata, 1520K init, 644K bss, 363144K reserved, 0K cma-reserved)
Oct 16 20:42:50 timemachine kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Oct 16 20:42:50 timemachine kernel: Kernel/User page tables isolation: enabled
Oct 16 20:42:50 timemachine kernel: ftrace: allocating 35641 entries in 140 pages
Oct 16 20:42:50 timemachine kernel: Preemptible hierarchical RCU implementation.
Oct 16 20:42:50 timemachine kernel:         CONFIG_RCU_FANOUT set to non-default value of 32
Oct 16 20:42:50 timemachine kernel:         RCU dyntick-idle grace-period acceleration is enabled.
Oct 16 20:42:50 timemachine kernel:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Oct 16 20:42:50 timemachine kernel:         RCU priority boosting: priority 1 delay 500 ms.
Oct 16 20:42:50 timemachine kernel:         Tasks RCU enabled.
Oct 16 20:42:50 timemachine kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Oct 16 20:42:50 timemachine kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
Oct 16 20:42:50 timemachine kernel:         Offload RCU callbacks from CPUs: (none).
Oct 16 20:42:50 timemachine kernel: spurious 8259A interrupt: IRQ7.
Oct 16 20:42:50 timemachine kernel: Console: colour dummy device 80x25
Oct 16 20:42:50 timemachine kernel: console [tty0] enabled
Oct 16 20:42:50 timemachine kernel: ACPI: Core revision 20180531
Oct 16 20:42:50 timemachine kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Oct 16 20:42:50 timemachine kernel: hpet clockevent registered
Oct 16 20:42:50 timemachine kernel: APIC: Switch to symmetric I/O mode setup
Oct 16 20:42:50 timemachine kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Oct 16 20:42:50 timemachine kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
Oct 16 20:42:50 timemachine kernel: tsc: Detected 3400.000 MHz processor
Oct 16 20:42:50 timemachine kernel: tsc: Detected 3408.000 MHz TSC
Oct 16 20:42:50 timemachine kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x311fd3cd494, max_idle_ns: 440795223879 ns
Oct 16 20:42:50 timemachine kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6818.00 BogoMIPS (lpj=11360000)
Oct 16 20:42:50 timemachine kernel: pid_max: default: 32768 minimum: 301
Oct 16 20:42:50 timemachine kernel: Security Framework initialized
Oct 16 20:42:50 timemachine kernel: Yama: becoming mindful.
Oct 16 20:42:50 timemachine kernel: AppArmor: AppArmor disabled by boot time parameter
Oct 16 20:42:50 timemachine kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Oct 16 20:42:50 timemachine kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Oct 16 20:42:50 timemachine kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
Oct 16 20:42:50 timemachine kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
Oct 16 20:42:50 timemachine kernel: mce: CPU supports 10 MCE banks
Oct 16 20:42:50 timemachine kernel: CPU0: Thermal monitoring enabled (TM1)
Oct 16 20:42:50 timemachine kernel: process: using mwait in idle threads
Oct 16 20:42:50 timemachine kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Oct 16 20:42:50 timemachine kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Oct 16 20:42:50 timemachine kernel: Spectre V2 : Mitigation: Full generic retpoline
Oct 16 20:42:50 timemachine kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 16 20:42:50 timemachine kernel: Speculative Store Bypass: Vulnerable
Oct 16 20:42:50 timemachine kernel: Freeing SMP alternatives memory: 32K
Oct 16 20:42:50 timemachine kernel: smpboot: CPU0: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz (family: 0x6, model: 0x5e, stepping: 0x3)
Oct 16 20:42:50 timemachine kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Oct 16 20:42:50 timemachine kernel: ... version:                4
Oct 16 20:42:50 timemachine kernel: ... bit width:              48
Oct 16 20:42:50 timemachine kernel: ... generic registers:      4
Oct 16 20:42:50 timemachine kernel: ... value mask:             0000ffffffffffff
Oct 16 20:42:50 timemachine kernel: ... max period:             00007fffffffffff
Oct 16 20:42:50 timemachine kernel: ... fixed-purpose events:   3
Oct 16 20:42:50 timemachine kernel: ... event mask:             000000070000000f
Oct 16 20:42:50 timemachine kernel: Hierarchical SRCU implementation.
Oct 16 20:42:50 timemachine kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 16 20:42:50 timemachine kernel: smp: Bringing up secondary CPUs ...
Oct 16 20:42:50 timemachine kernel: x86: Booting SMP configuration:
Oct 16 20:42:50 timemachine kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
Oct 16 20:42:50 timemachine kernel: smp: Brought up 1 node, 8 CPUs
Oct 16 20:42:50 timemachine kernel: smpboot: Max logical packages: 1
Oct 16 20:42:50 timemachine kernel: smpboot: Total of 8 processors activated (54549.00 BogoMIPS)
Oct 16 20:42:50 timemachine kernel: devtmpfs: initialized
Oct 16 20:42:50 timemachine kernel: x86/mm: Memory block size: 128MB
Oct 16 20:42:50 timemachine kernel: PM: Registering ACPI NVS region [mem 0x86826000-0x86826fff] (4096 bytes)
Oct 16 20:42:50 timemachine kernel: PM: Registering ACPI NVS region [mem 0x879d1000-0x87f99fff] (6066176 bytes)
Oct 16 20:42:50 timemachine kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 16 20:42:50 timemachine kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
Oct 16 20:42:50 timemachine kernel: pinctrl core: initialized pinctrl subsystem
Oct 16 20:42:50 timemachine kernel: RTC time: 20:42:46, date: 10/16/18
Oct 16 20:42:50 timemachine kernel: NET: Registered protocol family 16
Oct 16 20:42:50 timemachine kernel: audit: initializing netlink subsys (disabled)
Oct 16 20:42:50 timemachine kernel: audit: type=2000 audit(1539722565.363:1): state=initialized audit_enabled=0 res=1
Oct 16 20:42:50 timemachine kernel: cpuidle: using governor ladder
Oct 16 20:42:50 timemachine kernel: cpuidle: using governor menu
Oct 16 20:42:50 timemachine kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 16 20:42:50 timemachine kernel: ACPI: bus type PCI registered
Oct 16 20:42:50 timemachine kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 16 20:42:50 timemachine kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Oct 16 20:42:50 timemachine kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Oct 16 20:42:50 timemachine kernel: PCI: Using configuration type 1 for base access
Oct 16 20:42:50 timemachine kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 16 20:42:50 timemachine kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 16 20:42:50 timemachine kernel: ACPI: Added _OSI(Module Device)
Oct 16 20:42:50 timemachine kernel: ACPI: Added _OSI(Processor Device)
Oct 16 20:42:50 timemachine kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 16 20:42:50 timemachine kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 16 20:42:50 timemachine kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 16 20:42:50 timemachine kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
Oct 16 20:42:50 timemachine kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 16 20:42:50 timemachine kernel: ACPI: Dynamic OEM Table Load:
Oct 16 20:42:50 timemachine kernel: ACPI: SSDT 0xFFFF93CF2291A000 0006E4 (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
Oct 16 20:42:50 timemachine kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Oct 16 20:42:50 timemachine kernel: ACPI: Dynamic OEM Table Load:
Oct 16 20:42:50 timemachine kernel: ACPI: SSDT 0xFFFF93CF22504000 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
Oct 16 20:42:50 timemachine kernel: ACPI: Dynamic OEM Table Load:
Oct 16 20:42:50 timemachine kernel: ACPI: SSDT 0xFFFF93CF2291B000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
Oct 16 20:42:50 timemachine kernel: ACPI: Dynamic OEM Table Load:
Oct 16 20:42:50 timemachine kernel: ACPI: SSDT 0xFFFF93CF22531A00 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
Oct 16 20:42:50 timemachine kernel: ACPI: Interpreter enabled
Oct 16 20:42:50 timemachine kernel: ACPI: (supports S0 S3 S4 S5)
Oct 16 20:42:50 timemachine kernel: ACPI: Using IOAPIC for interrupt routing
Oct 16 20:42:50 timemachine kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 16 20:42:50 timemachine kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [PG00] (on)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [PG01] (on)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [PG02] (on)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [WRST] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [FN00] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [FN01] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [FN02] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [FN03] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: Power Resource [FN04] (off)
Oct 16 20:42:50 timemachine kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Oct 16 20:42:50 timemachine kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Oct 16 20:42:50 timemachine kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
Oct 16 20:42:50 timemachine kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Oct 16 20:42:50 timemachine kernel: PCI host bridge to bus 0000:00
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:00: root bus resource [mem 0x88800000-0xdfffffff window]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:00.0: [8086:191f] type 00 class 0x060000
Oct 16 20:42:50 timemachine kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Oct 16 20:42:50 timemachine kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Oct 16 20:42:50 timemachine kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
Oct 16 20:42:50 timemachine kernel: pci 0000:00:14.0: reg 0x10: [mem 0xdf130000-0xdf13ffff 64bit]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Oct 16 20:42:50 timemachine kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
Oct 16 20:42:50 timemachine kernel: pci 0000:00:14.2: reg 0x10: [mem 0xdf14e000-0xdf14efff 64bit]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
Oct 16 20:42:50 timemachine kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdf14d000-0xdf14dfff 64bit]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:16.0: PME# supported from D3hot
Oct 16 20:42:50 timemachine kernel: pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
Oct 16 20:42:50 timemachine kernel: pci 0000:00:17.0: reg 0x10: [mem 0xdf148000-0xdf149fff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:17.0: reg 0x14: [mem 0xdf14c000-0xdf14c0ff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:17.0: reg 0x18: [io  0xf050-0xf057]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:17.0: reg 0x1c: [io  0xf040-0xf043]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:17.0: reg 0x20: [io  0xf020-0xf03f]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:17.0: reg 0x24: [mem 0xdf14b000-0xdf14b7ff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:17.0: PME# supported from D3hot
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1b.0: [8086:a169] type 01 class 0x060400
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.0: [8086:a112] type 01 class 0x060400
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.4: [8086:a11c] type 01 class 0x060400
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1f.0: [8086:a144] type 00 class 0x060100
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xdf144000-0xdf147fff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xdf140000-0xdf143fff 64bit]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xdf120000-0xdf12ffff 64bit]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xdf14a000-0xdf14a0ff 64bit]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1f.4: reg 0x20: [io  0xf000-0xf01f]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xdf100000-0xdf11ffff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Oct 16 20:42:50 timemachine kernel: pci 0000:01:00.0: [10de:1c03] type 00 class 0x030000
Oct 16 20:42:50 timemachine kernel: pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
Oct 16 20:42:50 timemachine kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Oct 16 20:42:50 timemachine kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Oct 16 20:42:50 timemachine kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Oct 16 20:42:50 timemachine kernel: pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
Oct 16 20:42:50 timemachine kernel: pci 0000:01:00.1: [10de:10f1] type 00 class 0x040300
Oct 16 20:42:50 timemachine kernel: pci 0000:01:00.1: reg 0x10: [mem 0xdf080000-0xdf083fff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:01.0: ASPM: current common clock configuration is broken, reconfiguring
Oct 16 20:42:50 timemachine kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Oct 16 20:42:50 timemachine kernel: pci 0000:02:00.0: [1b21:1080] type 01 class 0x060400
Oct 16 20:42:50 timemachine kernel: pci 0000:02:00.0: supports D1 D2
Oct 16 20:42:50 timemachine kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1b.0: PCI bridge to [bus 02-03]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:03: extended config space not accessible
Oct 16 20:42:50 timemachine kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.4: PCI bridge to [bus 05]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.0: PCI bridge to [bus 06]
Oct 16 20:42:50 timemachine kernel: acpiphp: Slot [1] registered
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.4: PCI bridge to [bus 07]
Oct 16 20:42:50 timemachine kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *10 11 12 14 15)
Oct 16 20:42:50 timemachine kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 16 20:42:50 timemachine kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 *14 15)
Oct 16 20:42:50 timemachine kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 *15)
Oct 16 20:42:50 timemachine kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 16 20:42:50 timemachine kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 16 20:42:50 timemachine kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 16 20:42:50 timemachine kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 16 20:42:50 timemachine kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Oct 16 20:42:50 timemachine kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Oct 16 20:42:50 timemachine kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Oct 16 20:42:50 timemachine kernel: vgaarb: loaded
Oct 16 20:42:50 timemachine kernel: ACPI: bus type USB registered
Oct 16 20:42:50 timemachine kernel: usbcore: registered new interface driver usbfs
Oct 16 20:42:50 timemachine kernel: usbcore: registered new interface driver hub
Oct 16 20:42:50 timemachine kernel: usbcore: registered new device driver usb
Oct 16 20:42:50 timemachine kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 16 20:42:50 timemachine kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 16 20:42:50 timemachine kernel: PTP clock support registered
Oct 16 20:42:50 timemachine kernel: EDAC MC: Ver: 3.0.0
Oct 16 20:42:50 timemachine kernel: PCI: Using ACPI for IRQ routing
Oct 16 20:42:50 timemachine kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 16 20:42:50 timemachine kernel: e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
Oct 16 20:42:50 timemachine kernel: e820: reserve RAM buffer [mem 0x86826000-0x87ffffff]
Oct 16 20:42:50 timemachine kernel: e820: reserve RAM buffer [mem 0x868c5000-0x87ffffff]
Oct 16 20:42:50 timemachine kernel: e820: reserve RAM buffer [mem 0x86d4a000-0x87ffffff]
Oct 16 20:42:50 timemachine kernel: e820: reserve RAM buffer [mem 0x475800000-0x477ffffff]
Oct 16 20:42:50 timemachine kernel: NetLabel: Initializing
Oct 16 20:42:50 timemachine kernel: NetLabel:  domain hash size = 128
Oct 16 20:42:50 timemachine kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 16 20:42:50 timemachine kernel: NetLabel:  unlabeled traffic allowed by default
Oct 16 20:42:50 timemachine kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Oct 16 20:42:50 timemachine kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Oct 16 20:42:50 timemachine kernel: clocksource: Switched to clocksource tsc-early
Oct 16 20:42:50 timemachine kernel: VFS: Disk quotas dquot_6.6.0
Oct 16 20:42:50 timemachine kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 16 20:42:50 timemachine kernel: pnp: PnP ACPI init
Oct 16 20:42:50 timemachine kernel: system 00:00: [io  0x0a00-0x0a2f] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:00: [io  0x0a30-0x0a3f] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:00: [io  0x0a40-0x0a4f] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 16 20:42:50 timemachine kernel: pnp 00:01: [dma 0 disabled]
Oct 16 20:42:50 timemachine kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0400 (active)
Oct 16 20:42:50 timemachine kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
Oct 16 20:42:50 timemachine kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
Oct 16 20:42:50 timemachine kernel: pnp 00:04: [dma 0 disabled]
Oct 16 20:42:50 timemachine kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
Oct 16 20:42:50 timemachine kernel: system 00:05: [io  0x0680-0x069f] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:05: [io  0xffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:05: [io  0xffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:05: [io  0xffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:05: [io  0x1800-0x18fe] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:05: [io  0x164e-0x164f] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 16 20:42:50 timemachine kernel: system 00:06: [io  0x0800-0x087f] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 16 20:42:50 timemachine kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 16 20:42:50 timemachine kernel: system 00:08: [io  0x1854-0x1857] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:08: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Oct 16 20:42:50 timemachine kernel: system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:09: [mem 0xff000000-0xffffffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
Oct 16 20:42:50 timemachine kernel: system 00:09: [mem 0xdffe0000-0xdfffffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 16 20:42:50 timemachine kernel: system 00:0a: [mem 0xfd000000-0xfdabffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:0a: [mem 0xfdad0000-0xfdadffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:0a: [mem 0xfdb00000-0xfdffffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:0a: [mem 0xfe000000-0xfe01ffff] could not be reserved
Oct 16 20:42:50 timemachine kernel: system 00:0a: [mem 0xfe036000-0xfe03bfff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:0a: [mem 0xfe03d000-0xfe3fffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:0a: [mem 0xfe410000-0xfe7fffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 16 20:42:50 timemachine kernel: system 00:0b: [mem 0xfdaf0000-0xfdafffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:0b: [mem 0xfdae0000-0xfdaeffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:0b: [mem 0xfdac0000-0xfdacffff] has been reserved
Oct 16 20:42:50 timemachine kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 16 20:42:50 timemachine kernel: pnp: PnP ACPI: found 12 devices
Oct 16 20:42:50 timemachine kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 05] add_size 1000
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff] to [bus 05] add_size 200000 add_align 100000
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000 add_align 100000
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff] to [bus 06] add_size 200000 add_align 100000
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0x88800000-0x889fffff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0x88a00000-0x88bfffff 64bit pref]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.4: BAR 14: assigned [mem 0x88c00000-0x88dfffff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.4: BAR 15: assigned [mem 0x88e00000-0x88ffffff 64bit pref]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.0: BAR 14: assigned [mem 0x89000000-0x891fffff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.0: BAR 15: assigned [mem 0x89200000-0x893fffff 64bit pref]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.4: BAR 13: assigned [io  0x3000-0x3fff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.0: BAR 13: assigned [io  0x4000-0x4fff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Oct 16 20:42:50 timemachine kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1b.0: PCI bridge to [bus 02-03]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.0:   bridge window [mem 0x88800000-0x889fffff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.0:   bridge window [mem 0x88a00000-0x88bfffff 64bit pref]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.4: PCI bridge to [bus 05]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.4:   bridge window [mem 0x88c00000-0x88dfffff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1c.4:   bridge window [mem 0x88e00000-0x88ffffff 64bit pref]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.0: PCI bridge to [bus 06]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.0:   bridge window [io  0x4000-0x4fff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.0:   bridge window [mem 0x89000000-0x891fffff]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.0:   bridge window [mem 0x89200000-0x893fffff 64bit pref]
Oct 16 20:42:50 timemachine kernel: pci 0000:00:1d.4: PCI bridge to [bus 07]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:00: resource 7 [mem 0x88800000-0xdfffffff window]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:04: resource 1 [mem 0x88800000-0x889fffff]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:04: resource 2 [mem 0x88a00000-0x88bfffff 64bit pref]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:05: resource 1 [mem 0x88c00000-0x88dfffff]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:05: resource 2 [mem 0x88e00000-0x88ffffff 64bit pref]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:06: resource 0 [io  0x4000-0x4fff]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:06: resource 1 [mem 0x89000000-0x891fffff]
Oct 16 20:42:50 timemachine kernel: pci_bus 0000:06: resource 2 [mem 0x89200000-0x893fffff 64bit pref]
Oct 16 20:42:50 timemachine kernel: NET: Registered protocol family 2
Oct 16 20:42:50 timemachine kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
Oct 16 20:42:50 timemachine kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Oct 16 20:42:50 timemachine kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Oct 16 20:42:50 timemachine kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 16 20:42:50 timemachine kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
Oct 16 20:42:50 timemachine kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Oct 16 20:42:50 timemachine kernel: NET: Registered protocol family 1
Oct 16 20:42:50 timemachine kernel: NET: Registered protocol family 44
Oct 16 20:42:50 timemachine kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 16 20:42:50 timemachine kernel: pci 0000:01:00.1: Linked as a consumer to 0000:01:00.0
Oct 16 20:42:50 timemachine kernel: PCI: CLS 0 bytes, default 64
Oct 16 20:42:50 timemachine kernel: Unpacking initramfs...
Oct 16 20:42:50 timemachine kernel: Freeing initrd memory: 7880K
Oct 16 20:42:50 timemachine kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 16 20:42:50 timemachine kernel: software IO TLB [mem 0x82826000-0x86826000] (64MB) mapped at [(____ptrval____)-(____ptrval____)]
Oct 16 20:42:50 timemachine kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x311fd3cd494, max_idle_ns: 440795223879 ns
Oct 16 20:42:50 timemachine kernel: clocksource: Switched to clocksource tsc
Oct 16 20:42:50 timemachine kernel: Scanning for low memory corruption every 60 seconds
Oct 16 20:42:50 timemachine kernel: Initialise system trusted keyrings
Oct 16 20:42:50 timemachine kernel: Key type blacklist registered
Oct 16 20:42:50 timemachine kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Oct 16 20:42:50 timemachine kernel: zbud: loaded
Oct 16 20:42:50 timemachine kernel: pstore: using lz4hc compression
Oct 16 20:42:50 timemachine kernel: Key type asymmetric registered
Oct 16 20:42:50 timemachine kernel: Asymmetric key parser 'x509' registered
Oct 16 20:42:50 timemachine kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Oct 16 20:42:50 timemachine kernel: io scheduler noop registered
Oct 16 20:42:50 timemachine kernel: io scheduler deadline registered
Oct 16 20:42:50 timemachine kernel: io scheduler cfq registered (default)
Oct 16 20:42:50 timemachine kernel: io scheduler mq-deadline registered
Oct 16 20:42:50 timemachine kernel: io scheduler kyber registered
Oct 16 20:42:50 timemachine kernel: io scheduler bfq registered
Oct 16 20:42:50 timemachine kernel: pcieport 0000:00:1b.0: AER enabled with IRQ 121
Oct 16 20:42:50 timemachine kernel: pcieport 0000:00:01.0: Signaling PME with IRQ 120
Oct 16 20:42:50 timemachine kernel: pcieport 0000:00:1b.0: Signaling PME with IRQ 121
Oct 16 20:42:50 timemachine kernel: pcieport 0000:00:1c.0: Signaling PME with IRQ 122
Oct 16 20:42:50 timemachine kernel: pcieport 0000:00:1c.4: Signaling PME with IRQ 123
Oct 16 20:42:50 timemachine kernel: pcieport 0000:00:1d.0: Signaling PME with IRQ 124
Oct 16 20:42:50 timemachine kernel: pcieport 0000:00:1d.4: Signaling PME with IRQ 125
Oct 16 20:42:50 timemachine kernel: pciehp 0000:00:1c.0:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Oct 16 20:42:50 timemachine kernel: pciehp 0000:00:1c.4:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Oct 16 20:42:50 timemachine kernel: pciehp 0000:00:1d.0:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Oct 16 20:42:50 timemachine kernel: shpchp 0000:02:00.0: Cannot get control of SHPC hotplug
Oct 16 20:42:50 timemachine kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 16 20:42:50 timemachine kernel: vesafb: mode is 1920x1080x32, linelength=7680, pages=0
Oct 16 20:42:50 timemachine kernel: vesafb: scrolling: redraw
Oct 16 20:42:50 timemachine kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 16 20:42:50 timemachine kernel: vesafb: framebuffer at 0xd1000000, mapped to 0x(____ptrval____), using 8128k, total 8128k
Oct 16 20:42:50 timemachine kernel: Console: switching to colour frame buffer device 240x67
Oct 16 20:42:50 timemachine kernel: fb0: VESA VGA frame buffer device
Oct 16 20:42:50 timemachine kernel: intel_idle: MWAIT substates: 0x142120
Oct 16 20:42:50 timemachine kernel: intel_idle: v0.4.1 model 0x5E
Oct 16 20:42:50 timemachine kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Oct 16 20:42:50 timemachine kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Oct 16 20:42:50 timemachine kernel: ACPI: Sleep Button [SLPB]
Oct 16 20:42:50 timemachine kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Oct 16 20:42:50 timemachine kernel: ACPI: Power Button [PWRB]
Oct 16 20:42:50 timemachine kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Oct 16 20:42:50 timemachine kernel: ACPI: Power Button [PWRF]
Oct 16 20:42:50 timemachine kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 16 20:42:50 timemachine kernel: ACPI: Thermal Zone [TZ00] (28 C)
Oct 16 20:42:50 timemachine kernel: thermal LNXTHERM:01: registered as thermal_zone1
Oct 16 20:42:50 timemachine kernel: ACPI: Thermal Zone [TZ01] (30 C)
Oct 16 20:42:50 timemachine kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 16 20:42:50 timemachine kernel: 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Oct 16 20:42:50 timemachine kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 16 20:42:50 timemachine kernel: ehci-pci: EHCI PCI platform driver
Oct 16 20:42:50 timemachine kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Oct 16 20:42:50 timemachine kernel: ohci-pci: OHCI PCI platform driver
Oct 16 20:42:50 timemachine kernel: uhci_hcd: USB Universal Host Controller Interface driver
Oct 16 20:42:50 timemachine kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 16 20:42:50 timemachine kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Oct 16 20:42:50 timemachine kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000109810
Oct 16 20:42:50 timemachine kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Oct 16 20:42:50 timemachine kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
Oct 16 20:42:50 timemachine kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 16 20:42:50 timemachine kernel: usb usb1: Product: xHCI Host Controller
Oct 16 20:42:50 timemachine kernel: usb usb1: Manufacturer: Linux 4.18.12-arch1-1-ARCH xhci-hcd
Oct 16 20:42:50 timemachine kernel: usb usb1: SerialNumber: 0000:00:14.0
Oct 16 20:42:50 timemachine kernel: hub 1-0:1.0: USB hub found
Oct 16 20:42:50 timemachine kernel: hub 1-0:1.0: 16 ports detected
Oct 16 20:42:50 timemachine kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 16 20:42:50 timemachine kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 16 20:42:50 timemachine kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
Oct 16 20:42:50 timemachine kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
Oct 16 20:42:50 timemachine kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 16 20:42:50 timemachine kernel: usb usb2: Product: xHCI Host Controller
Oct 16 20:42:50 timemachine kernel: usb usb2: Manufacturer: Linux 4.18.12-arch1-1-ARCH xhci-hcd
Oct 16 20:42:50 timemachine kernel: usb usb2: SerialNumber: 0000:00:14.0
Oct 16 20:42:50 timemachine kernel: hub 2-0:1.0: USB hub found
Oct 16 20:42:50 timemachine kernel: hub 2-0:1.0: 8 ports detected
Oct 16 20:42:50 timemachine kernel: usbcore: registered new interface driver usbserial_generic
Oct 16 20:42:50 timemachine kernel: usbserial: USB Serial support registered for generic
Oct 16 20:42:50 timemachine kernel: rtc_cmos 00:07: RTC can wake from S4
Oct 16 20:42:50 timemachine kernel: rtc_cmos 00:07: registered as rtc0
Oct 16 20:42:50 timemachine kernel: rtc_cmos 00:07: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Oct 16 20:42:50 timemachine kernel: intel_pstate: Intel P-state driver initializing
Oct 16 20:42:50 timemachine kernel: intel_pstate: HWP enabled
Oct 16 20:42:50 timemachine kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 16 20:42:50 timemachine kernel: hidraw: raw HID events driver (C) Jiri Kosina
Oct 16 20:42:50 timemachine kernel: usbcore: registered new interface driver usbhid
Oct 16 20:42:50 timemachine kernel: usbhid: USB HID core driver
Oct 16 20:42:50 timemachine kernel: intel_pmc_core:  initialized
Oct 16 20:42:50 timemachine kernel: NET: Registered protocol family 10
Oct 16 20:42:50 timemachine kernel: Segment Routing with IPv6
Oct 16 20:42:50 timemachine kernel: NET: Registered protocol family 17
Oct 16 20:42:50 timemachine kernel: RAS: Correctable Errors collector initialized.
Oct 16 20:42:50 timemachine kernel: microcode: sig=0x506e3, pf=0x2, revision=0x39
Oct 16 20:42:50 timemachine kernel: microcode: Microcode Update Driver: v2.2.
Oct 16 20:42:50 timemachine kernel: sched_clock: Marking stable (866743089, 0)->(954853739, -88110650)
Oct 16 20:42:50 timemachine kernel: registered taskstats version 1
Oct 16 20:42:50 timemachine kernel: Loading compiled-in X.509 certificates
Oct 16 20:42:50 timemachine kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 03cbf1b76221a3ff91b2c7e84f3aa8c21187841a'
Oct 16 20:42:50 timemachine kernel: zswap: loaded using pool lzo/zbud
Oct 16 20:42:50 timemachine kernel: Key type big_key registered
Oct 16 20:42:50 timemachine kernel:   Magic number: 6:35:751
Oct 16 20:42:50 timemachine kernel: tty ttyS2: hash matches
Oct 16 20:42:50 timemachine kernel: rtc_cmos 00:07: setting system clock to 2018-10-16 20:42:46 UTC (1539722566)
Oct 16 20:42:50 timemachine kernel: Freeing unused kernel image memory: 1520K
Oct 16 20:42:50 timemachine kernel: Write protecting the kernel read-only data: 18432k
Oct 16 20:42:50 timemachine kernel: Freeing unused kernel image memory: 2008K
Oct 16 20:42:50 timemachine kernel: Freeing unused kernel image memory: 300K
Oct 16 20:42:50 timemachine kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 16 20:42:50 timemachine kernel: x86/mm: Checking user space page tables
Oct 16 20:42:50 timemachine kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 16 20:42:50 timemachine kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Oct 16 20:42:50 timemachine kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 16 20:42:50 timemachine kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 16 20:42:50 timemachine kernel: SCSI subsystem initialized
Oct 16 20:42:50 timemachine kernel: libata version 3.00 loaded.
Oct 16 20:42:50 timemachine kernel: ahci 0000:00:17.0: version 3.0
Oct 16 20:42:50 timemachine kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Oct 16 20:42:50 timemachine kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
Oct 16 20:42:50 timemachine kernel: scsi host0: ahci
Oct 16 20:42:50 timemachine kernel: scsi host1: ahci
Oct 16 20:42:50 timemachine kernel: scsi host2: ahci
Oct 16 20:42:50 timemachine kernel: scsi host3: ahci
Oct 16 20:42:50 timemachine kernel: scsi host4: ahci
Oct 16 20:42:50 timemachine kernel: scsi host5: ahci
Oct 16 20:42:50 timemachine kernel: ata1: SATA max UDMA/133 abar m2048@0xdf14b000 port 0xdf14b100 irq 127
Oct 16 20:42:50 timemachine kernel: ata2: SATA max UDMA/133 abar m2048@0xdf14b000 port 0xdf14b180 irq 127
Oct 16 20:42:50 timemachine kernel: ata3: SATA max UDMA/133 abar m2048@0xdf14b000 port 0xdf14b200 irq 127
Oct 16 20:42:50 timemachine kernel: ata4: SATA max UDMA/133 abar m2048@0xdf14b000 port 0xdf14b280 irq 127
Oct 16 20:42:50 timemachine kernel: ata5: SATA max UDMA/133 abar m2048@0xdf14b000 port 0xdf14b300 irq 127
Oct 16 20:42:50 timemachine kernel: ata6: SATA max UDMA/133 abar m2048@0xdf14b000 port 0xdf14b380 irq 127
Oct 16 20:42:50 timemachine kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Oct 16 20:42:50 timemachine kernel: usb 1-3: New USB device found, idVendor=0c45, idProduct=5004, bcdDevice= 1.01
Oct 16 20:42:50 timemachine kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 16 20:42:50 timemachine kernel: usb 1-3: Product: USB DEVICE
Oct 16 20:42:50 timemachine kernel: usb 1-3: Manufacturer: SONiX
Oct 16 20:42:50 timemachine kernel: input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0C45:5004.0001/input/input5
Oct 16 20:42:50 timemachine kernel: hid-generic 0003:0C45:5004.0001: input,hidraw0: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-3/input0
Oct 16 20:42:50 timemachine kernel: input: SONiX USB DEVICE Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:5004.0002/input/input6
Oct 16 20:42:50 timemachine kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 16 20:42:50 timemachine kernel: ata1.00: ATA-9: WDC WD20EZRZ-00Z5HB0, 80.00A80, max UDMA/133
Oct 16 20:42:50 timemachine kernel: ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Oct 16 20:42:50 timemachine kernel: ata1.00: configured for UDMA/133
Oct 16 20:42:50 timemachine kernel: scsi 0:0:0:0: Direct-Access     ATA      WDC WD20EZRZ-00Z 0A80 PQ: 0 ANSI: 5
Oct 16 20:42:50 timemachine kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 16 20:42:50 timemachine kernel: ata3: SATA link down (SStatus 4 SControl 300)
Oct 16 20:42:50 timemachine kernel: ata5: SATA link down (SStatus 4 SControl 300)
Oct 16 20:42:50 timemachine kernel: ata4: SATA link down (SStatus 4 SControl 300)
Oct 16 20:42:50 timemachine kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 16 20:42:50 timemachine kernel: ata6.00: ATA-9: KINGSTON SUV300S37A240G, SAFM11.K, max UDMA/133
Oct 16 20:42:50 timemachine kernel: ata6.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 32), AA
Oct 16 20:42:50 timemachine kernel: ata2.00: ATA-9: WDC WD20EZRZ-00Z5HB0, 80.00A80, max UDMA/133
Oct 16 20:42:50 timemachine kernel: ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Oct 16 20:42:50 timemachine kernel: ata6.00: configured for UDMA/133
Oct 16 20:42:50 timemachine kernel: ata2.00: configured for UDMA/133
Oct 16 20:42:50 timemachine kernel: scsi 1:0:0:0: Direct-Access     ATA      WDC WD20EZRZ-00Z 0A80 PQ: 0 ANSI: 5
Oct 16 20:42:50 timemachine kernel: scsi 5:0:0:0: Direct-Access     ATA      KINGSTON SUV300S 11.K PQ: 0 ANSI: 5
Oct 16 20:42:50 timemachine kernel: input: SONiX USB DEVICE System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:5004.0002/input/input7
Oct 16 20:42:50 timemachine kernel: input: SONiX USB DEVICE Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:5004.0002/input/input8
Oct 16 20:42:50 timemachine kernel: input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:5004.0002/input/input9
Oct 16 20:42:50 timemachine kernel: hid-generic 0003:0C45:5004.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-3/input1
Oct 16 20:42:50 timemachine kernel: sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Oct 16 20:42:50 timemachine kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Oct 16 20:42:50 timemachine kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 16 20:42:50 timemachine kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 16 20:42:50 timemachine kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 16 20:42:50 timemachine kernel: sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Oct 16 20:42:50 timemachine kernel: sd 1:0:0:0: [sdb] 4096-byte physical blocks
Oct 16 20:42:50 timemachine kernel: sd 5:0:0:0: [sdc] 468862128 512-byte logical blocks: (240 GB/224 GiB)
Oct 16 20:42:50 timemachine kernel: sd 5:0:0:0: [sdc] Write Protect is off
Oct 16 20:42:50 timemachine kernel: sd 1:0:0:0: [sdb] Write Protect is off
Oct 16 20:42:50 timemachine kernel: sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Oct 16 20:42:50 timemachine kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Oct 16 20:42:50 timemachine kernel: sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 16 20:42:50 timemachine kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 16 20:42:50 timemachine kernel:  sdc: sdc1 sdc2 sdc3
Oct 16 20:42:50 timemachine kernel: sd 5:0:0:0: [sdc] Attached SCSI disk
Oct 16 20:42:50 timemachine kernel:  sda: sda1 sda2 sda3 sda4
Oct 16 20:42:50 timemachine kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Oct 16 20:42:50 timemachine kernel: usb 1-6: new full-speed USB device number 3 using xhci_hcd
Oct 16 20:42:50 timemachine kernel: usb 1-6: New USB device found, idVendor=1038, idProduct=1386, bcdDevice= 1.50
Oct 16 20:42:50 timemachine kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 16 20:42:50 timemachine kernel: usb 1-6: Product: The Sims 4 Gaming Mouse
Oct 16 20:42:50 timemachine kernel: usb 1-6: Manufacturer: SteelSeries
Oct 16 20:42:50 timemachine kernel: hid-generic 0003:1038:1386.0003: hiddev1,hidraw2: USB HID v1.11 Device [SteelSeries The Sims 4 Gaming Mouse] on usb-0000:00:14.0-6/input0
Oct 16 20:42:50 timemachine kernel: input: SteelSeries The Sims 4 Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:1038:1386.0004/input/input10
Oct 16 20:42:50 timemachine kernel: hid-generic 0003:1038:1386.0004: input,hidraw3: USB HID v1.11 Mouse [SteelSeries The Sims 4 Gaming Mouse] on usb-0000:00:14.0-6/input1
Oct 16 20:42:50 timemachine kernel: input: SteelSeries The Sims 4 Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:1038:1386.0005/input/input11
Oct 16 20:42:50 timemachine kernel: hid-generic 0003:1038:1386.0005: input,hidraw4: USB HID v1.11 Keyboard [SteelSeries The Sims 4 Gaming Mouse] on usb-0000:00:14.0-6/input2
Oct 16 20:42:50 timemachine kernel: usb 1-7: new full-speed USB device number 4 using xhci_hcd
Oct 16 20:42:50 timemachine kernel:  sdb: sdb1 sdb2
Oct 16 20:42:50 timemachine kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Oct 16 20:42:50 timemachine kernel: usb 1-7: New USB device found, idVendor=054c, idProduct=09cc, bcdDevice= 1.00
Oct 16 20:42:50 timemachine kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 16 20:42:50 timemachine kernel: usb 1-7: Product: Wireless Controller
Oct 16 20:42:50 timemachine kernel: usb 1-7: Manufacturer: Sony Interactive Entertainment
Oct 16 20:42:50 timemachine kernel: input: Sony Interactive Entertainment Wireless Controller Touchpad as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.3/0003:054C:09CC.0006/input/input13
Oct 16 20:42:50 timemachine kernel: input: Sony Interactive Entertainment Wireless Controller Motion Sensors as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.3/0003:054C:09CC.0006/input/input14
Oct 16 20:42:50 timemachine kernel: random: fast init done
Oct 16 20:42:50 timemachine kernel: input: Sony Interactive Entertainment Wireless Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.3/0003:054C:09CC.0006/input/input12
Oct 16 20:42:50 timemachine kernel: sony 0003:054C:09CC.0006: input,hidraw5: USB HID v81.11 Gamepad [Sony Interactive Entertainment Wireless Controller] on usb-0000:00:14.0-7/input3
Oct 16 20:42:50 timemachine kernel: usb 1-8: new full-speed USB device number 5 using xhci_hcd
Oct 16 20:42:50 timemachine kernel: usb 1-8: New USB device found, idVendor=045e, idProduct=028e, bcdDevice= 1.14
Oct 16 20:42:50 timemachine kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 16 20:42:50 timemachine kernel: usb 1-8: Product: Controller
Oct 16 20:42:50 timemachine kernel: usb 1-8: Manufacturer: ©Microsoft Corporation
Oct 16 20:42:50 timemachine kernel: usb 1-8: SerialNumber: 130F8A4
Oct 16 20:42:50 timemachine kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
Oct 16 20:42:50 timemachine kernel: random: crng init done
Oct 16 20:42:50 timemachine systemd[1]: systemd 239 running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Oct 16 20:42:50 timemachine systemd[1]: Detected architecture x86-64.
Oct 16 20:42:50 timemachine systemd[1]: Set hostname to <timemachine>.
Oct 16 20:42:50 timemachine systemd[1]: Reached target Login Prompts.
Oct 16 20:42:50 timemachine systemd[1]: Reached target Remote File Systems.
Oct 16 20:42:50 timemachine systemd[1]: Listening on LVM2 poll daemon socket.
Oct 16 20:42:50 timemachine systemd[1]: Listening on Journal Audit Socket.
Oct 16 20:42:50 timemachine systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 16 20:42:50 timemachine systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 16 20:42:50 timemachine systemd[1]: Listening on Process Core Dump Socket.
Oct 16 20:42:50 timemachine systemd-journald[277]: Journal started
Oct 16 20:42:50 timemachine systemd-journald[277]: Runtime journal (/run/log/journal/fd2404c013b74c7a8c2606e84c1665e0) is 8.0M, max 798.8M, 790.8M free.
Oct 16 20:42:50 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:50 timemachine kernel: audit: type=1130 audit(1539722570.686:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:50 timemachine systemd[1]: Started Create list of required static device nodes for the current kernel.
Oct 16 20:42:50 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:50 timemachine kernel: audit: type=1130 audit(1539722570.753:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:50 timemachine systemd[1]: Started Apply Kernel Variables.
Oct 16 20:42:50 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:50 timemachine kernel: audit: type=1130 audit(1539722570.793:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:50 timemachine systemd[1]: Mounted POSIX Message Queue File System.
Oct 16 20:42:50 timemachine systemd[1]: Mounted Huge Pages File System.
Oct 16 20:42:50 timemachine systemd[1]: Mounted Kernel Debug File System.
Oct 16 20:42:50 timemachine systemd[1]: Mounted Kernel Configuration File System.
Oct 16 20:42:50 timemachine kernel: EXT4-fs (sda4): re-mounted. Opts: data=ordered
Oct 16 20:42:50 timemachine systemd[1]: Started Remount Root and Kernel File Systems.
Oct 16 20:42:50 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:50 timemachine kernel: audit: type=1130 audit(1539722570.813:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:50 timemachine systemd[1]: Starting Load/Save Random Seed...
Oct 16 20:42:50 timemachine systemd[1]: Starting Create System Users...
Oct 16 20:42:50 timemachine systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 16 20:42:50 timemachine systemd[1]: Started LVM2 metadata daemon.
Oct 16 20:42:50 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:50 timemachine kernel: audit: type=1130 audit(1539722570.880:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:50 timemachine systemd[1]: Started Load/Save Random Seed.
Oct 16 20:42:50 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:50 timemachine kernel: audit: type=1130 audit(1539722570.923:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:51 timemachine systemd-journald[277]: Time spent on flushing to /var is 1.838132s for 782 entries.
Oct 16 20:42:51 timemachine systemd-journald[277]: System journal (/var/log/journal/fd2404c013b74c7a8c2606e84c1665e0) is 488.1M, max 4.0G, 3.5G free.
Oct 16 20:42:57 timemachine kernel: audit: type=1130 audit(1539722571.910:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:57 timemachine kernel: audit: type=1130 audit(1539722572.270:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:57 timemachine kernel: audit: type=1130 audit(1539722573.050:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:57 timemachine kernel: wmi_bus wmi_bus-PNP0C14:00: WQAA data block query control method not found
Oct 16 20:42:57 timemachine kernel: i801_smbus 0000:00:1f.4: enabling device (0001 -> 0003)
Oct 16 20:42:57 timemachine kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Oct 16 20:42:57 timemachine kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Oct 16 20:42:57 timemachine kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
Oct 16 20:42:57 timemachine kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Oct 16 20:42:57 timemachine kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Oct 16 20:42:57 timemachine kernel: parport_pc 00:01: reported by Plug and Play ACPI
Oct 16 20:42:57 timemachine kernel: parport0: PC-style at 0x378, irq 5 [PCSPP,TRISTATE,EPP]
Oct 16 20:42:57 timemachine kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
Oct 16 20:42:57 timemachine kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Oct 16 20:42:57 timemachine kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 40:8d:5c:c7:12:8c
Oct 16 20:42:57 timemachine kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
Oct 16 20:42:57 timemachine kernel: e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
Oct 16 20:42:57 timemachine kernel: ipmi message handler version 39.2
Oct 16 20:42:57 timemachine kernel: ipmi device interface
Oct 16 20:42:57 timemachine kernel: Linux agpgart interface v0.103
Oct 16 20:42:57 timemachine kernel: usbcore: registered new interface driver snd-usb-audio
Oct 16 20:42:57 timemachine kernel: input: Microsoft X-Box 360 pad as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input15
Oct 16 20:42:57 timemachine kernel: usbcore: registered new interface driver xpad
Oct 16 20:42:57 timemachine kernel: input: PC Speaker as /devices/platform/pcspkr/input/input16
Oct 16 20:42:57 timemachine kernel: mousedev: PS/2 mouse device common for all mice
Oct 16 20:42:57 timemachine kernel: iTCO_vendor_support: vendor-support=0
Oct 16 20:42:57 timemachine kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Oct 16 20:42:57 timemachine kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Oct 16 20:42:57 timemachine kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Oct 16 20:42:57 timemachine kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
Oct 16 20:42:57 timemachine kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Oct 16 20:42:57 timemachine kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Oct 16 20:42:57 timemachine kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Oct 16 20:42:57 timemachine kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Oct 16 20:42:57 timemachine kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Oct 16 20:42:57 timemachine kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Oct 16 20:42:57 timemachine kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Oct 16 20:42:57 timemachine kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Oct 16 20:42:57 timemachine kernel: ppdev: user-space parallel port driver
Oct 16 20:42:57 timemachine kernel: cryptd: max_cpu_qlen set to 1000
Oct 16 20:42:57 timemachine kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
Oct 16 20:42:57 timemachine kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 16 20:42:57 timemachine kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Oct 16 20:42:57 timemachine kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Oct 16 20:42:57 timemachine kernel: snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x11/0x0
Oct 16 20:42:57 timemachine kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Oct 16 20:42:57 timemachine kernel: snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
Oct 16 20:42:57 timemachine kernel: snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
Oct 16 20:42:57 timemachine kernel: snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
Oct 16 20:42:57 timemachine kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input18
Oct 16 20:42:57 timemachine kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input19
Oct 16 20:42:57 timemachine kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card1/input20
Oct 16 20:42:57 timemachine kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card1/input21
Oct 16 20:42:57 timemachine kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card1/input22
Oct 16 20:42:57 timemachine kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card1/input23
Oct 16 20:42:57 timemachine kernel: input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1f.3/sound/card1/input24
Oct 16 20:42:57 timemachine kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card1/input25
Oct 16 20:42:57 timemachine kernel: AVX2 version of gcm_enc/dec engaged.
Oct 16 20:42:57 timemachine kernel: AES CTR mode by8 optimization enabled
Oct 16 20:42:57 timemachine kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input26
Oct 16 20:42:57 timemachine kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input27
Oct 16 20:42:57 timemachine kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input28
Oct 16 20:42:57 timemachine kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input29
Oct 16 20:42:57 timemachine kernel: audit: type=1130 audit(1539722577.143:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:51 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:52 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:53 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:57 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:51 timemachine systemd[1]: Started Create System Users.
Oct 16 20:42:51 timemachine systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 16 20:42:52 timemachine systemd[1]: Started Create Static Device Nodes in /dev.
Oct 16 20:42:52 timemachine systemd[1]: Starting udev Kernel Device Manager...
Oct 16 20:42:57 timemachine swapon[327]: swapon: /dev/sdc3: read swap header failed
Oct 16 20:42:57 timemachine kernel: nvidia: loading out-of-tree module taints kernel.
Oct 16 20:42:57 timemachine kernel: nvidia: module license 'NVIDIA' taints kernel.
Oct 16 20:42:57 timemachine kernel: Disabling lock debugging due to kernel taint
Oct 16 20:42:57 timemachine kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol __put_page
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol __put_page (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol __free_pages
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol __free_pages (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol find_vma
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol find_vma (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol cdev_add
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol cdev_add (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol __alloc_pages_nodemask
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol __alloc_pages_nodemask (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol __register_chrdev
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol __register_chrdev (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol set_page_dirty_lock
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol set_page_dirty_lock (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol cdev_init
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol cdev_init (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol cdev_del
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol cdev_del (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol __put_page
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol __put_page (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol __free_pages
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol __free_pages (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol find_vma
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol find_vma (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol cdev_add
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol cdev_add (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol __alloc_pages_nodemask
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol __alloc_pages_nodemask (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol __register_chrdev
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol __register_chrdev (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol set_page_dirty_lock
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol set_page_dirty_lock (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol cdev_init
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol cdev_init (err -22)
Oct 16 20:42:57 timemachine kernel: nvidia: disagrees about version of symbol cdev_del
Oct 16 20:42:57 timemachine kernel: nvidia: Unknown symbol cdev_del (err -22)
Oct 16 20:42:53 timemachine systemd[1]: Started udev Kernel Device Manager.
Oct 16 20:42:54 timemachine systemd[1]: Found device KINGSTON_SUV300S37A240G 3.
Oct 16 20:42:57 timemachine swapon[386]: swapon: /dev/sdc3: read swap header failed
Oct 16 20:42:54 timemachine systemd[1]: Failed to parse swap priority "defaults,pri=-2", ignoring: Numerical result out of range
Oct 16 20:42:54 timemachine systemd[1]: Activating swap /dev/sdc3...
Oct 16 20:42:54 timemachine systemd-udevd[315]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 16 20:42:55 timemachine systemd-udevd[318]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 16 20:42:56 timemachine systemd[1]: dev-sdc3.swap: Swap process exited, code=exited status=255
Oct 16 20:42:56 timemachine systemd[1]: dev-sdc3.swap: Failed with result 'exit-code'.
Oct 16 20:42:56 timemachine systemd[1]: Failed to activate swap /dev/sdc3.
Oct 16 20:42:56 timemachine systemd[1]: Dependency failed for Swap.
Oct 16 20:42:56 timemachine systemd[1]: swap.target: Job swap.target/start failed with result 'dependency'.
Oct 16 20:42:56 timemachine systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 16 20:42:56 timemachine systemd[1]: Mounted Temporary Directory (/tmp).
Oct 16 20:42:57 timemachine systemd[1]: Started Flush Journal to Persistent Storage.
Oct 16 20:42:57 timemachine systemd[1]: Failed to parse swap priority "defaults,pri=-2", ignoring: Numerical result out of range
Oct 16 20:42:57 timemachine systemd[1]: Activating swap /dev/sdc3...
Oct 16 20:42:57 timemachine systemd[1]: dev-sdc3.swap: Swap process exited, code=exited status=255
Oct 16 20:42:57 timemachine systemd[1]: dev-sdc3.swap: Failed with result 'exit-code'.
Oct 16 20:42:57 timemachine systemd[1]: Failed to activate swap /dev/sdc3.
Oct 16 20:42:57 timemachine systemd[1]: Dependency failed for Swap.
Oct 16 20:42:57 timemachine systemd[1]: swap.target: Job swap.target/start failed with result 'dependency'.
Oct 16 20:42:57 timemachine systemd[1]: Failed to parse swap priority "defaults,pri=-2", ignoring: Numerical result out of range
Oct 16 20:42:57 timemachine systemd[1]: Activating swap /dev/sdc3...
Oct 16 20:42:57 timemachine swapon[393]: swapon: /dev/sdc3: read swap header failed
Oct 16 20:42:57 timemachine systemd[1]: dev-sdc3.swap: Swap process exited, code=exited status=255
Oct 16 20:42:57 timemachine systemd[1]: dev-sdc3.swap: Failed with result 'exit-code'.
Oct 16 20:42:57 timemachine systemd[1]: Failed to activate swap /dev/sdc3.
Oct 16 20:42:57 timemachine systemd[1]: Dependency failed for Swap.
Oct 16 20:42:57 timemachine systemd[1]: swap.target: Job swap.target/start failed with result 'dependency'.
Oct 16 20:42:57 timemachine systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 16 20:42:57 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:57 timemachine kernel: audit: type=1130 audit(1539722577.643:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:57 timemachine systemd[1]: Reached target Local File Systems (Pre).
Oct 16 20:42:57 timemachine systemd[1]: Reached target Local File Systems.
Oct 16 20:42:57 timemachine systemd[1]: Starting Rebuild Journal Catalog...
Oct 16 20:42:57 timemachine systemd[1]: Starting Create Volatile Files and Directories...
Oct 16 20:42:57 timemachine systemd[1]: Starting Rebuild Dynamic Linker Cache...
Oct 16 20:42:57 timemachine kernel: intel_rapl: Found RAPL domain package
Oct 16 20:42:57 timemachine kernel: intel_rapl: Found RAPL domain core
Oct 16 20:42:57 timemachine kernel: intel_rapl: Found RAPL domain dram
Oct 16 20:42:57 timemachine systemd[1]: Started Rebuild Journal Catalog.
Oct 16 20:42:57 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:57 timemachine kernel: audit: type=1130 audit(1539722577.970:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:58 timemachine systemd[1]: Started Create Volatile Files and Directories.
Oct 16 20:42:58 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:58 timemachine systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 16 20:42:58 timemachine kernel: audit: type=1130 audit(1539722578.173:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:58 timemachine audit[406]: SYSTEM_BOOT pid=406 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:58 timemachine kernel: audit: type=1127 audit(1539722578.303:15): pid=406 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:58 timemachine systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 16 20:42:58 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:58 timemachine kernel: audit: type=1130 audit(1539722578.336:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:58 timemachine systemd[1]: Started Rebuild Dynamic Linker Cache.
Oct 16 20:42:58 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:58 timemachine systemd[1]: Starting Update is Completed...
Oct 16 20:42:58 timemachine kernel: audit: type=1130 audit(1539722578.890:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:58 timemachine systemd[1]: Started Update is Completed.
Oct 16 20:42:58 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:58 timemachine systemd[1]: Reached target System Initialization.
Oct 16 20:42:58 timemachine kernel: audit: type=1130 audit(1539722578.900:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:58 timemachine systemd[1]: Started Daily man-db cache update.
Oct 16 20:42:58 timemachine systemd[1]: Started Daily verification of password and group files.
Oct 16 20:42:58 timemachine systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 16 20:42:58 timemachine systemd[1]: Reached target Sockets.
Oct 16 20:42:58 timemachine systemd[1]: Reached target Basic System.
Oct 16 20:42:58 timemachine systemd[1]: Started D-Bus System Message Bus.
Oct 16 20:42:58 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:59 timemachine kernel: audit: type=1130 audit(1539722578.940:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:58 timemachine systemd[1]: Starting Permit User Sessions...
Oct 16 20:42:58 timemachine systemd[1]: Starting Login Service...
Oct 16 20:42:58 timemachine systemd[1]: Starting Save/Restore Sound Card State...
Oct 16 20:42:58 timemachine systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 16 20:42:58 timemachine systemd[1]: Started Daily rotation of log files.
Oct 16 20:42:58 timemachine systemd[1]: Reached target Timers.
Oct 16 20:42:59 timemachine systemd-logind[411]: New seat seat0.
Oct 16 20:42:59 timemachine systemd-logind[411]: Watching system buttons on /dev/input/event2 (Power Button)
Oct 16 20:42:59 timemachine systemd-logind[411]: Watching system buttons on /dev/input/event1 (Power Button)
Oct 16 20:42:59 timemachine systemd-logind[411]: Watching system buttons on /dev/input/event0 (Sleep Button)
Oct 16 20:42:59 timemachine dbus-daemon[409]: dbus[409]: Unknown username "systemd-timesync" in message bus configuration file
Oct 16 20:42:59 timemachine systemd-logind[411]: Watching system buttons on /dev/input/event3 (SONiX USB DEVICE)
Oct 16 20:42:59 timemachine systemd-logind[411]: Watching system buttons on /dev/input/event4 (SONiX USB DEVICE Keyboard)
Oct 16 20:42:59 timemachine systemd-logind[411]: Watching system buttons on /dev/input/event5 (SONiX USB DEVICE System Control)
Oct 16 20:42:59 timemachine systemd-logind[411]: Watching system buttons on /dev/input/event6 (SONiX USB DEVICE Consumer Control)
Oct 16 20:42:59 timemachine systemd-logind[411]: Watching system buttons on /dev/input/event9 (SteelSeries The Sims 4 Gaming Mouse)
Oct 16 20:42:59 timemachine systemd[1]: Started Permit User Sessions.
Oct 16 20:42:59 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:59 timemachine systemd[1]: Started Save/Restore Sound Card State.
Oct 16 20:42:59 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:59 timemachine kernel: audit: type=1130 audit(1539722579.283:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:59 timemachine systemd[1]: Reached target Sound Card.
Oct 16 20:42:59 timemachine systemd[1]: Started Login Service.
Oct 16 20:42:59 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:59 timemachine systemd[1]: Reached target Multi-User System.
Oct 16 20:42:59 timemachine systemd[1]: Started Simple Desktop Display Manager.
Oct 16 20:42:59 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:42:59 timemachine systemd[1]: Reached target Graphical Interface.
Oct 16 20:42:59 timemachine systemd[1]: Startup finished in 3.559s (kernel) + 10.548s (userspace) = 14.107s.
Oct 16 20:43:00 timemachine sddm[420]: Initializing...
Oct 16 20:43:00 timemachine sddm[420]: Starting...
Oct 16 20:43:00 timemachine sddm[420]: Logind interface found
Oct 16 20:43:00 timemachine sddm[420]: Adding new display on vt 1 ...
Oct 16 20:43:00 timemachine sddm[420]: Loading theme configuration from ""
Oct 16 20:43:00 timemachine sddm[420]: Display server starting...
Oct 16 20:43:00 timemachine sddm[420]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{42e24902-ee2f-4171-bfdc-6d58dd7df99f} -background none -noreset -displayfd 17 -seat seat0 vt1
Oct 16 20:43:04 timemachine sddm[420]: Setting default cursor
Oct 16 20:43:04 timemachine sddm[420]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Oct 16 20:43:04 timemachine sddm[420]: Display server started.
Oct 16 20:43:04 timemachine sddm[420]: Socket server starting...
Oct 16 20:43:04 timemachine sddm[420]: Socket server started.
Oct 16 20:43:04 timemachine sddm[420]: Loading theme configuration from ""
Oct 16 20:43:04 timemachine sddm[420]: Greeter starting...
Oct 16 20:43:04 timemachine sddm[420]: Adding cookie to "/var/run/sddm/{42e24902-ee2f-4171-bfdc-6d58dd7df99f}"
Oct 16 20:43:04 timemachine sddm-helper[434]: [PAM] Starting...
Oct 16 20:43:04 timemachine sddm-helper[434]: [PAM] Authenticating...
Oct 16 20:43:04 timemachine sddm-helper[434]: [PAM] returning.
Oct 16 20:43:04 timemachine sddm-helper[434]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
Oct 16 20:43:04 timemachine systemd[1]: Created slice system-user\x2druntime\x2ddir.slice.
Oct 16 20:43:04 timemachine systemd[1]: Started /run/user/977 mount wrapper.
Oct 16 20:43:04 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:04 timemachine systemd[1]: Created slice User Slice of UID 977.
Oct 16 20:43:04 timemachine kernel: kauditd_printk_skb: 3 callbacks suppressed
Oct 16 20:43:04 timemachine kernel: audit: type=1130 audit(1539722584.950:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:04 timemachine systemd[1]: Starting User Manager for UID 977...
Oct 16 20:43:04 timemachine systemd-logind[411]: New session c1 of user sddm.
Oct 16 20:43:05 timemachine kernel: audit: type=1006 audit(1539722585.010:25): pid=437 uid=0 old-auid=4294967295 auid=977 tty=(none) old-ses=4294967295 ses=1 res=1
Oct 16 20:43:05 timemachine systemd[437]: pam_unix(systemd-user:session): session opened for user sddm by (uid=0)
Oct 16 20:43:04 timemachine systemd[1]: Started Session c1 of user sddm.
Oct 16 20:43:05 timemachine systemd[437]: Listening on Sound System.
Oct 16 20:43:05 timemachine systemd[437]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 16 20:43:05 timemachine systemd[437]: Listening on p11-kit server.
Oct 16 20:43:05 timemachine systemd[437]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 16 20:43:05 timemachine systemd[437]: Starting D-Bus User Message Bus Socket.
Oct 16 20:43:05 timemachine systemd[437]: Reached target Paths.
Oct 16 20:43:05 timemachine systemd[437]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 16 20:43:05 timemachine systemd[437]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 16 20:43:05 timemachine systemd[437]: Reached target Timers.
Oct 16 20:43:05 timemachine systemd[437]: Listening on GnuPG network certificate management daemon.
Oct 16 20:43:05 timemachine systemd[437]: Listening on D-Bus User Message Bus Socket.
Oct 16 20:43:05 timemachine systemd[437]: Reached target Sockets.
Oct 16 20:43:05 timemachine systemd[437]: Reached target Basic System.
Oct 16 20:43:05 timemachine systemd[437]: Reached target Default.
Oct 16 20:43:05 timemachine systemd[437]: Startup finished in 271ms.
Oct 16 20:43:05 timemachine systemd[1]: Started User Manager for UID 977.
Oct 16 20:43:05 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:05 timemachine kernel: audit: type=1130 audit(1539722585.303:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:05 timemachine sddm[420]: Greeter session started successfully
Oct 16 20:43:05 timemachine sddm-greeter[443]: High-DPI autoscaling not Enabled
Oct 16 20:43:05 timemachine sddm-greeter[443]: Reading from "/usr/share/xsessions/i3-with-shmlog.desktop"
Oct 16 20:43:05 timemachine sddm-greeter[443]: Reading from "/usr/share/xsessions/i3.desktop"
Oct 16 20:43:05 timemachine sddm-greeter[443]: Reading from "/usr/share/xsessions/xfce.desktop"
Oct 16 20:43:06 timemachine sddm-greeter[443]: Loading theme configuration from "qrc:/theme/theme.conf"
Oct 16 20:43:06 timemachine systemd[437]: Started D-Bus User Message Bus.
Oct 16 20:43:06 timemachine sddm-greeter[443]: Connected to the daemon.
Oct 16 20:43:06 timemachine sddm[420]: Message received from greeter: Connect
Oct 16 20:43:06 timemachine sddm-greeter[443]: Loading qrc:/theme/Main.qml...
Oct 16 20:43:08 timemachine sddm-greeter[443]: Adding view for "default" QRect(0,0 1920x1080)
Oct 16 20:43:08 timemachine sddm-greeter[443]: Message received from daemon: Capabilities
Oct 16 20:43:08 timemachine sddm-greeter[443]: Message received from daemon: HostName
Oct 16 20:43:36 timemachine sddm-greeter[443]: Reading from "/usr/share/xsessions/i3.desktop"
Oct 16 20:43:36 timemachine sddm[420]: Message received from greeter: Login
Oct 16 20:43:36 timemachine sddm[420]: Reading from "/usr/share/xsessions/i3.desktop"
Oct 16 20:43:36 timemachine sddm[420]: Reading from "/usr/share/xsessions/i3.desktop"
Oct 16 20:43:36 timemachine sddm[420]: Session "/usr/share/xsessions/i3.desktop" selected, command: "i3"
Oct 16 20:43:36 timemachine sddm-helper[456]: [PAM] Starting...
Oct 16 20:43:36 timemachine sddm-helper[456]: [PAM] Authenticating...
Oct 16 20:43:36 timemachine sddm-helper[456]: [PAM] Preparing to converse...
Oct 16 20:43:36 timemachine sddm-helper[456]: [PAM] Conversation with 1 messages
Oct 16 20:43:36 timemachine sddm-helper[456]: [PAM] returning.
Oct 16 20:43:36 timemachine sddm[420]: Authenticated successfully
Oct 16 20:43:36 timemachine sddm-helper[456]: pam_unix(sddm:session): session opened for user timetraveller by (uid=0)
Oct 16 20:43:36 timemachine kernel: audit: type=1006 audit(1539722616.270:27): pid=456 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Oct 16 20:43:36 timemachine systemd[1]: Started /run/user/1000 mount wrapper.
Oct 16 20:43:36 timemachine kernel: audit: type=1130 audit(1539722616.280:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:36 timemachine kernel: audit: type=1006 audit(1539722616.283:29): pid=458 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
Oct 16 20:43:36 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:36 timemachine systemd[458]: pam_unix(systemd-user:session): session opened for user timetraveller by (uid=0)
Oct 16 20:43:36 timemachine systemd[1]: Created slice User Slice of UID 1000.
Oct 16 20:43:36 timemachine systemd[1]: Starting User Manager for UID 1000...
Oct 16 20:43:36 timemachine systemd-logind[411]: New session 2 of user timetraveller.
Oct 16 20:43:36 timemachine systemd[1]: Started Session 2 of user timetraveller.
Oct 16 20:43:36 timemachine systemd[458]: Starting D-Bus User Message Bus Socket.
Oct 16 20:43:36 timemachine kernel: audit: type=1130 audit(1539722616.306:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:36 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:36 timemachine systemd[458]: Reached target Paths.
Oct 16 20:43:36 timemachine systemd[458]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 16 20:43:36 timemachine systemd[458]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 16 20:43:36 timemachine systemd[458]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 16 20:43:36 timemachine systemd[458]: Reached target Timers.
Oct 16 20:43:36 timemachine systemd[458]: Listening on p11-kit server.
Oct 16 20:43:36 timemachine systemd[458]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 16 20:43:36 timemachine systemd[458]: Listening on GnuPG network certificate management daemon.
Oct 16 20:43:36 timemachine systemd[458]: Listening on Sound System.
Oct 16 20:43:36 timemachine systemd[458]: Listening on D-Bus User Message Bus Socket.
Oct 16 20:43:36 timemachine systemd[458]: Reached target Sockets.
Oct 16 20:43:36 timemachine systemd[458]: Reached target Basic System.
Oct 16 20:43:36 timemachine systemd[458]: Reached target Default.
Oct 16 20:43:36 timemachine systemd[458]: Startup finished in 18ms.
Oct 16 20:43:36 timemachine systemd[1]: Started User Manager for UID 1000.
Oct 16 20:43:36 timemachine sddm-helper[456]: Starting: "/usr/share/sddm/scripts/Xsession \"i3\""
Oct 16 20:43:36 timemachine sddm-helper[464]: Adding cookie to "/home/timetraveller/.Xauthority"
Oct 16 20:43:36 timemachine sddm[420]: Session started
Oct 16 20:43:36 timemachine sddm-greeter[443]: Message received from daemon: LoginSucceeded
Oct 16 20:43:36 timemachine systemd[458]: Started D-Bus User Message Bus.
Oct 16 20:43:38 timemachine sddm-helper[434]: [PAM] Closing session
Oct 16 20:43:38 timemachine sddm-helper[434]: pam_unix(sddm-greeter:session): session closed for user sddm
Oct 16 20:43:38 timemachine sddm-helper[434]: [PAM] Ended.
Oct 16 20:43:38 timemachine sddm[420]: Auth: sddm-helper exited successfully
Oct 16 20:43:38 timemachine sddm[420]: Greeter stopped.
Oct 16 20:43:38 timemachine systemd-logind[411]: Session c1 logged out. Waiting for processes to exit.
Oct 16 20:43:38 timemachine systemd-logind[411]: Removed session c1.
Oct 16 20:43:38 timemachine systemd[1]: user-runtime-dir@977.service: Unit not needed anymore. Stopping.
Oct 16 20:43:38 timemachine systemd[1]: Stopping User Manager for UID 977...
Oct 16 20:43:38 timemachine systemd[437]: Stopped target Default.
Oct 16 20:43:38 timemachine systemd[437]: Stopping D-Bus User Message Bus...
Oct 16 20:43:38 timemachine systemd[437]: Stopped D-Bus User Message Bus.
Oct 16 20:43:38 timemachine systemd[437]: Stopped target Basic System.
Oct 16 20:43:38 timemachine systemd[437]: Stopped target Timers.
Oct 16 20:43:38 timemachine systemd[437]: Stopped target Paths.
Oct 16 20:43:38 timemachine systemd[437]: Stopped target Sockets.
Oct 16 20:43:38 timemachine systemd[437]: Closed p11-kit server.
Oct 16 20:43:38 timemachine systemd[437]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Oct 16 20:43:38 timemachine systemd[437]: Closed GnuPG cryptographic agent and passphrase cache.
Oct 16 20:43:38 timemachine systemd[437]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 16 20:43:38 timemachine systemd[437]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Oct 16 20:43:38 timemachine systemd[437]: Closed GnuPG network certificate management daemon.
Oct 16 20:43:38 timemachine systemd[437]: Closed Sound System.
Oct 16 20:43:38 timemachine systemd[437]: Closed D-Bus User Message Bus Socket.
Oct 16 20:43:38 timemachine systemd[437]: Reached target Shutdown.
Oct 16 20:43:38 timemachine systemd[437]: Starting Exit the Session...
Oct 16 20:43:38 timemachine systemd[438]: pam_unix(systemd-user:session): session closed for user sddm
Oct 16 20:43:38 timemachine kernel: audit: type=1131 audit(1539722618.526:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:38 timemachine audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:38 timemachine systemd[1]: user-runtime-dir@977.service: Unit not needed anymore. Stopping.
Oct 16 20:43:38 timemachine systemd[1]: Stopped User Manager for UID 977.
Oct 16 20:43:38 timemachine systemd[1]: user-runtime-dir@977.service: Unit not needed anymore. Stopping.
Oct 16 20:43:38 timemachine systemd[1]: Removed slice User Slice of UID 977.
Oct 16 20:43:38 timemachine systemd[1]: Stopping /run/user/977 mount wrapper...
Oct 16 20:43:38 timemachine systemd[1]: Stopped /run/user/977 mount wrapper.
Oct 16 20:43:38 timemachine audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:38 timemachine kernel: audit: type=1131 audit(1539722618.573:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@977 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:40 timemachine systemd[458]: Starting Sound Service...
Oct 16 20:43:40 timemachine dbus-daemon[409]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.18' (uid=1000 pid=490 comm="/usr/bin/pulseaudio --daemonize=no ")
Oct 16 20:43:40 timemachine systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Oct 16 20:43:40 timemachine dbus-daemon[409]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Oct 16 20:43:40 timemachine systemd[1]: Started RealtimeKit Scheduling Policy Service.
Oct 16 20:43:40 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:40 timemachine rtkit-daemon[491]: Successfully called chroot.
Oct 16 20:43:40 timemachine rtkit-daemon[491]: Successfully dropped privileges.
Oct 16 20:43:40 timemachine kernel: audit: type=1130 audit(1539722620.436:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:40 timemachine rtkit-daemon[491]: Successfully limited resources.
Oct 16 20:43:40 timemachine rtkit-daemon[491]: Running.
Oct 16 20:43:40 timemachine rtkit-daemon[491]: Watchdog thread running.
Oct 16 20:43:40 timemachine rtkit-daemon[491]: Canary thread running.
Oct 16 20:43:40 timemachine dbus-daemon[409]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.19' (uid=0 pid=491 comm="/usr/lib/rtkit-daemon ")
Oct 16 20:43:40 timemachine systemd[1]: Starting Authorization Manager...
Oct 16 20:43:40 timemachine polkitd[494]: Started polkitd version 0.116
Oct 16 20:43:42 timemachine polkitd[494]: Loading rules from directory /etc/polkit-1/rules.d
Oct 16 20:43:42 timemachine polkitd[494]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 16 20:43:42 timemachine polkitd[494]: Finished loading, compiling and executing 2 rules
Oct 16 20:43:42 timemachine dbus-daemon[409]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 16 20:43:42 timemachine systemd[1]: Started Authorization Manager.
Oct 16 20:43:42 timemachine audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:42 timemachine kernel: audit: type=1130 audit(1539722622.520:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 16 20:43:42 timemachine polkitd[494]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Oct 16 20:43:42 timemachine rtkit-daemon[491]: Successfully made thread 490 of process 490 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
Oct 16 20:43:42 timemachine rtkit-daemon[491]: Supervising 1 threads of 1 processes of 1 users.
Oct 16 20:43:44 timemachine rtkit-daemon[491]: Supervising 1 threads of 1 processes of 1 users.
Oct 16 20:43:44 timemachine rtkit-daemon[491]: Successfully made thread 514 of process 490 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Oct 16 20:43:44 timemachine rtkit-daemon[491]: Supervising 2 threads of 1 processes of 1 users.
Oct 16 20:43:44 timemachine rtkit-daemon[491]: Supervising 2 threads of 1 processes of 1 users.
Oct 16 20:43:44 timemachine rtkit-daemon[491]: Successfully made thread 515 of process 490 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Oct 16 20:43:44 timemachine rtkit-daemon[491]: Supervising 3 threads of 1 processes of 1 users.
Oct 16 20:43:45 timemachine rtkit-daemon[491]: Supervising 3 threads of 1 processes of 1 users.
Oct 16 20:43:45 timemachine rtkit-daemon[491]: Successfully made thread 519 of process 490 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Oct 16 20:43:45 timemachine rtkit-daemon[491]: Supervising 4 threads of 1 processes of 1 users.
Oct 16 20:43:45 timemachine rtkit-daemon[491]: Supervising 4 threads of 1 processes of 1 users.
Oct 16 20:43:45 timemachine rtkit-daemon[491]: Successfully made thread 520 of process 490 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Oct 16 20:43:45 timemachine rtkit-daemon[491]: Supervising 5 threads of 1 processes of 1 users.
Oct 16 20:43:45 timemachine systemd[458]: Started Sound Service.
Oct 16 20:44:01 timemachine dbus-daemon[470]: [session uid=1000 pid=470] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.6' (uid=1000 pid=560 comm="xfce4-terminal ")
Oct 16 20:44:01 timemachine systemd[458]: Starting Accessibility services bus...
Oct 16 20:44:01 timemachine dbus-daemon[470]: [session uid=1000 pid=470] Successfully activated service 'org.a11y.Bus'
Oct 16 20:44:01 timemachine systemd[458]: Started Accessibility services bus.
Oct 16 20:44:01 timemachine at-spi-bus-launcher[571]: dbus-daemon[577]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=560 comm="xfce4-terminal ")
Oct 16 20:44:01 timemachine at-spi-bus-launcher[571]: dbus-daemon[577]: Successfully activated service 'org.a11y.atspi.Registry'
Oct 16 20:44:01 timemachine at-spi-bus-launcher[571]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 16 20:44:10 timemachine sudo[589]: timetraveller : TTY=pts/0 ; PWD=/home/timetraveller ; USER=root ; COMMAND=/usr/bin/dhcpcd
Oct 16 20:44:10 timemachine sudo[589]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 16 20:44:10 timemachine dhcpcd[590]: dev: loaded udev
Oct 16 20:44:10 timemachine kernel: 8021q: 802.1Q VLAN Support v1.8
Oct 16 20:44:10 timemachine kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 16 20:44:10 timemachine kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 16 20:44:10 timemachine kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 16 20:44:10 timemachine kernel: cfg80211: failed to load regulatory.db
Oct 16 20:44:10 timemachine systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 16 20:44:10 timemachine dhcpcd[590]: no interfaces have a carrier
Oct 16 20:44:10 timemachine dhcpcd[590]: forked to background, child pid 612
Oct 16 20:44:10 timemachine sudo[589]: pam_unix(sudo:session): session closed for user root
Oct 16 20:44:10 timemachine dhcpcd[612]: enp0s31f6: waiting for carrier
Oct 16 20:44:10 timemachine kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
Oct 16 20:44:14 timemachine dhcpcd[612]: enp0s31f6: carrier acquired
Oct 16 20:44:14 timemachine kernel: e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
Oct 16 20:44:14 timemachine kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
Oct 16 20:44:14 timemachine dhcpcd[612]: DUID 00:01:00:01:22:41:53:26:40:8d:5c:c7:12:8c
Oct 16 20:44:14 timemachine dhcpcd[612]: enp0s31f6: IAID 5c:c7:12:8c
Oct 16 20:44:14 timemachine dhcpcd[612]: enp0s31f6: adding address fe80::c6b5:a6a2:1d20:b311
Oct 16 20:44:15 timemachine dhcpcd[612]: enp0s31f6: rebinding lease of 192.168.0.13
Oct 16 20:44:15 timemachine dhcpcd[612]: enp0s31f6: soliciting an IPv6 router
Oct 16 20:44:16 timemachine dhcpcd[612]: enp0s31f6: probing address 192.168.0.13/24
Oct 16 20:44:21 timemachine dhcpcd[612]: enp0s31f6: leased 192.168.0.13 for 604800 seconds
Oct 16 20:44:21 timemachine dhcpcd[612]: enp0s31f6: adding route to 192.168.0.0/24
Oct 16 20:44:21 timemachine dhcpcd[612]: enp0s31f6: adding default route via 192.168.0.1
Oct 16 20:44:28 timemachine dhcpcd[612]: enp0s31f6: no IPv6 Routers available
Oct 16 20:44:51 timemachine sudo[1130]: timetraveller : TTY=pts/0 ; PWD=/home/timetraveller ; USER=root ; COMMAND=/usr/bin/journalctl -b
Oct 16 20:44:51 timemachine sudo[1130]: pam_unix(sudo:session): session opened for user root by (uid=0)

I am not sure if the nvidia kernel isn't loaded because the output of lspci -v shows it along with nouveau
I also dont understand why will the nvidia kernel module be blacklisted because I didn't do anything mentioned outisde the wiki which was only to install things via pacman

Offline

#14 2018-10-16 15:46:04

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,707

Re: [SOLVED] CUDA and nvidia drivers installation issue

No, that just lists kernel modules that claim they support this device, if it was actually loaded there would be the additional 'kernel module in use' line in the lspci output.

I have a feeling your mirrors are out of whack.  You probably installed the latest nvidia module but your kernel is 4.18.12, that should be 4.18.14 by now. Check/fix your mirrors, maybe generate a new list with https://www.archlinux.org/mirrorlist/ check the use mirror status checkbox and choose a location close to you, run a complete update again, with new mirrors.

Last edited by V1del (2018-10-16 15:49:25)

Offline

#15 2018-10-16 16:26:42

TimeTraveller
Member
Registered: 2018-07-16
Posts: 15

Re: [SOLVED] CUDA and nvidia drivers installation issue

V1del wrote:

No, that just lists kernel modules that claim they support this device, if it was actually loaded there would be the additional 'kernel module in use' line in the lspci output.

I have a feeling your mirrors are out of whack.  You probably installed the latest nvidia module but your kernel is 4.18.12, that should be 4.18.14 by now. Check/fix your mirrors, maybe generate a new list with https://www.archlinux.org/mirrorlist/ check the use mirror status checkbox and choose a location close to you, run a complete update again, with new mirrors.

I see, I generated a list and copied it to mirrorlist after removing comments of course
I use reflector to manage my mirrors though, I updated again and I am still at kernel 4.18.12 :c
should I install it some other way?

Offline

#16 2018-10-16 17:42:12

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,707

Re: [SOLVED] CUDA and nvidia drivers installation issue

That would only circumvent the actual issue, you should be using actively syncing mirrors. Did the update include the kernel? Did you not have /boot mounted ? if you are on UEFI and have your kernel on the ESP you must ensure that the mkinitcpio generated initramfs is properly created. FWIW so we can doublecheck can you post your /var/log/pacman.log?

Offline

#17 2018-10-16 18:18:53

TimeTraveller
Member
Registered: 2018-07-16
Posts: 15

Re: [SOLVED] CUDA and nvidia drivers installation issue

V1del wrote:

That would only circumvent the actual issue, you should be using actively syncing mirrors. Did the update include the kernel? Did you not have /boot mounted ? if you are on UEFI and have your kernel on the ESP you must ensure that the mkinitcpio generated initramfs is properly created. FWIW so we can doublecheck can you post your /var/log/pacman.log?

I made sure /boot is mounted
/var/log/pacman.log

[2018-03-18 20:13] [PACMAN] Running 'pacman -r /mnt -Sy --cachedir=/mnt/var/cache/pacman/pkg --noconfirm base base-devel'
[2018-03-18 20:13] [PACMAN] synchronizing package lists
[2018-03-18 20:17] [ALPM] transaction started
[2018-03-18 20:17] [ALPM] installed linux-api-headers (4.14.8-1)
[2018-03-18 20:17] [ALPM] installed tzdata (2018c-1)
[2018-03-18 20:17] [ALPM] installed iana-etc (20180221-1)
[2018-03-18 20:17] [ALPM] installed filesystem (2018.1-2)
[2018-03-18 20:17] [ALPM] installed glibc (2.26-11)
[2018-03-18 20:17] [ALPM] installed gcc-libs (7.3.0-1)
[2018-03-18 20:17] [ALPM] installed ncurses (6.1-3)
[2018-03-18 20:17] [ALPM] installed readline (7.0.003-1)
[2018-03-18 20:17] [ALPM] installed bash (4.4.019-1)
[2018-03-18 20:17] [ALPM] installed bzip2 (1.0.6-7)
[2018-03-18 20:17] [ALPM] installed attr (2.4.47-3)
[2018-03-18 20:17] [ALPM] installed acl (2.2.52-4)
[2018-03-18 20:17] [ALPM] installed gmp (6.1.2-1)
[2018-03-18 20:17] [ALPM] installed libcap (2.25-1)
[2018-03-18 20:17] [ALPM] installed gdbm (1.14.1-1)
[2018-03-18 20:17] [ALPM] installed db (5.3.28-3)
[2018-03-18 20:17] [ALPM] installed perl (5.26.1-2)
[2018-03-18 20:17] [ALPM] installed openssl (1.1.0.g-1)
[2018-03-18 20:17] [ALPM] installed coreutils (8.29-1)
[2018-03-18 20:17] [ALPM] installed libgpg-error (1.28-1)
[2018-03-18 20:17] [ALPM] installed libgcrypt (1.8.2-1)
[2018-03-18 20:17] [ALPM] installed lz4 (1:1.8.1.2-1)
[2018-03-18 20:17] [ALPM] installed xz (5.2.3-1)
[2018-03-18 20:17] [ALPM] installed libsystemd (238.0-3)
[2018-03-18 20:17] [ALPM] installed device-mapper (2.02.177-5)
[2018-03-18 20:17] [ALPM] installed popt (1.16-9)
[2018-03-18 20:17] [ALPM] installed libutil-linux (2.31.1-1)
[2018-03-18 20:17] [ALPM] installed json-c (0.13-1)
[2018-03-18 20:17] [ALPM] installed argon2 (20171227-3)
[2018-03-18 20:17] [ALPM] installed cryptsetup (2.0.2-1)
[2018-03-18 20:17] [ALPM] installed expat (2.2.5-1)
[2018-03-18 20:17] [ALPM] installed dbus (1.12.6-1)
[2018-03-18 20:17] [ALPM] installed libmnl (1.0.4-1)
[2018-03-18 20:17] [ALPM] installed libnftnl (1.0.9-1)
[2018-03-18 20:17] [ALPM] installed libnl (3.4.0-1)
[2018-03-18 20:17] [ALPM] installed libusb (1.0.21-2)
[2018-03-18 20:17] [ALPM] installed libpcap (1.8.1-2)
[2018-03-18 20:17] [ALPM] installed iptables (1.6.2-2)
[2018-03-18 20:17] [ALPM] installed zlib (1:1.2.11-2)
[2018-03-18 20:17] [ALPM] installed cracklib (2.9.6-1)
[2018-03-18 20:17] [ALPM] installed e2fsprogs (1.44.0-1)
[2018-03-18 20:17] [ALPM] installed libsasl (2.1.26-12)
[2018-03-18 20:17] [ALPM] installed libldap (2.4.45-4)
[2018-03-18 20:17] [ALPM] installed keyutils (1.5.10-1)
[2018-03-18 20:17] [ALPM] installed krb5 (1.16-1)
[2018-03-18 20:17] [ALPM] installed libtirpc (1.0.2-3)
[2018-03-18 20:17] [ALPM] installed pambase (20171006-1)
[2018-03-18 20:17] [ALPM] installed pam (1.3.0-1)
[2018-03-18 20:17] [ALPM] installed kbd (2.0.4-1)
[2018-03-18 20:17] [ALPM] installed kmod (24-1)
[2018-03-18 20:17] [ALPM] installed hwids (20171003-1)
[2018-03-18 20:17] [ALPM] installed libidn (1.33-2)
[2018-03-18 20:17] [ALPM] installed libelf (0.170-1)
[2018-03-18 20:17] [ALPM] installed libseccomp (2.3.2-2)
[2018-03-18 20:17] [ALPM] installed shadow (4.5-4)
[2018-03-18 20:17] [ALPM] installed libcap-ng (0.7.9-1)
[2018-03-18 20:17] [ALPM] installed util-linux (2.31.1-1)
[2018-03-18 20:17] [ALPM] installed pcre2 (10.31-1)
[2018-03-18 20:17] [ALPM] installed systemd (238.0-3)
[2018-03-18 20:17] [ALPM-SCRIPTLET] Initializing machine ID from random generator.
[2018-03-18 20:17] [ALPM-SCRIPTLET] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /usr/lib/systemd/system/getty@.service.
[2018-03-18 20:17] [ALPM-SCRIPTLET] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /usr/lib/systemd/system/remote-fs.target.
[2018-03-18 20:17] [ALPM-SCRIPTLET] :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
[2018-03-18 20:17] [ALPM-SCRIPTLET]    bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
[2018-03-18 20:17] [ALPM] installed dhcpcd (7.0.1-1)
[2018-03-18 20:17] [ALPM] installed diffutils (3.6-1)
[2018-03-18 20:17] [ALPM] installed file (5.32-1)
[2018-03-18 20:17] [ALPM] installed findutils (4.6.0-2)
[2018-03-18 20:17] [ALPM] installed mpfr (4.0.1-1)
[2018-03-18 20:17] [ALPM] installed gawk (4.2.1-1)
[2018-03-18 20:17] [ALPM] installed pcre (8.41-1)
[2018-03-18 20:17] [ALPM] installed libffi (3.2.1-2)
[2018-03-18 20:17] [ALPM] installed glib2 (2.54.3+2+g94b38beff-1)
[2018-03-18 20:17] [ALPM] installed libunistring (0.9.9-1)
[2018-03-18 20:17] [ALPM] installed gettext (0.19.8.1-2)
[2018-03-18 20:17] [ALPM] installed grep (3.1-1)
[2018-03-18 20:17] [ALPM] installed less (530-1)
[2018-03-18 20:17] [ALPM] installed gzip (1.9-1)
[2018-03-18 20:17] [ALPM] installed inetutils (1.9.4-5)
[2018-03-18 20:17] [ALPM] installed iproute2 (4.15.0-1)
[2018-03-18 20:17] [ALPM] installed sysfsutils (2.1.0-9)
[2018-03-18 20:17] [ALPM] installed iputils (20161105.1f2bb12-2)
[2018-03-18 20:17] [ALPM] installed jfsutils (1.1.15-4)
[2018-03-18 20:17] [ALPM] installed licenses (20171006-1)
[2018-03-18 20:17] [ALPM] installed linux-firmware (20180119.2a713be-1)
[2018-03-18 20:17] [ALPM] installed mkinitcpio-busybox (1.28.1-1)
[2018-03-18 20:17] [ALPM] installed libarchive (3.3.2-1)
[2018-03-18 20:17] [ALPM] installed mkinitcpio (24-2)
[2018-03-18 20:17] [ALPM] installed linux (4.15.9-1)
[2018-03-18 20:17] [ALPM] installed logrotate (3.13.0-1)
[2018-03-18 20:17] [ALPM] installed libaio (0.3.110-1)
[2018-03-18 20:17] [ALPM] installed thin-provisioning-tools (0.7.5-1)
[2018-03-18 20:17] [ALPM] installed lvm2 (2.02.177-5)
[2018-03-18 20:17] [ALPM] installed groff (1.22.3-7)
[2018-03-18 20:17] [ALPM] installed libpipeline (1.5.0-1)
[2018-03-18 20:17] [ALPM] installed man-db (2.8.2-1)
[2018-03-18 20:17] [ALPM] installed man-pages (4.15-1)
[2018-03-18 20:17] [ALPM] installed mdadm (4.0-1)
[2018-03-18 20:17] [ALPM] installed nano (2.9.4-1)
[2018-03-18 20:17] [ALPM] installed openresolv (3.9.0-1)
[2018-03-18 20:17] [ALPM] installed netctl (1.15-1)
[2018-03-18 20:17] [ALPM] installed libtasn1 (4.13-1)
[2018-03-18 20:17] [ALPM] installed p11-kit (0.23.10-1)
[2018-03-18 20:17] [ALPM] installed ca-certificates-utils (20170307-1)
[2018-03-18 20:17] [ALPM] installed ca-certificates-mozilla (3.36-1)
[2018-03-18 20:17] [ALPM] installed ca-certificates-cacert (20140824-4)
[2018-03-18 20:17] [ALPM] installed ca-certificates (20170307-1)
[2018-03-18 20:17] [ALPM] installed libssh2 (1.8.0-2)
[2018-03-18 20:17] [ALPM] installed libidn2 (2.0.4-2)
[2018-03-18 20:17] [ALPM] installed libpsl (0.20.0-1)
[2018-03-18 20:17] [ALPM] installed libnghttp2 (1.30.0-1)
[2018-03-18 20:17] [ALPM] installed curl (7.58.0-2)
[2018-03-18 20:17] [ALPM] installed npth (1.5-1)
[2018-03-18 20:17] [ALPM] installed libksba (1.3.5-1)
[2018-03-18 20:17] [ALPM] installed libassuan (2.5.1-1)
[2018-03-18 20:17] [ALPM] installed libsecret (0.18.5+14+g9980655-1)
[2018-03-18 20:17] [ALPM] installed pinentry (1.1.0-1)
[2018-03-18 20:17] [ALPM] installed nettle (3.4-1)
[2018-03-18 20:17] [ALPM] installed gnutls (3.5.18-1)
[2018-03-18 20:17] [ALPM] installed sqlite (3.22.0-1)
[2018-03-18 20:17] [ALPM] installed gnupg (2.2.5-1)
[2018-03-18 20:17] [ALPM] installed gpgme (1.10.0-2)
[2018-03-18 20:17] [ALPM] installed pacman-mirrorlist (20180224-1)
[2018-03-18 20:17] [ALPM] installed archlinux-keyring (20180302-1)
[2018-03-18 20:17] [ALPM] installed pacman (5.0.2-2)
[2018-03-18 20:17] [ALPM] installed pciutils (3.5.6-1)
[2018-03-18 20:17] [ALPM] installed pcmciautils (018-7)
[2018-03-18 20:17] [ALPM] installed procps-ng (3.3.12-3)
[2018-03-18 20:17] [ALPM] installed psmisc (23.1-1)
[2018-03-18 20:17] [ALPM] installed reiserfsprogs (3.6.27-1)
[2018-03-18 20:17] [ALPM] installed s-nail (14.9.9-1)
[2018-03-18 20:17] [ALPM] installed sed (4.4-1)
[2018-03-18 20:17] [ALPM] installed systemd-sysvcompat (238.0-3)
[2018-03-18 20:17] [ALPM] installed tar (1.30-1)
[2018-03-18 20:17] [ALPM] installed texinfo (6.5-1)
[2018-03-18 20:17] [ALPM] installed usbutils (009-1)
[2018-03-18 20:17] [ALPM] installed vi (1:070224-2)
[2018-03-18 20:17] [ALPM] installed which (2.21-2)
[2018-03-18 20:17] [ALPM] installed xfsprogs (4.15.1-1)
[2018-03-18 20:17] [ALPM] installed m4 (1.4.18-1)
[2018-03-18 20:17] [ALPM] installed autoconf (2.69-4)
[2018-03-18 20:17] [ALPM] installed automake (1.15.1-1)
[2018-03-18 20:17] [ALPM] installed binutils (2.29.1-3)
[2018-03-18 20:17] [ALPM] installed bison (3.0.4-3)
[2018-03-18 20:17] [ALPM] installed fakeroot (1.22-1)
[2018-03-18 20:17] [ALPM] installed flex (2.6.4-1)
[2018-03-18 20:17] [ALPM] installed libmpc (1.1.0-1)
[2018-03-18 20:17] [ALPM] installed gcc (7.3.0-1)
[2018-03-18 20:17] [ALPM] installed libtool (2.4.6+40+g6ca5e224-4)
[2018-03-18 20:17] [ALPM] installed libatomic_ops (7.6.2-1)
[2018-03-18 20:17] [ALPM] installed gc (7.6.4-1)
[2018-03-18 20:17] [ALPM] installed guile (2.2.3-1)
[2018-03-18 20:17] [ALPM] installed make (4.2.1-2)
[2018-03-18 20:17] [ALPM] installed patch (2.7.6-1)
[2018-03-18 20:17] [ALPM] installed pkg-config (0.29.2-1)
[2018-03-18 20:17] [ALPM] installed sudo (1.8.22-1)
[2018-03-18 20:17] [ALPM] transaction completed
[2018-03-18 20:17] [ALPM] running '60-linux.hook'...
[2018-03-18 20:17] [ALPM] running '90-linux.hook'...
[2018-03-18 20:17] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-03-18 20:17] [ALPM-SCRIPTLET] ==> Starting build: 4.15.9-1-ARCH
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-03-18 20:17] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-03-18 20:17] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-03-18 20:17] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-03-18 20:17] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-03-18 20:17] [ALPM-SCRIPTLET] ==> Starting build: 4.15.9-1-ARCH
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-03-18 20:17] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-03-18 20:17] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-03-18 20:17] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-03-18 20:17] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-03-18 20:17] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-03-18 20:17] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-03-18 20:17] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-03-18 20:17] [ALPM-SCRIPTLET] perl: warning: Setting locale failed.
[2018-03-18 20:17] [ALPM-SCRIPTLET] perl: warning: Please check that your locale settings:
[2018-03-18 20:17] [ALPM-SCRIPTLET] 	LANGUAGE = (unset),
[2018-03-18 20:17] [ALPM-SCRIPTLET] 	LC_ALL = (unset),
[2018-03-18 20:17] [ALPM-SCRIPTLET] 	LANG = "en_US.UTF-8"
[2018-03-18 20:17] [ALPM-SCRIPTLET]     are supported and installed on your system.
[2018-03-18 20:17] [ALPM-SCRIPTLET] perl: warning: Falling back to the standard locale ("C").
[2018-03-18 20:17] [ALPM] running 'systemd-catalog.hook'...
[2018-03-18 20:17] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-03-18 20:17] [ALPM-SCRIPTLET]   Skipped: Current root is not booted.
[2018-03-18 20:17] [ALPM] running 'systemd-hwdb.hook'...
[2018-03-18 20:17] [ALPM] running 'systemd-sysctl.hook'...
[2018-03-18 20:17] [ALPM-SCRIPTLET]   Skipped: Current root is not booted.
[2018-03-18 20:17] [ALPM] running 'systemd-sysusers.hook'...
[2018-03-18 20:17] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-03-18 20:17] [ALPM] running 'systemd-udev-reload.hook'...
[2018-03-18 20:17] [ALPM-SCRIPTLET]   Skipped: Device manager is not running.
[2018-03-18 20:17] [ALPM] running 'systemd-update.hook'...
[2018-03-18 20:17] [ALPM] running 'texinfo-install.hook'...
[2018-03-18 20:17] [ALPM] running 'update-ca-trust.hook'...
[2018-03-18 20:24] [PACMAN] Running 'pacman -S grub-bios'
[2018-03-18 20:25] [ALPM] transaction started
[2018-03-18 20:25] [ALPM] installed grub (2:2.02-5)
[2018-03-18 20:25] [ALPM-SCRIPTLET] Generating grub.cfg.example config file...
[2018-03-18 20:25] [ALPM-SCRIPTLET] This may fail on some machines running a custom kernel.
[2018-03-18 20:25] [ALPM-SCRIPTLET] done.
[2018-03-18 20:25] [ALPM] transaction completed
[2018-03-18 20:25] [ALPM] running 'systemd-update.hook'...
[2018-03-18 20:25] [ALPM] running 'texinfo-install.hook'...
[2018-03-18 15:33] [PACMAN] Running 'pacman -S os-prober'
[2018-03-18 15:33] [PACMAN] Running 'pacman -S os-prober'
[2018-03-18 15:33] [PACMAN] Running 'pacman -Syu'
[2018-03-18 15:33] [PACMAN] synchronizing package lists
[2018-03-18 15:38] [PACMAN] Running 'pacman -Sy --noconfirm pacman'
[2018-03-18 15:38] [PACMAN] synchronizing package lists
[2018-03-18 15:38] [ALPM] transaction started
[2018-03-18 15:38] [ALPM] reinstalled pacman (5.0.2-2)
[2018-03-18 15:38] [ALPM] transaction completed
[2018-03-18 15:38] [ALPM] running 'systemd-update.hook'...
[2018-03-18 15:38] [PACMAN] Running 'pacman -Syw --noconfirm grub-pc'
[2018-03-18 15:38] [PACMAN] synchronizing package lists
[2018-03-18 15:38] [PACMAN] Running 'pacman -Syw --noconfirm shim-signed'
[2018-03-18 15:38] [PACMAN] synchronizing package lists
[2018-03-18 15:38] [PACMAN] Running 'pacman -R grub*-common grub-common:i386 shim-signed'
[2018-03-18 15:38] [PACMAN] Running 'pacman -R grub*-common grub-common:i386 shim-signed'
[2018-03-18 15:39] [PACMAN] Running 'pacman -R grub*-common grub-common:i386 shim-signed'
[2018-03-18 15:39] [PACMAN] Running 'pacman -R grub*'
[2018-03-18 15:39] [PACMAN] Running 'pacman -R grub'
[2018-03-18 15:39] [ALPM] running 'texinfo-remove.hook'...
[2018-03-18 15:39] [ALPM] transaction started
[2018-03-18 15:39] [ALPM] warning: /boot/grub/grub.cfg saved as /boot/grub/grub.cfg.pacsave
[2018-03-18 15:39] [ALPM] removed grub (2:2.02-5)
[2018-03-18 15:39] [ALPM] transaction completed
[2018-03-18 15:39] [ALPM] running 'systemd-update.hook'...
[2018-03-18 15:39] [PACMAN] Running 'pacman -R grub-bios'
[2018-03-18 15:39] [PACMAN] Running 'pacman -Sy grub-pc'
[2018-03-18 15:39] [PACMAN] synchronizing package lists
[2018-03-18 15:39] [PACMAN] Running 'pacman -Sy grub-pc'
[2018-03-18 15:39] [PACMAN] synchronizing package lists
[2018-03-18 15:39] [PACMAN] Running 'pacman -Sy grub'
[2018-03-18 15:39] [PACMAN] synchronizing package lists
[2018-03-18 15:39] [PACMAN] Running 'pacman -Sy grub-bios'
[2018-03-18 15:39] [PACMAN] synchronizing package lists
[2018-03-18 15:40] [PACMAN] Running 'pacman -S grub-bios'
[2018-03-18 15:40] [PACMAN] Running 'pacman -S grub-bios'
[2018-03-18 15:40] [PACMAN] Running 'pacman -S grub-bios'
[2018-03-18 15:40] [PACMAN] Running 'pacman -Sy grub-pc'
[2018-03-18 15:40] [PACMAN] synchronizing package lists
[2018-03-18 15:40] [PACMAN] Running 'pacman -Sy grub-pc'
[2018-03-18 15:40] [PACMAN] synchronizing package lists
[2018-03-18 15:40] [PACMAN] Running 'pacman -Sy grub'
[2018-03-18 15:40] [PACMAN] synchronizing package lists
[2018-03-18 15:41] [PACMAN] Running 'pacman -Syu'
[2018-03-18 15:41] [PACMAN] synchronizing package lists
[2018-03-18 15:41] [PACMAN] starting full system upgrade
[2018-03-18 15:41] [PACMAN] Running 'pacman -Sy grub'
[2018-03-18 15:41] [PACMAN] synchronizing package lists
[2018-03-18 15:42] [PACMAN] Running 'pacman -S grub'
[2018-03-18 15:43] [PACMAN] Running 'pacman -Syu'
[2018-03-18 15:43] [PACMAN] synchronizing package lists
[2018-03-18 15:43] [PACMAN] starting full system upgrade
[2018-03-18 15:44] [PACMAN] Running 'pacman -Sy grub-pc'
[2018-03-18 15:44] [PACMAN] synchronizing package lists
[2018-03-18 15:44] [PACMAN] Running 'pacman -Sy grub'
[2018-03-18 15:44] [PACMAN] synchronizing package lists
[2018-03-18 15:44] [ALPM] transaction started
[2018-03-18 15:44] [ALPM] installed grub (2:2.02-5)
[2018-03-18 15:44] [ALPM-SCRIPTLET] Generating grub.cfg.example config file...
[2018-03-18 15:44] [ALPM-SCRIPTLET] This may fail on some machines running a custom kernel.
[2018-03-18 15:45] [ALPM-SCRIPTLET] done.
[2018-03-18 15:45] [ALPM] transaction completed
[2018-03-18 15:45] [ALPM] running 'systemd-update.hook'...
[2018-03-18 15:45] [ALPM] running 'texinfo-install.hook'...
[2018-03-18 16:06] [PACMAN] Running 'pacman -S os-prober'
[2018-03-18 16:06] [ALPM] transaction started
[2018-03-18 16:06] [ALPM] installed os-prober (1.76-1)
[2018-03-18 16:06] [ALPM] transaction completed
[2018-03-18 16:06] [ALPM] running 'systemd-update.hook'...
[2018-03-18 16:08] [PACMAN] Running 'pacman -R grub'
[2018-03-18 16:08] [ALPM] running 'texinfo-remove.hook'...
[2018-03-18 16:08] [ALPM] transaction started
[2018-03-18 16:08] [ALPM] removed grub (2:2.02-5)
[2018-03-18 16:08] [ALPM] transaction completed
[2018-03-18 16:08] [ALPM] running 'systemd-update.hook'...
[2018-03-18 16:08] [PACMAN] Running 'pacman -S grub'
[2018-03-18 16:08] [ALPM] transaction started
[2018-03-18 16:08] [ALPM] installed grub (2:2.02-5)
[2018-03-18 16:08] [ALPM-SCRIPTLET] Generating grub.cfg.example config file...
[2018-03-18 16:08] [ALPM-SCRIPTLET] This may fail on some machines running a custom kernel.
[2018-03-18 16:08] [ALPM-SCRIPTLET] done.
[2018-03-18 16:08] [ALPM] transaction completed
[2018-03-18 16:08] [ALPM] running 'systemd-update.hook'...
[2018-03-18 16:08] [ALPM] running 'texinfo-install.hook'...
[2018-03-18 16:10] [PACMAN] Running 'pacman -Sy --noconfirm pacman'
[2018-03-18 16:10] [PACMAN] synchronizing package lists
[2018-03-18 16:10] [ALPM] transaction started
[2018-03-18 16:10] [ALPM] reinstalled pacman (5.0.2-2)
[2018-03-18 16:10] [ALPM] transaction completed
[2018-03-18 16:10] [ALPM] running 'systemd-update.hook'...
[2018-03-18 16:10] [PACMAN] Running 'pacman -Syw --noconfirm grub-pc'
[2018-03-18 16:10] [PACMAN] synchronizing package lists
[2018-03-18 16:10] [PACMAN] Running 'pacman -Syw --noconfirm grub2'
[2018-03-18 16:10] [PACMAN] synchronizing package lists
[2018-03-18 16:10] [PACMAN] Running 'pacman -Syw --noconfirm grub'
[2018-03-18 16:10] [PACMAN] synchronizing package lists
[2018-03-18 16:11] [PACMAN] Running 'pacman -Syw --noconfirm shim-signed'
[2018-03-18 16:11] [PACMAN] synchronizing package lists
[2018-03-18 16:22] [PACMAN] Running 'pacman -Sy --noconfirm pacman'
[2018-03-18 16:22] [PACMAN] synchronizing package lists
[2018-03-18 16:22] [ALPM] transaction started
[2018-03-18 16:22] [ALPM] reinstalled pacman (5.0.2-2)
[2018-03-18 16:22] [ALPM] transaction completed
[2018-03-18 16:22] [ALPM] running 'systemd-update.hook'...
[2018-03-18 16:22] [PACMAN] Running 'pacman -Syw --noconfirm grub-pc'
[2018-03-18 16:22] [PACMAN] synchronizing package lists
[2018-03-18 16:22] [PACMAN] Running 'pacman -Syw --noconfirm grub2'
[2018-03-18 16:22] [PACMAN] synchronizing package lists
[2018-03-18 16:22] [PACMAN] Running 'pacman -Syw --noconfirm grub'
[2018-03-18 16:22] [PACMAN] synchronizing package lists
[2018-03-18 16:23] [PACMAN] Running 'pacman -Syw --noconfirm shim-signed'
[2018-03-18 16:23] [PACMAN] synchronizing package lists
[2018-03-18 16:23] [PACMAN] Running 'pacman -R grub*-common grub-common:i386 shim-signed'
[2018-03-18 16:23] [PACMAN] Running 'pacman -R grub'
[2018-03-18 16:23] [ALPM] running 'texinfo-remove.hook'...
[2018-03-18 16:23] [ALPM] transaction started
[2018-03-18 16:23] [ALPM] warning: /boot/grub/grub.cfg saved as /boot/grub/grub.cfg.pacsave
[2018-03-18 16:23] [ALPM] removed grub (2:2.02-5)
[2018-03-18 16:23] [ALPM] transaction completed
[2018-03-18 16:23] [ALPM] running 'systemd-update.hook'...
[2018-03-18 16:23] [PACMAN] Running 'pacman -Sy grub'
[2018-03-18 16:23] [PACMAN] synchronizing package lists
[2018-03-18 16:23] [ALPM] transaction started
[2018-03-18 16:23] [ALPM] installed grub (2:2.02-5)
[2018-03-18 16:23] [ALPM-SCRIPTLET] Generating grub.cfg.example config file...
[2018-03-18 16:23] [ALPM-SCRIPTLET] This may fail on some machines running a custom kernel.
[2018-03-18 16:23] [ALPM-SCRIPTLET] done.
[2018-03-18 16:23] [ALPM] transaction completed
[2018-03-18 16:23] [ALPM] running 'systemd-update.hook'...
[2018-03-18 16:23] [ALPM] running 'texinfo-install.hook'...
[2018-03-18 16:28] [PACMAN] Running 'pacman -R grub'
[2018-03-18 16:28] [ALPM] running 'texinfo-remove.hook'...
[2018-03-18 16:28] [ALPM] transaction started
[2018-03-18 16:28] [ALPM] warning: /etc/default/grub saved as /etc/default/grub.pacsave
[2018-03-18 16:28] [ALPM] warning: /boot/grub/grub.cfg saved as /boot/grub/grub.cfg.pacsave
[2018-03-18 16:28] [ALPM] removed grub (2:2.02-5)
[2018-03-18 16:28] [ALPM] transaction completed
[2018-03-18 16:28] [ALPM] running 'systemd-update.hook'...
[2018-03-18 16:29] [PACMAN] Running 'pacman -S grub'
[2018-03-18 16:29] [ALPM] transaction started
[2018-03-18 16:29] [ALPM] installed grub (2:2.02-5)
[2018-03-18 16:29] [ALPM-SCRIPTLET] Generating grub.cfg.example config file...
[2018-03-18 16:29] [ALPM-SCRIPTLET] This may fail on some machines running a custom kernel.
[2018-03-18 16:29] [ALPM-SCRIPTLET] done.
[2018-03-18 16:29] [ALPM] transaction completed
[2018-03-18 16:29] [ALPM] running 'systemd-update.hook'...
[2018-03-18 16:29] [ALPM] running 'texinfo-install.hook'...
[2018-03-18 16:40] [PACMAN] Running 'pacman -S xorg-server xorg-server-utils xorg-xinit'
[2018-03-18 16:40] [PACMAN] Running 'pacman -S xorg-server xorg-apps xorg-xinit'
[2018-03-18 16:41] [PACMAN] Running 'pacman -S xorg-server xorg-apps xorg-xinit'
[2018-03-18 16:43] [ALPM] transaction started
[2018-03-18 16:43] [ALPM] installed libepoxy (1.5.0-1)
[2018-03-18 16:43] [ALPM] installed libpng (1.6.34-2)
[2018-03-18 16:43] [ALPM] installed graphite (1:1.3.11-1)
[2018-03-18 16:43] [ALPM] installed harfbuzz (1.7.6-1)
[2018-03-18 16:43] [ALPM] installed freetype2 (2.9-2)
[2018-03-18 16:43] [ALPM] installed libfontenc (1.1.3-1)
[2018-03-18 16:43] [ALPM] installed xorgproto (2018.4-1)
[2018-03-18 16:43] [ALPM] installed libxfont2 (2.0.3-1)
[2018-03-18 16:43] [ALPM] installed pixman (0.34.0-1)
[2018-03-18 16:43] [ALPM] installed xkeyboard-config (2.23.1-2)
[2018-03-18 16:43] [ALPM] installed xcb-proto (1.13-1)
[2018-03-18 16:43] [ALPM] installed libxdmcp (1.1.2-1)
[2018-03-18 16:43] [ALPM] installed libxau (1.0.8-3)
[2018-03-18 16:43] [ALPM] installed libxcb (1.13-1)
[2018-03-18 16:43] [ALPM] installed libx11 (1.6.5-1)
[2018-03-18 16:43] [ALPM] installed libxkbfile (1.0.9-1)
[2018-03-18 16:43] [ALPM] installed xorg-xkbcomp (1.4.1-1)
[2018-03-18 16:43] [ALPM] installed xorg-setxkbmap (1.3.1-1)
[2018-03-18 16:43] [ALPM] installed xorg-server-common (1.19.6+13+gd0d1a694f-1)
[2018-03-18 16:43] [ALPM] installed libunwind (1.2.1-1)
[2018-03-18 16:43] [ALPM] installed libxext (1.3.3-1)
[2018-03-18 16:43] [ALPM] installed libpciaccess (0.14-1)
[2018-03-18 16:43] [ALPM] installed libdrm (2.4.91-2)
[2018-03-18 16:43] [ALPM] installed icu (60.2-1)
[2018-03-18 16:43] [ALPM] installed libxml2 (2.9.8-1)
[2018-03-18 16:43] [ALPM] installed wayland (1.14.0-1)
[2018-03-18 16:43] [ALPM] installed libxxf86vm (1.1.4-1)
[2018-03-18 16:43] [ALPM] installed libxfixes (5.0.3-2)
[2018-03-18 16:43] [ALPM] installed libxdamage (1.1.4-3)
[2018-03-18 16:43] [ALPM] installed libxshmfence (1.3-1)
[2018-03-18 16:43] [ALPM] installed libomxil-bellagio (0.9.3-1)
[2018-03-18 16:43] [ALPM] installed libedit (20170329_3.1-1)
[2018-03-18 16:43] [ALPM] installed llvm-libs (5.0.1-2)
[2018-03-18 16:43] [ALPM] installed lm_sensors (3.4.0-2)
[2018-03-18 16:43] [ALPM] installed mesa (17.3.6-1)
[2018-03-18 16:43] [ALPM] installed libglvnd (1.0.0-1)
[2018-03-18 16:43] [ALPM] installed mtdev (1.1.5-1)
[2018-03-18 16:43] [ALPM] installed libevdev (1.5.9-1)
[2018-03-18 16:43] [ALPM] installed libgudev (232-1)
[2018-03-18 16:43] [ALPM] installed libwacom (0.28-2)
[2018-03-18 16:43] [ALPM] installed libinput (1.10.3-1)
[2018-03-18 16:43] [ALPM] installed xf86-input-libinput (0.26.0-1)
[2018-03-18 16:43] [ALPM] installed xorg-server (1.19.6+13+gd0d1a694f-1)
[2018-03-18 16:43] [ALPM-SCRIPTLET] >>> xorg-server has now the ability to run without root rights with
[2018-03-18 16:43] [ALPM-SCRIPTLET]     the help of systemd-logind. xserver will fail to run if not launched
[2018-03-18 16:43] [ALPM-SCRIPTLET]     from the same virtual terminal as was used to log in.
[2018-03-18 16:43] [ALPM-SCRIPTLET]     Without root rights, log files will be in ~/.local/share/xorg/ directory.
[2018-03-18 16:43] [ALPM-SCRIPTLET] 
[2018-03-18 16:43] [ALPM-SCRIPTLET]     Old behavior can be restored through Xorg.wrap config file.
[2018-03-18 16:43] [ALPM-SCRIPTLET]     See Xorg.wrap man page (man xorg.wrap).
[2018-03-18 16:43] [ALPM] installed xorg-bdftopcf (1.1-1)
[2018-03-18 16:43] [ALPM] installed libice (1.0.9-2)
[2018-03-18 16:43] [ALPM] installed xorg-iceauth (1.0.8-1)
[2018-03-18 16:43] [ALPM] installed xorg-luit (1.1.1-2)
[2018-03-18 16:43] [ALPM] installed xorg-mkfontscale (1.1.3-1)
[2018-03-18 16:43] [ALPM] installed xorg-mkfontdir (1.0.7-8)
[2018-03-18 16:43] [ALPM] installed xorg-sessreg (1.1.1-1)
[2018-03-18 16:43] [ALPM] installed libsm (1.2.2-2)
[2018-03-18 16:43] [ALPM] installed libxt (1.1.5-1)
[2018-03-18 16:43] [ALPM] installed libxmu (1.1.2-1)
[2018-03-18 16:43] [ALPM] installed xorg-smproxy (1.0.6-1)
[2018-03-18 16:43] [ALPM] installed libxrender (0.9.10-1)
[2018-03-18 16:43] [ALPM] installed fontconfig (2.12.6+5+g665584a-1)
[2018-03-18 16:43] [ALPM-SCRIPTLET]   
[2018-03-18 16:43] [ALPM-SCRIPTLET]   Fontconfig configuration is done via /etc/fonts/conf.avail and conf.d.
[2018-03-18 16:43] [ALPM-SCRIPTLET]   Read /etc/fonts/conf.d/README for more information.
[2018-03-18 16:43] [ALPM-SCRIPTLET] 
[2018-03-18 16:43] [ALPM-SCRIPTLET]   Configuration via /etc/fonts/local.conf is still possible,
[2018-03-18 16:43] [ALPM-SCRIPTLET]   but is no longer recommended for options available in conf.avail.
[2018-03-18 16:43] [ALPM-SCRIPTLET] 
[2018-03-18 16:43] [ALPM-SCRIPTLET]   Main systemwide configuration should be done by symlinks
[2018-03-18 16:43] [ALPM-SCRIPTLET]   (especially for autohinting, sub-pixel and lcdfilter):
[2018-03-18 16:43] [ALPM-SCRIPTLET]   
[2018-03-18 16:43] [ALPM-SCRIPTLET]   cd /etc/fonts/conf.d
[2018-03-18 16:43] [ALPM-SCRIPTLET]   ln -s ../conf.avail/XX-foo.conf
[2018-03-18 16:43] [ALPM-SCRIPTLET]   
[2018-03-18 16:43] [ALPM-SCRIPTLET]   Check also https://wiki.archlinux.org/index.php/Font_Configuration
[2018-03-18 16:43] [ALPM-SCRIPTLET]   and https://wiki.archlinux.org/index.php/Fonts.
[2018-03-18 16:43] [ALPM-SCRIPTLET] 
[2018-03-18 16:43] [ALPM-SCRIPTLET] Rebuilding fontconfig cache... done.
[2018-03-18 16:43] [ALPM] installed libxft (2.3.2-1)
[2018-03-18 16:43] [ALPM] installed xorg-x11perf (1.6.0-1)
[2018-03-18 16:43] [ALPM] installed xorg-xauth (1.0.10-1)
[2018-03-18 16:43] [ALPM] installed xcb-util (0.4.0-1)
[2018-03-18 16:43] [ALPM] installed xorg-xbacklight (1.2.2-1)
[2018-03-18 16:43] [ALPM] installed xorg-xcmsdb (1.0.5-1)
[2018-03-18 16:43] [ALPM] installed libxcursor (1.1.15-1)
[2018-03-18 16:43] [ALPM] installed xorg-xcursorgen (1.0.6-1)
[2018-03-18 16:43] [ALPM] installed libxi (1.7.9-1)
[2018-03-18 16:43] [ALPM] installed libxtst (1.2.3-1)
[2018-03-18 16:43] [ALPM] installed libxxf86dga (1.1.4-1)
[2018-03-18 16:43] [ALPM] installed libxcomposite (0.4.4-2)
[2018-03-18 16:43] [ALPM] installed libxinerama (1.1.3-2)
[2018-03-18 16:43] [ALPM] installed libdmx (1.1.3-1)
[2018-03-18 16:43] [ALPM] installed xorg-xdpyinfo (1.3.2-1)
[2018-03-18 16:43] [ALPM] installed xorg-xdriinfo (1.0.6-1)
[2018-03-18 16:43] [ALPM] installed libxrandr (1.5.1-2)
[2018-03-18 16:43] [ALPM] installed xorg-xev (1.2.2-1)
[2018-03-18 16:43] [ALPM] installed xorg-xgamma (1.0.6-1)
[2018-03-18 16:43] [ALPM] installed xorg-xhost (1.0.7-1)
[2018-03-18 16:43] [ALPM] installed xorg-xrandr (1.5.0-1)
[2018-03-18 16:43] [ALPM] installed xorg-xinput (1.6.2-1)
[2018-03-18 16:43] [ALPM] installed xorg-xkbevd (1.1.4-1)
[2018-03-18 16:43] [ALPM] installed libxpm (3.5.12-1)
[2018-03-18 16:43] [ALPM] installed libxaw (1.0.13-1)
[2018-03-18 16:43] [ALPM] installed xorg-xkbutils (1.0.4-2)
[2018-03-18 16:43] [ALPM] installed xorg-xkill (1.0.5-1)
[2018-03-18 16:43] [ALPM] installed xorg-xlsatoms (1.1.2-1)
[2018-03-18 16:43] [ALPM] installed xorg-xlsclients (1.1.4-1)
[2018-03-18 16:43] [ALPM] installed xorg-xmodmap (1.0.9-1)
[2018-03-18 16:43] [ALPM] installed xorg-xpr (1.0.5-1)
[2018-03-18 16:43] [ALPM] installed xorg-xprop (1.2.3-1)
[2018-03-18 16:43] [ALPM] installed xorg-xrdb (1.1.1-1)
[2018-03-18 16:43] [ALPM] installed xorg-xrefresh (1.0.6-1)
[2018-03-18 16:43] [ALPM] installed xorg-xset (1.2.4-1)
[2018-03-18 16:43] [ALPM] installed xorg-xsetroot (1.1.2-1)
[2018-03-18 16:43] [ALPM] installed libxv (1.0.11-1)
[2018-03-18 16:43] [ALPM] installed xorg-xvinfo (1.1.3-1)
[2018-03-18 16:43] [ALPM] installed xorg-xwd (1.0.7-1)
[2018-03-18 16:43] [ALPM] installed xorg-xwininfo (1.1.4-1)
[2018-03-18 16:43] [ALPM] installed xorg-xwud (1.0.5-1)
[2018-03-18 16:43] [ALPM] installed xorg-xinit (1.4.0-2)
[2018-03-18 16:43] [ALPM] transaction completed
[2018-03-18 16:43] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-03-18 16:43] [ALPM] running 'systemd-hwdb.hook'...
[2018-03-18 16:43] [ALPM] running 'systemd-udev-reload.hook'...
[2018-03-18 16:43] [ALPM] running 'systemd-update.hook'...
[2018-03-18 16:43] [PACMAN] Running 'pacman -S xf86-video-nouveau'
[2018-03-18 16:43] [ALPM] transaction started
[2018-03-18 16:43] [ALPM] installed xf86-video-nouveau (1.0.15-2)
[2018-03-18 16:43] [ALPM] transaction completed
[2018-03-18 16:43] [ALPM] running 'systemd-update.hook'...
[2018-03-18 16:44] [PACMAN] Running 'pacman -S xf86-video-vesa'
[2018-03-18 16:44] [ALPM] transaction started
[2018-03-18 16:44] [ALPM] installed xf86-video-vesa (2.4.0-1)
[2018-03-18 16:44] [ALPM] transaction completed
[2018-03-18 16:44] [ALPM] running 'systemd-update.hook'...
[2018-03-18 16:44] [PACMAN] Running 'pacman -S xddm'
[2018-03-18 16:44] [PACMAN] Running 'pacman -S sddm'
[2018-03-18 16:45] [ALPM] transaction started
[2018-03-18 16:45] [ALPM] installed libjpeg-turbo (1.5.3-1)
[2018-03-18 16:45] [ALPM] installed xcb-util-keysyms (0.4.0-1)
[2018-03-18 16:45] [ALPM] installed xcb-util-renderutil (0.3.9-1)
[2018-03-18 16:45] [ALPM] installed xdg-utils (1.1.2-2)
[2018-03-18 16:45] [ALPM] installed xcb-util-wm (0.4.1-1)
[2018-03-18 16:45] [ALPM] installed xcb-util-image (0.4.0-1)
[2018-03-18 16:45] [ALPM] installed tslib (1.15-1)
[2018-03-18 16:45] [ALPM] installed libxkbcommon (0.8.0-1)
[2018-03-18 16:45] [ALPM] installed libxkbcommon-x11 (0.8.0-1)
[2018-03-18 16:45] [ALPM] installed libproxy (0.4.15-6)
[2018-03-18 16:45] [ALPM] installed libtiff (4.0.9-1)
[2018-03-18 16:45] [ALPM] installed libdaemon (0.14-3)
[2018-03-18 16:45] [ALPM] installed avahi (0.7-4)
[2018-03-18 16:45] [ALPM] installed libcups (2.2.6-4)
[2018-03-18 16:45] [ALPM] installed double-conversion (3.0.0-1)
[2018-03-18 16:45] [ALPM] installed qt5-base (5.10.1-5)
[2018-03-18 16:45] [ALPM] installed qt5-xmlpatterns (5.10.1-1)
[2018-03-18 16:45] [ALPM] installed qt5-declarative (5.10.1-3)
[2018-03-18 16:45] [ALPM] installed sddm (0.17.0-5)
[2018-03-18 16:45] [ALPM] transaction completed
[2018-03-18 16:45] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-03-18 16:45] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-03-18 16:45] [ALPM] running 'systemd-sysusers.hook'...
[2018-03-18 16:45] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-03-18 16:45] [ALPM] running 'systemd-update.hook'...
[2018-03-18 16:45] [PACMAN] Running 'pacman -S plasma kde-applications'
[2018-03-18 17:24] [PACMAN] Running 'pacman -R kde'
[2018-03-18 17:24] [PACMAN] Running 'pacman -Rnsc kde'
[2018-03-18 17:24] [PACMAN] Running 'pacman -Rnsc kde'
[2018-03-18 17:24] [PACMAN] Running 'pacman -S xfce4'
[2018-03-18 17:25] [ALPM] transaction started
[2018-03-18 17:25] [ALPM] installed libxfce4util (4.12.1-1)
[2018-03-18 17:25] [ALPM] installed atk (2.26.1-1)
[2018-03-18 17:25] [ALPM] installed libdatrie (0.2.10-2)
[2018-03-18 17:25] [ALPM] installed libthai (0.1.27-1)
[2018-03-18 17:25] [ALPM] installed lzo (2.10-1)
[2018-03-18 17:25] [ALPM] installed cairo (1.15.10-1)
[2018-03-18 17:25] [ALPM] installed pango (1.40.14-2)
[2018-03-18 17:25] [ALPM] installed shared-mime-info (1.9-1)
[2018-03-18 17:25] [ALPM] installed jasper (2.0.14-1)
[2018-03-18 17:25] [ALPM] installed gdk-pixbuf2 (2.36.11-1)
[2018-03-18 17:25] [ALPM] installed libcroco (0.6.12+4+g9ad7287-1)
[2018-03-18 17:25] [ALPM] installed librsvg (2:2.42.3-1)
[2018-03-18 17:25] [ALPM] installed hicolor-icon-theme (0.17-1)
[2018-03-18 17:25] [ALPM] installed gtk-update-icon-cache (3.22.28-1)
[2018-03-18 17:25] [ALPM] installed desktop-file-utils (0.23-1)
[2018-03-18 17:25] [ALPM] installed gtk2 (2.24.32-1)
[2018-03-18 17:25] [ALPM] installed dconf (0.26.1-1)
[2018-03-18 17:25] [ALPM] installed at-spi2-core (2.26.2-1)
[2018-03-18 17:25] [ALPM] installed at-spi2-atk (2.26.1-1)
[2018-03-18 17:25] [ALPM] installed adwaita-icon-theme (3.26.1-1)
[2018-03-18 17:25] [ALPM] installed json-glib (1.4.2-2)
[2018-03-18 17:25] [ALPM] installed wayland-protocols (1.13-1)
[2018-03-18 17:25] [ALPM] installed cantarell-fonts (1:0.101-1)
[2018-03-18 17:25] [ALPM] installed lcms2 (2.9-1)
[2018-03-18 17:25] [ALPM] installed libgusb (0.2.11-1)
[2018-03-18 17:25] [ALPM] installed nspr (4.19-1)
[2018-03-18 17:25] [ALPM] installed js (24.2.0-4)
[2018-03-18 17:25] [ALPM] installed polkit (0.113+34+g29ba7af-1)
[2018-03-18 17:25] [ALPM] installed colord (1.4.2-1)
[2018-03-18 17:25] [ALPM] installed gsettings-desktop-schemas (3.24.1+3+ge869987-1)
[2018-03-18 17:25] [ALPM] installed glib-networking (2.54.1-1)
[2018-03-18 17:25] [ALPM] installed libsoup (2.60.3-1)
[2018-03-18 17:25] [ALPM] installed rest (0.8.1-1)
[2018-03-18 17:25] [ALPM] installed libogg (1.3.3-2)
[2018-03-18 17:25] [ALPM] installed libvorbis (1.3.6-1)
[2018-03-18 17:25] [ALPM] installed alsa-lib (1.1.5-1)
[2018-03-18 17:25] [ALPM] installed tdb (1.3.15-1)
[2018-03-18 17:25] [ALPM] installed sound-theme-freedesktop (0.8-2)
[2018-03-18 17:25] [ALPM] installed libcanberra (0.30+2+gc0620e4-1)
[2018-03-18 17:25] [ALPM] installed gtk3 (3.22.28-1)
[2018-03-18 17:25] [ALPM] installed dbus-glib (0.110-1)
[2018-03-18 17:25] [ALPM] installed xfconf (4.12.1-4)
[2018-03-18 17:25] [ALPM] installed startup-notification (0.12-5)
[2018-03-18 17:25] [ALPM] installed libxfce4ui (4.12.1-2)
[2018-03-18 17:25] [ALPM] installed perl-uri (1.73-1)
[2018-03-18 17:25] [ALPM] installed exo (0.12.0-1)
[2018-03-18 17:25] [ALPM] installed garcon (0.6.1-1)
[2018-03-18 17:25] [ALPM] installed gtk-xfce-engine (2.10.1-1)
[2018-03-18 17:25] [ALPM] installed libexif (0.6.21-3)
[2018-03-18 17:25] [ALPM] installed libnotify (0.7.7-1)
[2018-03-18 17:25] [ALPM] installed thunar (1.6.14-1)
[2018-03-18 17:25] [ALPM] installed thunar-volman (0.8.1-2)
[2018-03-18 17:25] [ALPM] installed tumbler (0.2.0-1)
[2018-03-18 17:25] [ALPM] installed xfce4-appfinder (4.12.0-4)
[2018-03-18 17:25] [ALPM] installed libxres (1.2.0-1)
[2018-03-18 17:25] [ALPM] installed libwnck (2.31.0-1)
[2018-03-18 17:25] [ALPM] installed xfce4-panel (4.12.2-1)
[2018-03-18 17:25] [ALPM] installed libplist (2.0.0+11+gec9ba8b-1)
[2018-03-18 17:25] [ALPM] installed libusbmuxd (1.0.10+13+gc724e70-1)
[2018-03-18 17:25] [ALPM] installed usbmuxd (1.1.0+28+g46bdf3e-1)
[2018-03-18 17:25] [ALPM] installed libimobiledevice (1.2.0+66+g5a85432-1)
[2018-03-18 17:25] [ALPM] installed upower (0.99.7-1)
[2018-03-18 17:25] [ALPM] installed xfce4-power-manager (1.6.1-1)
[2018-03-18 17:25] [ALPM] installed polkit-gnome (0.105-3)
[2018-03-18 17:25] [ALPM] installed xfce4-session (4.12.1-8)
[2018-03-18 17:25] [ALPM] installed iso-codes (3.76-1)
[2018-03-18 17:25] [ALPM] installed libxklavier (5.4-2)
[2018-03-18 17:25] [ALPM] installed gnome-icon-theme-symbolic (3.12.0-4)
[2018-03-18 17:25] [ALPM] installed gnome-icon-theme (3.12.0-4)
[2018-03-18 17:25] [ALPM] installed gnome-themes-standard (3.22.3+16+gc092fc89-1)
[2018-03-18 17:25] [ALPM] installed xfce4-settings (4.12.2-1)
[2018-03-18 17:25] [ALPM] installed vte-common (0.50.2+6+g7fe155b9-1)
[2018-03-18 17:25] [ALPM] installed vte3 (0.50.2+6+g7fe155b9-1)
[2018-03-18 17:25] [ALPM] installed xfce4-terminal (0.8.7.2-1)
[2018-03-18 17:25] [ALPM] installed xfdesktop (4.12.4-1)
[2018-03-18 17:25] [ALPM] installed xfwm4 (4.12.4-1)
[2018-03-18 17:25] [ALPM] installed xfwm4-themes (4.10.0-2)
[2018-03-18 17:25] [ALPM] transaction completed
[2018-03-18 17:25] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-03-18 17:25] [ALPM-SCRIPTLET] perl: warning: Setting locale failed.
[2018-03-18 17:25] [ALPM-SCRIPTLET] perl: warning: Please check that your locale settings:
[2018-03-18 17:25] [ALPM-SCRIPTLET] 	LANGUAGE = (unset),
[2018-03-18 17:25] [ALPM-SCRIPTLET] 	LC_ALL = (unset),
[2018-03-18 17:25] [ALPM-SCRIPTLET] 	LANG = "en_US.UTF-8"
[2018-03-18 17:25] [ALPM-SCRIPTLET]     are supported and installed on your system.
[2018-03-18 17:25] [ALPM-SCRIPTLET] perl: warning: Falling back to the standard locale ("C").
[2018-03-18 17:25] [ALPM] running 'fontconfig.hook'...
[2018-03-18 17:25] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2018-03-18 17:25] [ALPM] running 'gio-querymodules.hook'...
[2018-03-18 17:25] [ALPM] running 'glib-compile-schemas.hook'...
[2018-03-18 17:25] [ALPM] running 'gtk-query-immodules-2.0.hook'...
[2018-03-18 17:25] [ALPM] running 'gtk-query-immodules-3.0.hook'...
[2018-03-18 17:25] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-18 17:25] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-03-18 17:25] [ALPM-SCRIPTLET]   Skipped: Current root is not booted.
[2018-03-18 17:25] [ALPM] running 'systemd-sysusers.hook'...
[2018-03-18 17:25] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-03-18 17:25] [ALPM] running 'systemd-udev-reload.hook'...
[2018-03-18 17:25] [ALPM-SCRIPTLET]   Skipped: Device manager is not running.
[2018-03-18 17:25] [ALPM] running 'systemd-update.hook'...
[2018-03-18 17:25] [ALPM] running 'update-desktop-database.hook'...
[2018-03-18 17:25] [ALPM] running 'update-mime-database.hook'...
[2018-03-18 17:25] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-03-18 17:26] [PACMAN] Running 'pacman -S xfce4-goodies'
[2018-03-18 17:26] [ALPM] transaction started
[2018-03-18 17:26] [ALPM] installed gtksourceview3 (3.24.6-1)
[2018-03-18 17:26] [ALPM] installed mousepad (0.4.0-3)
[2018-03-18 17:26] [ALPM] installed libical (3.0.1-1)
[2018-03-18 17:26] [ALPM] installed orage (4.12.1-4)
[2018-03-18 17:26] [ALPM] installed thunar-archive-plugin (0.3.1-7)
[2018-03-18 17:26] [ALPM] installed taglib (1.11.1-1)
[2018-03-18 17:26] [ALPM] installed thunar-media-tags-plugin (0.2.1-2)
[2018-03-18 17:26] [ALPM] installed libburn (1.4.8-1)
[2018-03-18 17:26] [ALPM] installed libisofs (1.4.8-1)
[2018-03-18 17:26] [ALPM] installed gstreamer (1.12.4-1)
[2018-03-18 17:26] [ALPM] installed orc (0.4.28-1)
[2018-03-18 17:26] [ALPM] installed gst-plugins-base-libs (1.12.4-1)
[2018-03-18 17:26] [ALPM] installed xfburn (0.5.5-1)
[2018-03-18 17:26] [ALPM] installed xfce4-artwork (0.1.1a_git20110420-4)
[2018-03-18 17:26] [ALPM] installed xfce4-battery-plugin (1.1.0-1)
[2018-03-18 17:26] [ALPM] installed qrencode (4.0.0-1)
[2018-03-18 17:26] [ALPM] installed xfce4-clipman-plugin (1.4.2-2)
[2018-03-18 17:26] [ALPM] installed xfce4-cpufreq-plugin (1.1.3-1)
[2018-03-18 17:26] [ALPM] installed xfce4-cpugraph-plugin (1.0.5-4)
[2018-03-18 17:26] [ALPM] installed xfce4-datetime-plugin (0.7.0-1)
[2018-03-18 17:26] [ALPM] installed xfce4-dict (0.8.0-1)
[2018-03-18 17:26] [ALPM] installed xfce4-diskperf-plugin (2.6.1-1)
[2018-03-18 17:26] [ALPM] installed xfce4-eyes-plugin (4.5.0-1)
[2018-03-18 17:26] [ALPM] installed xfce4-fsguard-plugin (1.1.0-1)
[2018-03-18 17:26] [ALPM] installed xfce4-genmon-plugin (4.0.1-1)
[2018-03-18 17:26] [ALPM] installed xfce4-mailwatch-plugin (1.2.0-7)
[2018-03-18 17:26] [ALPM] installed xfce4-mount-plugin (1.1.2-1)
[2018-03-18 17:26] [ALPM] installed libmpd (11.8.17-3)
[2018-03-18 17:26] [ALPM] installed xfce4-mpc-plugin (0.5.0-1)
[2018-03-18 17:26] [ALPM] installed xfce4-netload-plugin (1.3.1-1)
[2018-03-18 17:26] [ALPM] installed libunique (1.1.6-6)
[2018-03-18 17:26] [ALPM] installed xfce4-notes-plugin (1.8.1-2)
[2018-03-18 17:26] [ALPM] installed xfce4-notifyd (0.4.2-1)
[2018-03-18 17:26] [ALPM] installed libasyncns (0.8+3+g68cd5af-1)
[2018-03-18 17:26] [ALPM] installed flac (1.3.2-1)
[2018-03-18 17:26] [ALPM] installed libsndfile (1.0.28-1)
[2018-03-18 17:26] [ALPM] installed libpulse (11.1-1)
[2018-03-18 17:26] [ALPM] installed libkeybinder3 (0.3.2-1)
[2018-03-18 17:26] [ALPM] installed xfce4-pulseaudio-plugin (0.3.5-1)
[2018-03-18 17:26] [ALPM] installed xfce4-screenshooter (1.9.1-1)
[2018-03-18 17:26] [ALPM] installed xfce4-sensors-plugin (1.2.6-3)
[2018-03-18 17:26] [ALPM] installed xfce4-smartbookmark-plugin (0.5.0-1)
[2018-03-18 17:26] [ALPM] installed xfce4-systemload-plugin (1.2.1-1)
[2018-03-18 17:26] [ALPM] installed xfce4-taskmanager (1.2.0-1)
[2018-03-18 17:26] [ALPM] installed xfce4-time-out-plugin (1.0.2-2)
[2018-03-18 17:26] [ALPM] installed xfce4-timer-plugin (1.7.0-1)
[2018-03-18 17:26] [ALPM] installed xfce4-verve-plugin (1.1.0-1)
[2018-03-18 17:26] [ALPM] installed xfce4-wavelan-plugin (0.6.0-1)
[2018-03-18 17:26] [ALPM] installed xfce4-weather-plugin (0.8.10-1)
[2018-03-18 17:26] [ALPM] installed libwnck3 (3.24.1-1)
[2018-03-18 17:26] [ALPM] installed xfce4-xkb-plugin (0.8.1-1)
[2018-03-18 17:26] [ALPM] installed cdparanoia (10.2-5)
[2018-03-18 17:26] [ALPM] installed libvisual (0.4.0-7)
[2018-03-18 17:26] [ALPM] installed libtheora (1.1.1-4)
[2018-03-18 17:26] [ALPM] installed opus (1.2.1-1)
[2018-03-18 17:26] [ALPM] installed gst-plugins-base (1.12.4-1)
[2018-03-18 17:27] [ALPM] installed libsamplerate (0.1.9-1)
[2018-03-18 17:27] [ALPM] installed zita-alsa-pcmi (0.2.0-3)
[2018-03-18 17:27] [ALPM] installed zita-resampler (1.6.0-2)
[2018-03-18 17:27] [ALPM] installed jack (0.125.0-3)
[2018-03-18 17:27] [ALPM] installed wavpack (5.1.0-2)
[2018-03-18 17:27] [ALPM] installed gpm (1.20.7-8)
[2018-03-18 17:27] [ALPM] installed aalib (1.4rc5-12)
[2018-03-18 17:27] [ALPM] installed libdv (1.0.0-7)
[2018-03-18 17:27] [ALPM] installed speexdsp (1.2rc3-2)
[2018-03-18 17:27] [ALPM] installed speex (1.2.0-1)
[2018-03-18 17:27] [ALPM] installed libshout (1:2.4.1-3)
[2018-03-18 17:27] [ALPM] installed libvpx (1.7.0-1)
[2018-03-18 17:27] [ALPM] installed giflib (5.1.4-1)
[2018-03-18 17:27] [ALPM] installed libid3tag (0.15.1b-8)
[2018-03-18 17:27] [ALPM] installed imlib2 (1.4.10-1)
[2018-03-18 17:27] [ALPM] installed libcaca (0.99.beta19-1)
[2018-03-18 17:27] [ALPM] installed libraw1394 (2.1.2-1)
[2018-03-18 17:27] [ALPM] installed libavc1394 (0.5.4-3)
[2018-03-18 17:27] [ALPM] installed libiec61883 (1.2.0-4)
[2018-03-18 17:27] [ALPM] installed v4l-utils (1.14.2-1)
[2018-03-18 17:27] [ALPM] installed gst-plugins-good (1.12.4-2)
[2018-03-18 17:27] [ALPM] installed parole (0.9.2-2)
[2018-03-18 17:27] [ALPM] installed ristretto (0.8.2-2)
[2018-03-18 17:27] [ALPM] installed xfce4-whiskermenu-plugin (1.7.5-1)
[2018-03-18 17:27] [ALPM] transaction completed
[2018-03-18 17:27] [ALPM] running 'glib-compile-schemas.hook'...
[2018-03-18 17:27] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-18 17:27] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-03-18 17:27] [ALPM-SCRIPTLET]   Skipped: Current root is not booted.
[2018-03-18 17:27] [ALPM] running 'systemd-udev-reload.hook'...
[2018-03-18 17:27] [ALPM-SCRIPTLET]   Skipped: Device manager is not running.
[2018-03-18 17:27] [ALPM] running 'systemd-update.hook'...
[2018-03-18 17:27] [ALPM] running 'texinfo-install.hook'...
[2018-03-18 17:27] [ALPM] running 'update-desktop-database.hook'...
[2018-03-18 17:27] [PACMAN] Running 'pacman -S i3wm'
[2018-03-18 17:27] [PACMAN] Running 'pacman -S i3'
[2018-03-18 17:27] [ALPM] transaction started
[2018-03-18 17:27] [ALPM] installed libev (4.24-1)
[2018-03-18 17:27] [ALPM] installed yajl (2.1.0-1)
[2018-03-18 17:27] [ALPM] installed xcb-util-cursor (0.1.3-1)
[2018-03-18 17:27] [ALPM] installed xcb-util-xrm (1.2-2)
[2018-03-18 17:27] [ALPM] installed i3-gaps (4.15.0.1-2)
[2018-03-18 17:27] [ALPM] installed i3blocks (1.4-6)
[2018-03-18 17:27] [ALPM] installed i3lock (2.10-1)
[2018-03-18 17:27] [ALPM] installed wireless_tools (30.pre9-1)
[2018-03-18 17:27] [ALPM] installed confuse (3.2.1-1)
[2018-03-18 17:27] [ALPM] installed i3status (2.11-3)
[2018-03-18 17:27] [ALPM] transaction completed
[2018-03-18 17:27] [ALPM] running 'systemd-update.hook'...
[2018-03-18 17:27] [ALPM] running 'update-desktop-database.hook'...
[2018-03-18 17:28] [PACMAN] Running 'pacman -S firefox'
[2018-03-18 17:29] [PACMAN] Running 'pacman -S firefox'
[2018-03-18 17:30] [ALPM] transaction started
[2018-03-18 17:30] [ALPM] installed mozilla-common (1.4-4)
[2018-03-18 17:30] [ALPM-SCRIPTLET] relogin or source /etc/profile.d/mozilla-common.sh
[2018-03-18 17:30] [ALPM] installed mailcap (2.1.48+14+g5811758-1)
[2018-03-18 17:30] [ALPM] installed fribidi (1.0.1+8+gdf7252b-1)
[2018-03-18 17:30] [ALPM] installed gsm (1.0.17-1)
[2018-03-18 17:30] [ALPM] installed lame (3.100-1)
[2018-03-18 17:30] [ALPM] installed libmodplug (0.8.9.0-1)
[2018-03-18 17:30] [ALPM] installed libsoxr (0.1.3-1)
[2018-03-18 17:30] [ALPM] installed libssh (0.7.5-2)
[2018-03-18 17:30] [ALPM] installed libvdpau (1.1.1+3+ga21bf7a-1)
[2018-03-18 17:30] [ALPM] installed libwebp (0.6.1-1)
[2018-03-18 17:30] [ALPM] installed opencore-amr (0.1.5-1)
[2018-03-18 17:30] [ALPM] installed openjpeg2 (2.3.0-1)
[2018-03-18 17:30] [ALPM] installed sdl2 (2.0.8-1)
[2018-03-18 17:30] [ALPM] installed libass (0.14.0-1)
[2018-03-18 17:30] [ALPM] installed libbluray (1.0.1-1)
[2018-03-18 17:30] [ALPM] installed libva (2.1.0-1)
[2018-03-18 17:30] [ALPM] installed vid.stab (1.1-1)
[2018-03-18 17:30] [ALPM] installed libx264 (2:152.20171224-1)
[2018-03-18 17:30] [ALPM] installed x265 (2.7-1)
[2018-03-18 17:30] [ALPM] installed xvidcore (1.3.5-1)
[2018-03-18 17:30] [ALPM] installed ffmpeg (1:3.4.2-2)
[2018-03-18 17:30] [ALPM] installed nss (3.36-1)
[2018-03-18 17:30] [ALPM] installed hunspell (1.6.2-1)
[2018-03-18 17:30] [ALPM] installed noto-fonts (20171025-2)
[2018-03-18 17:30] [ALPM] installed firefox (59.0.1-1)
[2018-03-18 17:30] [ALPM] transaction completed
[2018-03-18 17:30] [ALPM] running 'fontconfig.hook'...
[2018-03-18 17:30] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-18 17:30] [ALPM] running 'systemd-update.hook'...
[2018-03-18 17:30] [ALPM] running 'update-desktop-database.hook'...
[2018-03-18 17:30] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-03-18 17:33] [PACMAN] Running 'pacman -S os-prober'
[2018-03-18 17:33] [ALPM] transaction started
[2018-03-18 17:33] [ALPM] reinstalled os-prober (1.76-1)
[2018-03-18 17:33] [ALPM] transaction completed
[2018-03-18 17:33] [ALPM] running 'systemd-update.hook'...
[2018-03-18 17:37] [PACMAN] Running 'pacman -S gedit'
[2018-03-18 17:37] [ALPM] transaction started
[2018-03-18 17:37] [ALPM] installed gobject-introspection-runtime (1.54.1-1)
[2018-03-18 17:37] [ALPM] installed libpeas (1.22.0-1)
[2018-03-18 17:37] [ALPM] installed aspell (0.60.6.1-5)
[2018-03-18 17:37] [ALPM] installed hspell (1.4-1)
[2018-03-18 17:37] [ALPM] installed libvoikko (4.1.1-1)
[2018-03-18 17:37] [ALPM] installed enchant (2.2.3-1)
[2018-03-18 17:37] [ALPM] installed gspell (1.7.1-1)
[2018-03-18 17:37] [ALPM] installed pygobject-devel (3.26.1-1)
[2018-03-18 17:37] [ALPM] installed python (3.6.4-2)
[2018-03-18 17:37] [ALPM] installed python-gobject (3.26.1-1)
[2018-03-18 17:37] [ALPM] installed gedit (3.22.1+1+gd21912e3e-1)
[2018-03-18 17:37] [ALPM] transaction completed
[2018-03-18 17:37] [ALPM] running 'glib-compile-schemas.hook'...
[2018-03-18 17:37] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-18 17:37] [ALPM] running 'systemd-update.hook'...
[2018-03-18 17:37] [ALPM] running 'texinfo-install.hook'...
[2018-03-18 17:37] [ALPM] running 'update-desktop-database.hook'...
[2018-03-20 20:22] [PACMAN] Running 'pacman -S git'
[2018-03-20 20:22] [ALPM] transaction started
[2018-03-20 20:22] [ALPM] installed perl-error (0.17025-2)
[2018-03-20 20:22] [ALPM] installed git (2.16.2-2)
[2018-03-20 20:22] [ALPM] transaction completed
[2018-03-20 20:22] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-03-20 20:22] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-03-20 20:22] [ALPM] running 'systemd-sysusers.hook'...
[2018-03-20 20:22] [ALPM] running 'systemd-update.hook'...
[2018-03-20 20:25] [PACMAN] Running 'pacman -Syu'
[2018-03-20 20:25] [PACMAN] synchronizing package lists
[2018-03-20 20:25] [PACMAN] starting full system upgrade
[2018-03-20 20:26] [ALPM] transaction started
[2018-03-20 20:26] [ALPM] upgraded libpsl (0.20.0-1 -> 0.20.1-1)
[2018-03-20 20:26] [ALPM] upgraded gcc-libs (7.3.0-1 -> 7.3.1+20180312-1)
[2018-03-20 20:26] [ALPM] upgraded curl (7.58.0-2 -> 7.59.0-2)
[2018-03-20 20:26] [ALPM] upgraded gcc (7.3.0-1 -> 7.3.1+20180312-1)
[2018-03-20 20:26] [ALPM] upgraded libbluray (1.0.1-1 -> 1.0.2-1)
[2018-03-20 20:26] [ALPM] upgraded libical (3.0.1-1 -> 3.0.3-1)
[2018-03-20 20:26] [ALPM] upgraded libtirpc (1.0.2-3 -> 1.0.3-1)
[2018-03-20 20:26] [ALPM] upgraded libtool (2.4.6+40+g6ca5e224-4 -> 2.4.6+40+g6ca5e224-5)
[2018-03-20 20:26] [ALPM] upgraded linux (4.15.9-1 -> 4.15.10-1)
[2018-03-20 20:26] [ALPM] upgraded xfce4-settings (4.12.2-1 -> 4.12.3-1)
[2018-03-20 20:26] [ALPM] upgraded xorg-xinit (1.4.0-2 -> 1.4.0-3)
[2018-03-20 20:26] [ALPM] transaction completed
[2018-03-20 20:26] [ALPM] running '60-linux.hook'...
[2018-03-20 20:26] [ALPM] running '90-linux.hook'...
[2018-03-20 20:26] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-03-20 20:26] [ALPM-SCRIPTLET] ==> Starting build: 4.15.10-1-ARCH
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-03-20 20:26] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-03-20 20:26] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-03-20 20:26] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-03-20 20:26] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-03-20 20:26] [ALPM-SCRIPTLET] ==> Starting build: 4.15.10-1-ARCH
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-03-20 20:26] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-03-20 20:26] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-03-20 20:26] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-03-20 20:26] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-03-20 20:26] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-03-20 20:26] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-03-20 20:26] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-20 20:26] [ALPM] running 'systemd-update.hook'...
[2018-03-20 20:26] [ALPM] running 'texinfo-install.hook'...
[2018-03-20 20:26] [ALPM] running 'update-desktop-database.hook'...
[2018-03-20 20:26] [PACMAN] Running 'pacman -S git yaourt i3lock i3gaps python3 python-pip compton pulseaudio pavucontrol nitrogen rofi ranger mpd neofetch ncmpcpp ncurses fftw'
[2018-03-20 20:27] [PACMAN] Running 'pacman -S install i3gaps'
[2018-03-20 20:28] [PACMAN] Running 'pacman -Syu'
[2018-03-20 20:28] [PACMAN] synchronizing package lists
[2018-03-20 20:28] [PACMAN] starting full system upgrade
[2018-03-20 20:28] [PACMAN] Running 'pacman -S git yaourt i3lock python3 python-pip compton pulseaudio pavucontrol nitrogen rofi ranger mpd neofetch ncmpcpp ncurses fftw'
[2018-03-20 20:28] [PACMAN] Running 'pacman -S --needed base-devel git wget yajl'
[2018-03-20 20:28] [ALPM] transaction started
[2018-03-20 20:28] [ALPM] installed wget (1.19.4-3)
[2018-03-20 20:28] [ALPM] transaction completed
[2018-03-20 20:28] [ALPM] running 'systemd-update.hook'...
[2018-03-20 20:28] [ALPM] running 'texinfo-install.hook'...
[2018-03-20 20:29] [PACMAN] Running 'pacman -Syu'
[2018-03-20 20:29] [PACMAN] synchronizing package lists
[2018-03-20 20:29] [PACMAN] starting full system upgrade
[2018-03-20 20:29] [PACMAN] Running 'pacman -S git i3lock python3 python-pip compton pulseaudio pavucontrol nitrogen rofi ranger mpd neofetch ncmpcpp ncurses fftw'
[2018-03-20 20:29] [ALPM] transaction started
[2018-03-20 20:29] [ALPM] reinstalled ncurses (6.1-3)
[2018-03-20 20:29] [ALPM] reinstalled git (2.16.2-2)
[2018-03-20 20:29] [ALPM] reinstalled i3lock (2.10-1)
[2018-03-20 20:29] [ALPM] reinstalled python (3.6.4-2)
[2018-03-20 20:29] [ALPM] installed python-pyparsing (2.2.0-1)
[2018-03-20 20:29] [ALPM] installed python-six (1.11.0-1)
[2018-03-20 20:29] [ALPM] installed python-packaging (16.8-2)
[2018-03-20 20:29] [ALPM] installed python-appdirs (1.4.3-1)
[2018-03-20 20:29] [ALPM] installed python-setuptools (1:39.0.1-1)
[2018-03-20 20:29] [ALPM] installed python-pip (9.0.1-3)
[2018-03-20 20:29] [ALPM] installed libconfig (1.7.2-1)
[2018-03-20 20:29] [ALPM] installed compton (0.1_beta2.5-10)
[2018-03-20 20:29] [ALPM] installed rtkit (0.11+8+ge0a51fe-1)
[2018-03-20 20:29] [ALPM] installed webrtc-audio-processing (0.3-2)
[2018-03-20 20:29] [ALPM] installed pulseaudio (11.1-1)
[2018-03-20 20:29] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/pulseaudio.socket -> /usr/lib/systemd/user/pulseaudio.socket.
[2018-03-20 20:29] [ALPM] installed libcanberra-pulse (0.30+2+gc0620e4-1)
[2018-03-20 20:29] [ALPM] installed libsigc++ (2.10.0-1)
[2018-03-20 20:29] [ALPM] installed glibmm (2.54.1-1)
[2018-03-20 20:29] [ALPM] installed cairomm (1.12.2-2)
[2018-03-20 20:29] [ALPM] installed pangomm (2.40.1-2)
[2018-03-20 20:29] [ALPM] installed atkmm (2.24.2+1+gf30b47f-2)
[2018-03-20 20:29] [ALPM] installed gtkmm3 (3.22.2+2+g3002ed86-1)
[2018-03-20 20:29] [ALPM] installed pavucontrol (1:3.0+23+g335c26c-1)
[2018-03-20 20:29] [ALPM] installed gtkmm (2.24.5-2)
[2018-03-20 20:29] [ALPM] installed nitrogen (1.6.1-1)
[2018-03-20 20:29] [ALPM] installed libxdg-basedir (1.2.0-3)
[2018-03-20 20:29] [ALPM] installed rofi (1.5.0-2)
[2018-03-20 20:29] [ALPM] installed ranger (1.9.1-1)
[2018-03-20 20:29] [ALPM] installed libao (1.2.2-2)
[2018-03-20 20:29] [ALPM] installed audiofile (0.3.6-4)
[2018-03-20 20:29] [ALPM] installed libmad (0.15.1b-7)
[2018-03-20 20:29] [ALPM] installed faad2 (2.8.8-1)
[2018-03-20 20:29] [ALPM] installed libmms (0.6.4-2)
[2018-03-20 20:29] [ALPM] installed libmpdclient (2.14-1)
[2018-03-20 20:29] [ALPM] installed libupnp (1.6.25-1)
[2018-03-20 20:29] [ALPM] installed libnfs (2.0.0-1)
[2018-03-20 20:29] [ALPM] installed talloc (2.1.11-1)
[2018-03-20 20:29] [ALPM] installed libbsd (0.8.7-1)
[2018-03-20 20:29] [ALPM] installed libwbclient (4.7.6-1)
[2018-03-20 20:29] [ALPM] installed cifs-utils (6.7-2)
[2018-03-20 20:29] [ALPM] installed tevent (1:0.9.36-1)
[2018-03-20 20:29] [ALPM] installed ldb (1.3.1-1)
[2018-03-20 20:29] [ALPM] installed python2 (2.7.14-2)
[2018-03-20 20:29] [ALPM] installed smbclient (4.7.6-1)
[2018-03-20 20:29] [ALPM] installed libgme (0.6.1-1)
[2018-03-20 20:29] [ALPM] installed zziplib (0.13.68-1)
[2018-03-20 20:29] [ALPM] installed mpd (0.20.18-1)
[2018-03-20 20:29] [ALPM] installed neofetch (3.3.0-2)
[2018-03-20 20:29] [ALPM] installed fftw (3.3.7-1)
[2018-03-20 20:29] [ALPM] installed boost-libs (1.66.0-1)
[2018-03-20 20:29] [ALPM] installed ncmpcpp (0.8.1-3)
[2018-03-20 20:29] [ALPM] transaction completed
[2018-03-20 20:29] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-20 20:29] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-03-20 20:29] [ALPM] running 'systemd-sysusers.hook'...
[2018-03-20 20:29] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-03-20 20:29] [ALPM] running 'systemd-udev-reload.hook'...
[2018-03-20 20:29] [ALPM] running 'systemd-update.hook'...
[2018-03-20 20:29] [ALPM] running 'texinfo-install.hook'...
[2018-03-20 20:29] [ALPM] running 'update-desktop-database.hook'...
[2018-03-20 20:33] [PACMAN] Running 'pacman -Syu'
[2018-03-20 20:33] [PACMAN] synchronizing package lists
[2018-03-20 20:33] [PACMAN] starting full system upgrade
[2018-03-20 20:44] [PACMAN] Running 'pacman -S yaourt'
[2018-03-20 20:44] [ALPM] transaction started
[2018-03-20 20:44] [ALPM] installed package-query (1.9-1)
[2018-03-20 20:44] [ALPM] installed yaourt (1.9-1)
[2018-03-20 20:44] [ALPM] transaction completed
[2018-03-20 20:44] [ALPM] running 'systemd-update.hook'...
[2018-03-20 20:45] [PACMAN] Running 'pacman --color auto -U /tmp/yaourt-tmp-timetraveller/PKGDEST.rJT/cli-visualizer-1.6-6-x86_64.pkg.tar.xz'
[2018-03-20 20:45] [ALPM] transaction started
[2018-03-20 20:45] [ALPM] installed cli-visualizer (1.6-6)
[2018-03-20 20:45] [ALPM-SCRIPTLET] :: Example configuration files can be found in
[2018-03-20 20:45] [ALPM-SCRIPTLET] :: /usr/share/doc/cli-visualizer/
[2018-03-20 20:45] [ALPM] transaction completed
[2018-03-20 20:45] [ALPM] running 'systemd-update.hook'...
[2018-03-20 20:45] [PACMAN] Running 'pacman --color auto -S --asdeps --needed extra/cmake'
[2018-03-20 20:45] [ALPM] transaction started
[2018-03-20 20:45] [ALPM] installed jsoncpp (1.8.4-2)
[2018-03-20 20:45] [ALPM] installed libuv (1.19.2-1)
[2018-03-20 20:45] [ALPM] installed rhash (1.3.5-2)
[2018-03-20 20:45] [ALPM] installed cmake (3.10.3-1)
[2018-03-20 20:45] [ALPM] transaction completed
[2018-03-20 20:45] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-20 20:45] [ALPM] running 'systemd-update.hook'...
[2018-03-20 20:45] [ALPM] running 'update-desktop-database.hook'...
[2018-03-20 20:45] [ALPM] running 'update-mime-database.hook'...
[2018-03-20 20:49] [PACMAN] Running 'pacman --color auto -U /tmp/yaourt-tmp-timetraveller/PKGDEST.h8f/polybar-3.1.0-3-x86_64.pkg.tar.xz'
[2018-03-20 20:49] [ALPM] transaction started
[2018-03-20 20:49] [ALPM] installed polybar (3.1.0-3)
[2018-03-20 20:49] [ALPM-SCRIPTLET] 
[2018-03-20 20:49] [ALPM-SCRIPTLET]   Get started with the example configuration:
[2018-03-20 20:49] [ALPM-SCRIPTLET] 
[2018-03-20 20:49] [ALPM-SCRIPTLET]     $ install -Dm644 /usr/share/doc/polybar/config $HOME/.config/polybar/config
[2018-03-20 20:49] [ALPM-SCRIPTLET]     $ polybar example
[2018-03-20 20:49] [ALPM-SCRIPTLET] 
[2018-03-20 20:49] [ALPM-SCRIPTLET]   For more information, see https://github.com/jaagr/polybar/wiki
[2018-03-20 20:49] [ALPM-SCRIPTLET] 
[2018-03-20 20:49] [ALPM] transaction completed
[2018-03-20 20:49] [ALPM] running 'systemd-update.hook'...
[2018-03-20 20:50] [PACMAN] Running 'pacman -S pavucontrol'
[2018-03-20 20:50] [ALPM] transaction started
[2018-03-20 20:50] [ALPM] reinstalled pavucontrol (1:3.0+23+g335c26c-1)
[2018-03-20 20:50] [ALPM] transaction completed
[2018-03-20 20:50] [ALPM] running 'systemd-update.hook'...
[2018-03-20 20:50] [ALPM] running 'update-desktop-database.hook'...
[2018-03-20 20:59] [PACMAN] Running 'pacman -S w3m'
[2018-03-20 21:00] [PACMAN] Running 'pacman -S w3m'
[2018-03-20 21:00] [PACMAN] Running 'pacman -S w3m'
[2018-03-20 21:00] [ALPM] transaction started
[2018-03-20 21:00] [ALPM] installed w3m (0.5.3.git20180125-1)
[2018-03-20 21:00] [ALPM] transaction completed
[2018-03-20 21:00] [ALPM] running 'systemd-update.hook'...
[2018-03-20 21:00] [PACMAN] Running 'pacman -S w3mimagedisplay'
[2018-03-20 21:00] [PACMAN] Running 'pacman -S w3mimage'
[2018-03-20 21:56] [PACMAN] Running 'pacman -S alsa'
[2018-03-20 21:59] [PACMAN] Running 'pacman -S alsa-utils'
[2018-03-20 21:59] [ALPM] transaction started
[2018-03-20 21:59] [ALPM] installed alsa-utils (1.1.5-2)
[2018-03-20 21:59] [ALPM] transaction completed
[2018-03-20 21:59] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-03-20 21:59] [ALPM] running 'systemd-udev-reload.hook'...
[2018-03-20 21:59] [ALPM] running 'systemd-update.hook'...
[2018-03-20 22:00] [PACMAN] Running 'pacman -S alsa-plugins'
[2018-03-20 22:00] [ALPM] transaction started
[2018-03-20 22:00] [ALPM] installed alsa-plugins (1.1.5-1)
[2018-03-20 22:00] [ALPM] transaction completed
[2018-03-20 22:00] [ALPM] running 'systemd-update.hook'...
[2018-03-20 22:07] [PACMAN] Running 'pacman -S xorg-xrdb'
[2018-03-20 22:07] [ALPM] transaction started
[2018-03-20 22:07] [ALPM] reinstalled xorg-xrdb (1.1.1-1)
[2018-03-20 22:07] [ALPM] transaction completed
[2018-03-20 22:07] [ALPM] running 'systemd-update.hook'...
[2018-03-20 22:07] [PACMAN] Running 'pacman -S xorg'
[2018-03-20 22:08] [ALPM] transaction started
[2018-03-20 22:08] [ALPM] reinstalled xf86-video-vesa (2.4.0-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-bdftopcf (1.1-1)
[2018-03-20 22:08] [ALPM] installed xorg-docs (1.7.1-1)
[2018-03-20 22:08] [ALPM] installed xorg-font-util (1.3.1-1)
[2018-03-20 22:08] [ALPM] installed xorg-fonts-encodings (1.0.4-4)
[2018-03-20 22:08] [ALPM] installed xorg-fonts-alias (1.0.3-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-mkfontscale (1.1.3-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-mkfontdir (1.0.7-8)
[2018-03-20 22:08] [ALPM] installed xorg-font-utils (7.6-4)
[2018-03-20 22:08] [ALPM] installed xorg-fonts-100dpi (1.0.3-3)
[2018-03-20 22:08] [ALPM] installed xorg-fonts-75dpi (1.0.3-3)
[2018-03-20 22:08] [ALPM] reinstalled xorg-iceauth (1.0.8-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-luit (1.1.1-2)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xkbcomp (1.4.1-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-setxkbmap (1.3.1-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-server-common (1.19.6+13+gd0d1a694f-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-server (1.19.6+13+gd0d1a694f-1)
[2018-03-20 22:08] [ALPM] installed xorg-util-macros (1.19.2-1)
[2018-03-20 22:08] [ALPM] installed xorg-server-devel (1.19.6+13+gd0d1a694f-1)
[2018-03-20 22:08] [ALPM] installed xorg-server-xdmx (1.19.6+13+gd0d1a694f-1)
[2018-03-20 22:08] [ALPM] installed xorg-server-xephyr (1.19.6+13+gd0d1a694f-1)
[2018-03-20 22:08] [ALPM] installed xorg-server-xnest (1.19.6+13+gd0d1a694f-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xauth (1.0.10-1)
[2018-03-20 22:08] [ALPM] installed xorg-server-xvfb (1.19.6+13+gd0d1a694f-1)
[2018-03-20 22:08] [ALPM] installed xorg-server-xwayland (1.19.6+13+gd0d1a694f-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-sessreg (1.1.1-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-smproxy (1.0.6-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-x11perf (1.6.0-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xbacklight (1.2.2-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xcmsdb (1.0.5-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xcursorgen (1.0.6-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xdpyinfo (1.3.2-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xdriinfo (1.0.6-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xev (1.2.2-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xgamma (1.0.6-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xhost (1.0.7-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xrandr (1.5.0-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xinput (1.6.2-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xkbevd (1.1.4-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xkbutils (1.0.4-2)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xkill (1.0.5-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xlsatoms (1.1.2-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xlsclients (1.1.4-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xmodmap (1.0.9-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xpr (1.0.5-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xprop (1.2.3-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xrdb (1.1.1-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xrefresh (1.0.6-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xset (1.2.4-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xsetroot (1.1.2-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xvinfo (1.1.3-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xwd (1.0.7-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xwininfo (1.1.4-1)
[2018-03-20 22:08] [ALPM] reinstalled xorg-xwud (1.0.5-1)
[2018-03-20 22:08] [ALPM] transaction completed
[2018-03-20 22:08] [ALPM] running 'fontconfig.hook'...
[2018-03-20 22:08] [ALPM] running 'systemd-update.hook'...
[2018-03-20 22:08] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-03-20 22:09] [PACMAN] Running 'pacman -S xcb-utils-xrm'
[2018-03-20 22:09] [PACMAN] Running 'pacman -S xcb-utils xrm'
[2018-03-20 22:09] [PACMAN] Running 'pacman -S xcb utils xrm'
[2018-03-20 22:09] [PACMAN] Running 'pacman -S xcb utils-xrm'
[2018-03-20 22:11] [PACMAN] Running 'pacman -S xorg-xrdb'
[2018-03-20 22:11] [ALPM] transaction started
[2018-03-20 22:11] [ALPM] reinstalled xorg-xrdb (1.1.1-1)
[2018-03-20 22:11] [ALPM] transaction completed
[2018-03-20 22:11] [ALPM] running 'systemd-update.hook'...
[2018-03-20 22:31] [PACMAN] Running 'pacman -S nodejs'
[2018-03-20 22:31] [ALPM] transaction started
[2018-03-20 22:31] [ALPM] installed http-parser (2.8.0-1)
[2018-03-20 22:31] [ALPM] installed c-ares (1.13.0-1)
[2018-03-20 22:31] [ALPM] installed jansson (2.10-3)
[2018-03-20 22:31] [ALPM] installed jemalloc (1:5.0.1-4)
[2018-03-20 22:31] [ALPM] installed nghttp2 (1.30.0-1)
[2018-03-20 22:31] [ALPM] installed nodejs (9.8.0-2)
[2018-03-20 22:31] [ALPM] transaction completed
[2018-03-20 22:31] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-03-20 22:31] [ALPM] running 'systemd-update.hook'...
[2018-03-20 22:31] [PACMAN] Running 'pacman -S npm'
[2018-03-20 22:31] [ALPM] transaction started
[2018-03-20 22:31] [ALPM] installed semver (5.5.0-1)
[2018-03-20 22:31] [ALPM] installed npm (5.7.1-1)
[2018-03-20 22:31] [ALPM] transaction completed
[2018-03-20 22:31] [ALPM] running 'systemd-update.hook'...
[2018-03-20 22:48] [PACMAN] Running 'pacman -S phantomjs'
[2018-03-20 22:49] [PACMAN] Running 'pacman --color auto -S --asdeps --needed core/openssl-1.0 extra/ruby extra/gperf'
[2018-03-20 22:49] [ALPM] transaction started
[2018-03-20 22:49] [ALPM] installed openssl-1.0 (1.0.2.n-1)
[2018-03-20 22:49] [ALPM] installed libyaml (0.1.7-1)
[2018-03-20 22:49] [ALPM] installed rubygems (2.7.6-1)
[2018-03-20 22:49] [ALPM] installed ruby (2.5.0-5)
[2018-03-20 22:49] [ALPM] installed gperf (3.1-1)
[2018-03-20 22:49] [ALPM] transaction completed
[2018-03-20 22:49] [ALPM] running 'systemd-update.hook'...
[2018-03-20 22:49] [ALPM] running 'texinfo-install.hook'...
[2018-03-20 22:58] [PACMAN] Running 'pacman -S atom'
[2018-03-20 22:59] [ALPM] transaction started
[2018-03-20 22:59] [ALPM] installed apm (1.19.0-1)
[2018-03-20 22:59] [ALPM] installed libevent (2.1.8-1)
[2018-03-20 22:59] [ALPM] installed libxss (1.2.2-2)
[2018-03-20 22:59] [ALPM] installed minizip (1:1.2.11-2)
[2018-03-20 22:59] [ALPM] installed re2 (20180301-1)
[2018-03-20 22:59] [ALPM] installed snappy (1.1.7-1)
[2018-03-20 22:59] [ALPM] installed electron (1.8.4-1)
[2018-03-20 22:59] [ALPM] installed atom (1.24.0-2)
[2018-03-20 22:59] [ALPM] transaction completed
[2018-03-20 22:59] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-20 23:00] [ALPM] running 'systemd-update.hook'...
[2018-03-20 23:00] [ALPM] running 'update-desktop-database.hook'...
[2018-03-20 23:00] [PACMAN] Running 'pacman -S selenium-server-standalone'
[2018-03-20 23:01] [PACMAN] Running 'pacman --color auto -S --asdeps --needed java-runtime>=8'
[2018-03-20 23:02] [ALPM] transaction started
[2018-03-20 23:02] [ALPM] installed java-runtime-common (3-1)
[2018-03-20 23:02] [ALPM-SCRIPTLET] For the complete set of Java binaries to be available in your PATH,
[2018-03-20 23:02] [ALPM-SCRIPTLET] you need to re-login or source /etc/profile.d/jre.sh
[2018-03-20 23:02] [ALPM-SCRIPTLET] Please note that this package does not support forcing JAVA_HOME as former package java-common did
[2018-03-20 23:02] [ALPM] installed jre8-openjdk-headless (8.u162-2)
[2018-03-20 23:02] [ALPM] installed jre8-openjdk (8.u162-2)
[2018-03-20 23:02] [ALPM-SCRIPTLET] when you use a non-reparenting window manager,
[2018-03-20 23:02] [ALPM-SCRIPTLET] set _JAVA_AWT_WM_NONREPARENTING=1 in /etc/profile.d/jre.sh
[2018-03-20 23:02] [ALPM] transaction completed
[2018-03-20 23:02] [ALPM] running 'systemd-update.hook'...
[2018-03-20 23:03] [PACMAN] Running 'pacman --color auto -U /tmp/yaourt-tmp-timetraveller/PKGDEST.Tsk/selenium-server-standalone-3.8.1-1-any.pkg.tar.xz'
[2018-03-20 23:03] [ALPM] transaction started
[2018-03-20 23:03] [ALPM] installed selenium-server-standalone (3.8.1-1)
[2018-03-20 23:03] [ALPM] transaction completed
[2018-03-20 23:03] [ALPM] running 'systemd-update.hook'...
[2018-03-20 23:03] [PACMAN] Running 'pacman -S python2-selenium'
[2018-03-20 23:03] [ALPM] transaction started
[2018-03-20 23:03] [ALPM] installed python2-selenium (3.10.0-1)
[2018-03-20 23:03] [ALPM] transaction completed
[2018-03-20 23:03] [ALPM] running 'systemd-update.hook'...
[2018-03-20 23:07] [PACMAN] Running 'pacman --color auto -S https://www.archlinux.org/packages/community/x86_64/geckodriver/'
[2018-03-20 23:48] [PACMAN] Running 'pacman -R firefox'
[2018-03-20 23:48] [ALPM] transaction started
[2018-03-20 23:48] [ALPM] removed firefox (59.0.1-1)
[2018-03-20 23:48] [ALPM] transaction completed
[2018-03-20 23:48] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-20 23:48] [ALPM] running 'systemd-update.hook'...
[2018-03-20 23:48] [ALPM] running 'update-desktop-database.hook'...
[2018-03-20 23:49] [PACMAN] Running 'pacman -S firefox'
[2018-03-20 23:49] [ALPM] transaction started
[2018-03-20 23:49] [ALPM] installed firefox (59.0.1-1)
[2018-03-20 23:49] [ALPM] transaction completed
[2018-03-20 23:49] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-20 23:49] [ALPM] running 'systemd-update.hook'...
[2018-03-20 23:49] [ALPM] running 'update-desktop-database.hook'...
[2018-03-20 23:49] [PACMAN] Running 'pacman -Syu'
[2018-03-20 23:49] [PACMAN] synchronizing package lists
[2018-03-20 23:49] [PACMAN] starting full system upgrade
[2018-03-20 23:49] [PACMAN] Running 'pacman -S firefox'
[2018-03-20 23:49] [ALPM] transaction started
[2018-03-20 23:49] [ALPM] reinstalled firefox (59.0.1-1)
[2018-03-20 23:49] [ALPM] transaction completed
[2018-03-20 23:49] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-20 23:49] [ALPM] running 'systemd-update.hook'...
[2018-03-20 23:49] [ALPM] running 'update-desktop-database.hook'...
[2018-03-23 20:29] [PACMAN] Running 'pacman -S firefox'
[2018-03-23 20:30] [ALPM] transaction started
[2018-03-23 20:30] [ALPM] reinstalled firefox (59.0.1-1)
[2018-03-23 20:30] [ALPM] transaction completed
[2018-03-23 20:30] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-23 20:30] [ALPM] running 'systemd-update.hook'...
[2018-03-23 20:30] [ALPM] running 'update-desktop-database.hook'...
[2018-03-23 20:51] [PACMAN] Running 'pacman -S arduino arduino-docs'
[2018-03-23 20:51] [ALPM] transaction started
[2018-03-23 20:51] [ALPM] installed arduino-ctags (5.8_arduino11-2)
[2018-03-23 20:51] [ALPM] installed arduino-builder (1.3.25-3)
[2018-03-23 20:51] [ALPM] installed arduino (1:1.8.5-1)
[2018-03-23 20:51] [ALPM-SCRIPTLET] :: Add yourself to the uucp group to access the serial ports:
[2018-03-23 20:51] [ALPM-SCRIPTLET]    sudo usermod -a -G uucp <user>
[2018-03-23 20:51] [ALPM-SCRIPTLET]    Please checkout the wiki for further information.
[2018-03-23 20:51] [ALPM] installed arduino-docs (1.6.6-4)
[2018-03-23 20:51] [ALPM] transaction completed
[2018-03-23 20:51] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-23 20:51] [ALPM] running 'systemd-update.hook'...
[2018-03-23 20:51] [ALPM] running 'update-desktop-database.hook'...
[2018-03-23 20:51] [ALPM] running 'update-mime-database.hook'...
[2018-03-23 22:04] [PACMAN] Running 'pacman -R alsa'
[2018-03-23 22:04] [PACMAN] Running 'pacman -R alsamixer'
[2018-03-23 22:05] [PACMAN] Running 'pacman -R pulseaudio'
[2018-03-23 22:05] [ALPM] transaction started
[2018-03-23 22:05] [ALPM-SCRIPTLET] Removed /etc/systemd/user/sockets.target.wants/pulseaudio.socket.
[2018-03-23 22:05] [ALPM] removed pulseaudio (11.1-1)
[2018-03-23 22:05] [ALPM] transaction completed
[2018-03-23 22:05] [ALPM] running 'systemd-udev-reload.hook'...
[2018-03-23 22:05] [ALPM] running 'systemd-update.hook'...
[2018-03-23 22:05] [PACMAN] Running 'pacman -S pulseaudio'
[2018-03-23 22:05] [ALPM] transaction started
[2018-03-23 22:05] [ALPM] installed pulseaudio (11.1-1)
[2018-03-23 22:05] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/pulseaudio.socket -> /usr/lib/systemd/user/pulseaudio.socket.
[2018-03-23 22:05] [ALPM] transaction completed
[2018-03-23 22:05] [ALPM] running 'systemd-udev-reload.hook'...
[2018-03-23 22:05] [ALPM] running 'systemd-update.hook'...
[2018-03-24 00:18] [PACMAN] Running 'pacman -S lirc'
[2018-03-24 00:18] [ALPM] transaction started
[2018-03-24 00:18] [ALPM] installed libftdi (1.4-1)
[2018-03-24 00:18] [ALPM] installed libusb-compat (0.1.5-1)
[2018-03-24 00:18] [ALPM] installed lirc (1:0.9.4.d-1)
[2018-03-24 00:18] [ALPM] transaction completed
[2018-03-24 00:18] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-03-24 00:18] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-03-24 00:18] [ALPM] running 'systemd-udev-reload.hook'...
[2018-03-24 00:18] [ALPM] running 'systemd-update.hook'...
[2018-03-24 00:48] [PACMAN] Running 'pacman -S avrdude'
[2018-03-24 00:49] [ALPM] transaction started
[2018-03-24 00:49] [ALPM] installed elfutils (0.170-1)
[2018-03-24 00:49] [ALPM] installed avrdude (1:6.3-3)
[2018-03-24 00:49] [ALPM] transaction completed
[2018-03-24 00:49] [ALPM] running 'systemd-update.hook'...
[2018-03-24 00:50] [PACMAN] Running 'pacman -S rar'
[2018-03-24 00:51] [PACMAN] Running 'pacman --color auto -U /tmp/yaourt-tmp-timetraveller/PKGDEST.nJA/rar-5.5.0-1-x86_64.pkg.tar.xz'
[2018-03-24 00:51] [ALPM] transaction started
[2018-03-24 00:51] [ALPM] installed rar (5.5.0-1)
[2018-03-24 00:51] [ALPM] transaction completed
[2018-03-24 00:51] [ALPM] running 'systemd-update.hook'...
[2018-03-24 00:51] [PACMAN] Running 'pacman -S unrar'
[2018-03-24 00:51] [ALPM] transaction started
[2018-03-24 00:51] [ALPM] installed unrar (1:5.6.1-1)
[2018-03-24 00:51] [ALPM] transaction completed
[2018-03-24 00:51] [ALPM] running 'systemd-update.hook'...
[2018-03-24 00:52] [PACMAN] Running 'pacman -S unzip'
[2018-03-24 00:52] [ALPM] transaction started
[2018-03-24 00:52] [ALPM] installed unzip (6.0-12)
[2018-03-24 00:52] [ALPM] transaction completed
[2018-03-24 00:52] [ALPM] running 'systemd-update.hook'...
[2018-03-24 21:26] [PACMAN] Running 'pacman -S imagemagick'
[2018-03-24 21:27] [ALPM] transaction started
[2018-03-24 21:27] [ALPM] installed liblqr (0.4.2-1)
[2018-03-24 21:27] [ALPM] installed libraqm (0.5.0-1)
[2018-03-24 21:27] [ALPM] installed libmagick (7.0.7.27-1)
[2018-03-24 21:27] [ALPM] installed imagemagick (7.0.7.27-1)
[2018-03-24 21:27] [ALPM] transaction completed
[2018-03-24 21:27] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-03-24 21:27] [ALPM] running 'systemd-update.hook'...
[2018-03-24 21:54] [PACMAN] Running 'pacman -S vlc'
[2018-03-25 00:53] [PACMAN] Running 'pacman -S ssh'
[2018-03-25 00:53] [PACMAN] Running 'pacman -S ssh-keygen'
[2018-03-25 00:54] [PACMAN] Running 'pacman -S openssh'
[2018-03-25 00:54] [ALPM] transaction started
[2018-03-25 00:54] [ALPM] installed dnssec-anchors (20170711-1)
[2018-03-25 00:54] [ALPM] installed ldns (1.7.0-4)
[2018-03-25 00:54] [ALPM] installed openssh (7.6p1-2)
[2018-03-25 00:54] [ALPM] transaction completed
[2018-03-25 00:54] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-03-25 00:54] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-03-25 00:54] [ALPM] running 'systemd-update.hook'...
[2018-03-25 10:57] [PACMAN] Running 'pacman -S gtk3'
[2018-03-25 10:57] [ALPM] transaction started
[2018-03-25 10:57] [ALPM] reinstalled gtk3 (3.22.28-1)
[2018-03-25 10:57] [ALPM] transaction completed
[2018-03-25 10:57] [ALPM] running 'glib-compile-schemas.hook'...
[2018-03-25 10:57] [ALPM] running 'gtk-query-immodules-3.0.hook'...
[2018-03-25 10:57] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-25 10:57] [ALPM] running 'systemd-update.hook'...
[2018-03-25 10:57] [ALPM] running 'update-desktop-database.hook'...
[2018-03-29 14:02] [PACMAN] Running 'pacman -R atom'
[2018-03-29 14:02] [ALPM] transaction started
[2018-03-29 14:03] [ALPM] removed atom (1.24.0-2)
[2018-03-29 14:03] [ALPM] transaction completed
[2018-03-29 14:03] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-29 14:03] [ALPM] running 'systemd-update.hook'...
[2018-03-29 14:03] [ALPM] running 'update-desktop-database.hook'...
[2018-03-29 14:03] [PACMAN] Running 'pacman -R npm'
[2018-03-29 14:03] [PACMAN] Running 'pacman -R apm'
[2018-03-29 14:03] [ALPM] transaction started
[2018-03-29 14:03] [ALPM] removed apm (1.19.0-1)
[2018-03-29 14:03] [ALPM] transaction completed
[2018-03-29 14:03] [ALPM] running 'systemd-update.hook'...
[2018-03-29 14:03] [PACMAN] Running 'pacman -R npm'
[2018-03-29 14:03] [ALPM] transaction started
[2018-03-29 14:03] [ALPM] removed npm (5.7.1-1)
[2018-03-29 14:03] [ALPM] transaction completed
[2018-03-29 14:03] [ALPM] running 'systemd-update.hook'...
[2018-03-29 14:03] [PACMAN] Running 'pacman -R nodejs'
[2018-03-29 14:03] [PACMAN] Running 'pacman -R semver nodejs'
[2018-03-29 14:03] [ALPM] transaction started
[2018-03-29 14:03] [ALPM] removed semver (5.5.0-1)
[2018-03-29 14:03] [ALPM] removed nodejs (9.8.0-2)
[2018-03-29 14:03] [ALPM] transaction completed
[2018-03-29 14:03] [ALPM] running 'systemd-update.hook'...
[2018-03-29 14:03] [PACMAN] Running 'pacman -R nodejs'
[2018-03-29 14:04] [PACMAN] Running 'pacman -S nodejs'
[2018-03-29 14:04] [ALPM] transaction started
[2018-03-29 14:04] [ALPM] installed nodejs (9.8.0-2)
[2018-03-29 14:04] [ALPM] transaction completed
[2018-03-29 14:04] [ALPM] running 'systemd-update.hook'...
[2018-03-29 14:04] [PACMAN] Running 'pacman -S npm'
[2018-03-29 14:04] [ALPM] transaction started
[2018-03-29 14:04] [ALPM] installed semver (5.5.0-1)
[2018-03-29 14:04] [ALPM] installed npm (5.7.1-1)
[2018-03-29 14:04] [ALPM] transaction completed
[2018-03-29 14:04] [ALPM] running 'systemd-update.hook'...
[2018-03-29 14:05] [PACMAN] Running 'pacman -S atom'
[2018-03-29 14:05] [ALPM] transaction started
[2018-03-29 14:05] [ALPM] installed apm (1.19.0-1)
[2018-03-29 14:05] [ALPM] installed atom (1.24.0-2)
[2018-03-29 14:05] [ALPM] transaction completed
[2018-03-29 14:05] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-03-29 14:05] [ALPM] running 'systemd-update.hook'...
[2018-03-29 14:05] [ALPM] running 'update-desktop-database.hook'...
[2018-03-29 15:53] [PACMAN] Running 'pacman -S alsa'
[2018-03-29 15:53] [PACMAN] Running 'pacman -S alsa-mixer'
[2018-03-29 15:53] [PACMAN] Running 'pacman -S alsa'
[2018-03-29 15:54] [PACMAN] Running 'pacman -S alsa-utils'
[2018-03-29 15:54] [ALPM] transaction started
[2018-03-29 15:54] [ALPM] reinstalled alsa-utils (1.1.5-2)
[2018-03-29 15:54] [ALPM] transaction completed
[2018-03-29 15:54] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-03-29 15:54] [ALPM] running 'systemd-udev-reload.hook'...
[2018-03-29 15:54] [ALPM] running 'systemd-update.hook'...
[2018-03-29 15:56] [PACMAN] Running 'pacman -R pulseaudio'
[2018-03-29 15:56] [ALPM] transaction started
[2018-03-29 15:56] [ALPM-SCRIPTLET] Removed /etc/systemd/user/sockets.target.wants/pulseaudio.socket.
[2018-03-29 15:56] [ALPM] removed pulseaudio (11.1-1)
[2018-03-29 15:56] [ALPM] transaction completed
[2018-03-29 15:56] [ALPM] running 'systemd-udev-reload.hook'...
[2018-03-29 15:56] [ALPM] running 'systemd-update.hook'...
[2018-03-29 15:56] [PACMAN] Running 'pacman -S pulseaudio'
[2018-03-29 15:56] [ALPM] transaction started
[2018-03-29 15:56] [ALPM] installed pulseaudio (11.1-1)
[2018-03-29 15:56] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/pulseaudio.socket -> /usr/lib/systemd/user/pulseaudio.socket.
[2018-03-29 15:56] [ALPM] transaction completed
[2018-03-29 15:56] [ALPM] running 'systemd-udev-reload.hook'...
[2018-03-29 15:56] [ALPM] running 'systemd-update.hook'...
[2018-03-29 15:56] [PACMAN] Running 'pacman -S pulseaudio-alsa'
[2018-03-29 15:56] [ALPM] transaction started
[2018-03-29 15:56] [ALPM] warning: /etc/asound.conf installed as /etc/asound.conf.pacnew
[2018-03-29 15:56] [ALPM] installed pulseaudio-alsa (2-3)
[2018-03-29 15:56] [ALPM] transaction completed
[2018-03-29 15:56] [PACMAN] Running 'pacman -R pulseaudio-alsa'
[2018-03-29 15:56] [ALPM] transaction started
[2018-03-29 15:56] [ALPM] warning: /etc/asound.conf saved as /etc/asound.conf.pacsave
[2018-03-29 15:56] [ALPM] removed pulseaudio-alsa (2-3)
[2018-03-29 15:56] [ALPM] transaction completed
[2018-03-29 15:56] [PACMAN] Running 'pacman -R pulseaudio-alsa'
[2018-03-29 15:57] [PACMAN] Running 'pacman -S pulseaudio-alsa'
[2018-03-29 15:57] [ALPM] transaction started
[2018-03-29 15:57] [ALPM] installed pulseaudio-alsa (2-3)
[2018-03-29 15:57] [ALPM] transaction completed
[2018-03-31 22:35] [PACMAN] Running 'pacman -S arial'
[2018-03-31 22:35] [PACMAN] Running 'pacman -S areal'
[2018-03-31 22:35] [PACMAN] Running 'pacman -S mono-space'
[2018-03-31 22:35] [PACMAN] Running 'pacman -S font'
[2018-03-31 22:35] [PACMAN] Running 'pacman -S timesnewroman'
[2018-04-14 23:50] [PACMAN] Running 'pacman -R alsa'
[2018-04-14 23:50] [PACMAN] Running 'pacman -R alsamixer'
[2018-04-14 23:50] [PACMAN] Running 'pacman -R alsa'
[2018-04-14 23:50] [PACMAN] Running 'pacman -R pavucontrol'
[2018-04-14 23:50] [ALPM] transaction started
[2018-04-14 23:50] [ALPM] removed pavucontrol (1:3.0+23+g335c26c-1)
[2018-04-14 23:50] [ALPM] transaction completed
[2018-04-14 23:50] [ALPM] running 'systemd-update.hook'...
[2018-04-14 23:50] [ALPM] running 'update-desktop-database.hook'...
[2018-04-14 23:50] [PACMAN] Running 'pacman -S pavucontrol'
[2018-04-14 23:50] [ALPM] transaction started
[2018-04-14 23:50] [ALPM] installed pavucontrol (1:3.0+23+g335c26c-1)
[2018-04-14 23:50] [ALPM] transaction completed
[2018-04-14 23:50] [ALPM] running 'systemd-update.hook'...
[2018-04-14 23:50] [ALPM] running 'update-desktop-database.hook'...
[2018-04-18 16:01] [PACMAN] Running 'pacman -S dialog'
[2018-04-18 16:01] [ALPM] transaction started
[2018-04-18 16:01] [ALPM] installed dialog (1:1.3_20171209-1)
[2018-04-18 16:01] [ALPM] transaction completed
[2018-04-18 16:01] [ALPM] running 'systemd-update.hook'...
[2018-04-18 17:13] [PACMAN] Running 'pacman -S install python-psycopg2 python-mysqldb'
[2018-04-18 17:13] [PACMAN] Running 'pacman -S python-psycopg2 python-mysqldb'
[2018-04-18 17:13] [PACMAN] Running 'pacman -S python-psycopg2'
[2018-04-18 17:13] [ALPM] transaction started
[2018-04-18 17:13] [ALPM] installed postgresql-libs (10.3-1)
[2018-04-18 17:13] [ALPM] installed python-psycopg2 (2.7.4-1)
[2018-04-18 17:13] [ALPM] transaction completed
[2018-04-18 17:13] [ALPM] running 'systemd-update.hook'...
[2018-04-19 18:23] [PACMAN] Running 'pacman -S pdftotext'
[2018-04-19 18:28] [PACMAN] Running 'pacman -S gcc-c++ pkgconfig poppler-cpp-devel python-devel redhat-rpm-config'
[2018-04-19 18:29] [PACMAN] Running 'pacman -S pkgconfig poppler-cpp-devel python-devel redhat-rpm-config'
[2018-04-19 18:29] [PACMAN] Running 'pacman -S poppler-glib'
[2018-04-19 18:31] [ALPM] transaction started
[2018-04-19 18:31] [ALPM] installed poppler (0.61.1-1)
[2018-04-19 18:31] [ALPM] installed poppler-glib (0.61.1-1)
[2018-04-19 18:31] [ALPM] transaction completed
[2018-04-19 18:31] [ALPM] running 'systemd-update.hook'...
[2018-04-20 00:50] [PACMAN] Running 'pacman -Syu'
[2018-04-20 00:50] [PACMAN] synchronizing package lists
[2018-04-20 00:50] [PACMAN] starting full system upgrade
[2018-04-20 01:02] [ALPM] transaction started
[2018-04-20 01:02] [ALPM] removed gnome-themes-standard (3.22.3+16+gc092fc89-1)
[2018-04-20 01:02] [ALPM] upgraded tzdata (2018c-1 -> 2018d-1)
[2018-04-20 01:02] [ALPM] upgraded gcc-libs (7.3.1+20180312-1 -> 7.3.1+20180312-2)
[2018-04-20 01:02] [ALPM] upgraded pcre (8.41-1 -> 8.42-1)
[2018-04-20 01:02] [ALPM] upgraded libutil-linux (2.31.1-1 -> 2.32-3)
[2018-04-20 01:02] [ALPM] upgraded glib2 (2.54.3+2+g94b38beff-1 -> 2.56.1-1)
[2018-04-20 01:02] [ALPM] upgraded icu (60.2-1 -> 61.1-1)
[2018-04-20 01:02] [ALPM] upgraded libxml2 (2.9.8-1 -> 2.9.8-2)
[2018-04-20 01:02] [ALPM] upgraded gdk-pixbuf2 (2.36.11-1 -> 2.36.12-1)
[2018-04-20 01:02] [ALPM] upgraded harfbuzz (1.7.6-1 -> 1.7.6-2)
[2018-04-20 01:02] [ALPM] upgraded fontconfig (2.12.6+5+g665584a-1 -> 2.13.0+10+g58f5285-1)
[2018-04-20 01:02] [ALPM-SCRIPTLET] Rebuilding fontconfig cache... done.
[2018-04-20 01:03] [ALPM] upgraded cairo (1.15.10-1 -> 1.15.12-1)
[2018-04-20 01:03] [ALPM] upgraded fribidi (1.0.1+8+gdf7252b-1 -> 1.0.2-1)
[2018-04-20 01:03] [ALPM] upgraded pango (1.40.14-2 -> 1.42.1-1)
[2018-04-20 01:03] [ALPM] upgraded gtk-update-icon-cache (3.22.28-1 -> 3.22.30-1)
[2018-04-20 01:03] [ALPM] upgraded adwaita-icon-theme (3.26.1-1 -> 3.28.0-1)
[2018-04-20 01:03] [ALPM] upgraded alsa-lib (1.1.5-1 -> 1.1.6-1)
[2018-04-20 01:03] [ALPM] upgraded alsa-plugins (1.1.5-1 -> 1.1.6-1)
[2018-04-20 01:03] [ALPM] upgraded alsa-utils (1.1.5-2 -> 1.1.6-1)
[2018-04-20 01:03] [ALPM] upgraded libgpg-error (1.28-1 -> 1.29-1)
[2018-04-20 01:03] [ALPM] upgraded libsecret (0.18.5+14+g9980655-1 -> 0.18.6-1)
[2018-04-20 01:03] [ALPM] upgraded openssl-1.0 (1.0.2.n-1 -> 1.0.2.o-1)
[2018-04-20 01:03] [ALPM] upgraded libuv (1.19.2-1 -> 1.20.0-1)
[2018-04-20 01:03] [ALPM] upgraded http-parser (2.8.0-1 -> 2.8.1-1)
[2018-04-20 01:03] [ALPM] upgraded libnghttp2 (1.30.0-1 -> 1.31.0-1)
[2018-04-20 01:03] [ALPM] upgraded nodejs (9.8.0-2 -> 9.11.1-1)
[2018-04-20 01:03] [ALPM] installed node-gyp (3.6.2-1)
[2018-04-20 01:03] [ALPM] upgraded npm (5.7.1-1 -> 5.8.0-2)
[2018-04-20 01:03] [ALPM] upgraded sqlite (3.22.0-1 -> 3.23.1-1)
[2018-04-20 01:03] [ALPM] upgraded openssl (1.1.0.g-1 -> 1.1.0.h-1)
[2018-04-20 01:03] [ALPM] upgraded apm (1.19.0-1 -> 1.19.0-2)
[2018-04-20 01:03] [ALPM] upgraded archlinux-keyring (20180302-1 -> 20180404-1)
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Locally signing key DDB867B92AA789C165EEFA799B729B06A680C281...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Locally signing key 91FFE0700E80619CEB73235CA88E23E377514E00...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> Importing owner trust values...
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 7FA647CD89891DEDC060287BB9113D1ED21E1A55...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key D4DE5ABDE2A7287644EAC7E36D1A9E70E19DAA50...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 40440DC037C05620984379A6761FAD69BA06C6A9...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key B1F2C889CB2CCB2ADA36D963097D629E437520BD...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 63F395DE2D6398BBE458F281F2DBB4931985A992...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 8F76BEEA0289F9E1D3E229C05F946DED983D4366...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 4FCF887689C41B09506BE8D5F3E1D5C5D30DB0AD...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 81D7F8241DB38BC759C80FCE3A726C6170E80477...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 5E7585ADFF106BFFBBA319DC654B877A0864983E...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key E7210A59715F6940CF9A4E36A001876699AD6E84...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 8CF934E339CAD8ABF342E822E711306E3C4F88BC...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 5696C003B0854206450C8E5BE613C09CB4440678...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 9515D8A8EAB88E49BB65EDBCE6B456CAF15447D5...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 34C5D94FE7E7913E86DC427E7FB1A3800C84C0A5...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 39F880E50E49A4D11341E8F939E4F17F295AFBF4...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 07DFD3A0BC213FA12EDC217559B3122E2FA915EC...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 44D4A033AC140143927397D47EFD567D4C7EA887...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Disabling key 8840BD07FC24CB7CE394A07CCF7037A4F27FB7DA...
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> Updating trust database...
[2018-04-20 01:03] [ALPM-SCRIPTLET] gpg: marginals needed: 3  completes needed: 1  trust model: pgp
[2018-04-20 01:03] [ALPM-SCRIPTLET] gpg: depth: 0  valid:   1  signed:   5  trust: 0-, 0q, 0n, 0m, 0f, 1u
[2018-04-20 01:03] [ALPM-SCRIPTLET] gpg: depth: 1  valid:   5  signed:  74  trust: 0-, 0q, 0n, 5m, 0f, 0u
[2018-04-20 01:03] [ALPM-SCRIPTLET] gpg: depth: 2  valid:  74  signed:   8  trust: 74-, 0q, 0n, 0m, 0f, 0u
[2018-04-20 01:03] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2018-06-25
[2018-04-20 01:03] [ALPM] upgraded libsystemd (238.0-3 -> 238.76-1)
[2018-04-20 01:03] [ALPM] upgraded at-spi2-core (2.26.2-1 -> 2.28.0-1)
[2018-04-20 01:03] [ALPM] upgraded atk (2.26.1-1 -> 2.28.1-1)
[2018-04-20 01:03] [ALPM] upgraded at-spi2-atk (2.26.1-1 -> 2.26.2-1)
[2018-04-20 01:03] [ALPM] upgraded e2fsprogs (1.44.0-1 -> 1.44.1-1)
[2018-04-20 01:03] [ALPM] upgraded libldap (2.4.45-4 -> 2.4.46-1)
[2018-04-20 01:03] [ALPM] upgraded util-linux (2.31.1-1 -> 2.32-3)
[2018-04-20 01:03] [ALPM] upgraded libusb (1.0.21-2 -> 1.0.22-1)
[2018-04-20 01:03] [ALPM] upgraded systemd (238.0-3 -> 238.76-1)
[2018-04-20 01:03] [ALPM] installed js52 (52.7.3-1)
[2018-04-20 01:03] [ALPM] upgraded polkit (0.113+34+g29ba7af-1 -> 0.114-1)
[2018-04-20 01:03] [ALPM] upgraded dconf (0.26.1-1 -> 0.28.0-1)
[2018-04-20 01:03] [ALPM] upgraded colord (1.4.2-1 -> 1.4.2-3)
[2018-04-20 01:03] [ALPM] upgraded desktop-file-utils (0.23-1 -> 0.23+4+g92af410-1)
[2018-04-20 01:03] [ALPM] upgraded libdrm (2.4.91-2 -> 2.4.91-3)
[2018-04-20 01:03] [ALPM] upgraded llvm-libs (5.0.1-2 -> 6.0.0-4)
[2018-04-20 01:03] [ALPM] upgraded mesa (17.3.6-1 -> 18.0.1-1)
[2018-04-20 01:03] [ALPM] upgraded avahi (0.7-4 -> 0.7+4+gd8d8c67-1)
[2018-04-20 01:03] [ALPM] upgraded libcups (2.2.6-4 -> 2.2.7-2)
[2018-04-20 01:03] [ALPM] upgraded gsettings-desktop-schemas (3.24.1+3+ge869987-1 -> 3.28.0+1+g85521dc-1)
[2018-04-20 01:03] [ALPM] upgraded ca-certificates-mozilla (3.36-1 -> 3.36.1-1)
[2018-04-20 01:03] [ALPM] upgraded glib-networking (2.54.1-1 -> 2.56.0-1)
[2018-04-20 01:03] [ALPM] upgraded libsoup (2.60.3-1 -> 2.62.1-1)
[2018-04-20 01:03] [ALPM] upgraded gtk3 (3.22.28-1 -> 3.22.30-1)
[2018-04-20 01:03] [ALPM] upgraded nss (3.36-1 -> 3.36.1-1)
[2018-04-20 01:03] [ALPM] upgraded re2 (20180301-1 -> 20180401-1)
[2018-04-20 01:03] [ALPM] installed libibus (1.5.18-1)
[2018-04-20 01:03] [ALPM] upgraded sdl2 (2.0.8-1 -> 2.0.8-8)
[2018-04-20 01:03] [ALPM] upgraded atom (1.24.0-2 -> 1.26.0-1)
[2018-04-20 01:03] [ALPM] upgraded boost-libs (1.66.0-1 -> 1.66.0-2)
[2018-04-20 01:03] [ALPM] upgraded noto-fonts (20171025-2 -> 20180322-1)
[2018-04-20 01:03] [ALPM] upgraded firefox (59.0.1-1 -> 59.0.2-2)
[2018-04-20 01:03] [ALPM] upgraded gcc (7.3.1+20180312-1 -> 7.3.1+20180312-2)
[2018-04-20 01:03] [ALPM] upgraded gtksourceview3 (3.24.6-1 -> 3.24.7-1)
[2018-04-20 01:03] [ALPM] upgraded gobject-introspection-runtime (1.54.1-1 -> 1.56.1-1)
[2018-04-20 01:03] [ALPM] upgraded libpeas (1.22.0-1 -> 1.22.0-2)
[2018-04-20 01:03] [ALPM] upgraded gspell (1.7.1-1 -> 1.8.0-1)
[2018-04-20 01:03] [ALPM] upgraded pygobject-devel (3.26.1-1 -> 3.28.2-1)
[2018-04-20 01:03] [ALPM] upgraded python (3.6.4-2 -> 3.6.5-1)
[2018-04-20 01:03] [ALPM] upgraded python-gobject (3.26.1-1 -> 3.28.2-1)
[2018-04-20 01:03] [ALPM] upgraded gedit (3.22.1+1+gd21912e3e-1 -> 3.28.1-1)
[2018-04-20 01:03] [ALPM] installed perl-timedate (2.30-4)
[2018-04-20 01:03] [ALPM] installed perl-mailtools (2.20-1)
[2018-04-20 01:03] [ALPM] upgraded libpsl (0.20.1-1 -> 0.20.1-2)
[2018-04-20 01:03] [ALPM] upgraded git (2.16.2-2 -> 2.17.0-1)
[2018-04-20 01:03] [ALPM] upgraded glibmm (2.54.1-1 -> 2.56.0-1)
[2018-04-20 01:03] [ALPM] installed gnome-themes-extra (3.28-1)
[2018-04-20 01:03] [ALPM] upgraded gnupg (2.2.5-1 -> 2.2.6-1)
[2018-04-20 01:03] [ALPM] upgraded gstreamer (1.12.4-1 -> 1.14.0-1)
[2018-04-20 01:03] [ALPM] upgraded gst-plugins-base-libs (1.12.4-1 -> 1.14.0-1)
[2018-04-20 01:03] [ALPM] installed graphene (1.8.0-1)
[2018-04-20 01:03] [ALPM] upgraded gst-plugins-base (1.12.4-1 -> 1.14.0-1)
[2018-04-20 01:03] [ALPM] installed mpg123 (1.25.10-1)
[2018-04-20 01:03] [ALPM] installed twolame (0.3.13-8)
[2018-04-20 01:03] [ALPM] upgraded procps-ng (3.3.12-3 -> 3.3.13-1)
[2018-04-20 01:03] [ALPM] upgraded imlib2 (1.4.10-1 -> 1.5.1-1)
[2018-04-20 01:03] [ALPM] upgraded gst-plugins-good (1.12.4-2 -> 1.14.0-1)
[2018-04-20 01:03] [ALPM] upgraded libmagick (7.0.7.27-1 -> 7.0.7.28-1)
[2018-04-20 01:03] [ALPM] upgraded imagemagick (7.0.7.27-1 -> 7.0.7.28-1)
[2018-04-20 01:03] [ALPM] upgraded iproute2 (4.15.0-1 -> 4.16.0-1)
[2018-04-20 01:03] [ALPM] upgraded libatomic_ops (7.6.2-1 -> 7.6.4-1)
[2018-04-20 01:03] [ALPM] upgraded libical (3.0.3-1 -> 3.0.3-2)
[2018-04-20 01:03] [ALPM] upgraded libwacom (0.28-2 -> 0.29-1)
[2018-04-20 01:03] [ALPM] upgraded libinput (1.10.3-1 -> 1.10.5-1)
[2018-04-20 01:03] [ALPM] upgraded linux-firmware (20180119.2a713be-1 -> 20180314.4c0bf11-1)
[2018-04-20 01:03] [ALPM] upgraded mkinitcpio-busybox (1.28.1-1 -> 1.28.3-1)
[2018-04-20 01:03] [ALPM] upgraded linux (4.15.10-1 -> 4.16.2-2)
[2018-04-20 01:03] [ALPM] upgraded lirc (1:0.9.4.d-1 -> 1:0.10.1-1)
[2018-04-20 01:03] [ALPM] upgraded logrotate (3.13.0-1 -> 3.14.0-1)
[2018-04-20 01:03] [ALPM] upgraded man-db (2.8.2-1 -> 2.8.3-1)
[2018-04-20 01:03] [ALPM] upgraded zziplib (0.13.68-1 -> 0.13.69-1)
[2018-04-20 01:03] [ALPM] upgraded talloc (2.1.11-1 -> 2.1.13-1)
[2018-04-20 01:03] [ALPM] upgraded mpd (0.20.18-1 -> 0.20.18-3)
[2018-04-20 01:03] [ALPM] upgraded nano (2.9.4-1 -> 2.9.5-1)
[2018-04-20 01:03] [ALPM] upgraded ncmpcpp (0.8.1-3 -> 0.8.2-1)
[2018-04-20 01:03] [ALPM] upgraded neofetch (3.3.0-2 -> 3.4.0-1)
[2018-04-20 01:03] [ALPM] upgraded netctl (1.15-1 -> 1.16-1)
[2018-04-20 01:03] [ALPM] upgraded nghttp2 (1.30.0-1 -> 1.31.0-1)
[2018-04-20 01:03] [ALPM] upgraded openssh (7.6p1-2 -> 7.7p1-1)
[2018-04-20 01:03] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
[2018-04-20 01:03] [ALPM] upgraded pacman-mirrorlist (20180224-1 -> 20180415-1)
[2018-04-20 01:03] [ALPM] upgraded parole (0.9.2-2 -> 1.0.1-1)
[2018-04-20 01:03] [ALPM] upgraded poppler (0.61.1-1 -> 0.63.0-1)
[2018-04-20 01:03] [ALPM] upgraded poppler-glib (0.61.1-1 -> 0.63.0-1)
[2018-04-20 01:03] [ALPM] upgraded python2-selenium (3.10.0-1 -> 3.11.0-1)
[2018-04-20 01:03] [ALPM] upgraded qt5-base (5.10.1-5 -> 5.10.1-7)
[2018-04-20 01:03] [ALPM] upgraded rhash (1.3.5-2 -> 1.3.6-1)
[2018-04-20 01:03] [ALPM] upgraded rofi (1.5.0-2 -> 1.5.1-1)
[2018-04-20 01:03] [ALPM] upgraded ruby (2.5.0-5 -> 2.5.1-1)
[2018-04-20 01:03] [ALPM] upgraded s-nail (14.9.9-1 -> 14.9.10-1)
[2018-04-20 01:03] [ALPM] upgraded sed (4.4-1 -> 4.5-1)
[2018-04-20 01:03] [ALPM] upgraded systemd-sysvcompat (238.0-3 -> 238.76-1)
[2018-04-20 01:03] [ALPM] upgraded thunar (1.6.14-1 -> 1.6.15-1)
[2018-04-20 01:03] [ALPM] upgraded tumbler (0.2.0-1 -> 0.2.1-1)
[2018-04-20 01:03] [ALPM] upgraded unrar (1:5.6.1-1 -> 1:5.6.2-1)
[2018-04-20 01:03] [ALPM] upgraded vte-common (0.50.2+6+g7fe155b9-1 -> 0.52.1-1)
[2018-04-20 01:03] [ALPM] upgraded vte3 (0.50.2+6+g7fe155b9-1 -> 0.52.1-1)
[2018-04-20 01:03] [ALPM] upgraded xf86-input-libinput (0.26.0-1 -> 0.27.1-1)
[2018-04-20 01:03] [ALPM] upgraded xfce4-pulseaudio-plugin (0.3.5-1 -> 0.4.0-1)
[2018-04-20 01:03] [ALPM] upgraded xfce4-terminal (0.8.7.2-1 -> 0.8.7.3-1)
[2018-04-20 01:03] [ALPM] upgraded xfce4-verve-plugin (1.1.0-1 -> 2.0.0-1)
[2018-04-20 01:03] [ALPM] upgraded xfce4-whiskermenu-plugin (1.7.5-1 -> 2.1.6-1)
[2018-04-20 01:03] [ALPM] upgraded xorg-server-common (1.19.6+13+gd0d1a694f-1 -> 1.19.6+13+gd0d1a694f-2)
[2018-04-20 01:03] [ALPM] upgraded xorg-server (1.19.6+13+gd0d1a694f-1 -> 1.19.6+13+gd0d1a694f-2)
[2018-04-20 01:03] [ALPM] upgraded xorg-server-devel (1.19.6+13+gd0d1a694f-1 -> 1.19.6+13+gd0d1a694f-2)
[2018-04-20 01:03] [ALPM] upgraded xorg-server-xdmx (1.19.6+13+gd0d1a694f-1 -> 1.19.6+13+gd0d1a694f-2)
[2018-04-20 01:03] [ALPM] upgraded xorg-server-xephyr (1.19.6+13+gd0d1a694f-1 -> 1.19.6+13+gd0d1a694f-2)
[2018-04-20 01:03] [ALPM] upgraded xorg-server-xnest (1.19.6+13+gd0d1a694f-1 -> 1.19.6+13+gd0d1a694f-2)
[2018-04-20 01:03] [ALPM] upgraded xorg-server-xvfb (1.19.6+13+gd0d1a694f-1 -> 1.19.6+13+gd0d1a694f-2)
[2018-04-20 01:03] [ALPM] upgraded xorg-server-xwayland (1.19.6+13+gd0d1a694f-1 -> 1.19.6+13+gd0d1a694f-2)
[2018-04-20 01:03] [ALPM] transaction completed
[2018-04-20 01:03] [ALPM] running '60-linux.hook'...
[2018-04-20 01:03] [ALPM] running '90-linux.hook'...
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> Starting build: 4.16.2-2-ARCH
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> Starting build: 4.16.2-2-ARCH
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-04-20 01:03] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-04-20 01:03] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-04-20 01:04] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-04-20 01:04] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-04-20 01:04] [ALPM] running 'fontconfig.hook'...
[2018-04-20 01:04] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2018-04-20 01:04] [ALPM] running 'gio-querymodules.hook'...
[2018-04-20 01:04] [ALPM] running 'glib-compile-schemas.hook'...
[2018-04-20 01:04] [ALPM] running 'gtk-query-immodules-3.0.hook'...
[2018-04-20 01:04] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-04-20 01:04] [ALPM] running 'systemd-catalog.hook'...
[2018-04-20 01:04] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-04-20 01:04] [ALPM] running 'systemd-hwdb.hook'...
[2018-04-20 01:04] [ALPM] running 'systemd-sysctl.hook'...
[2018-04-20 01:04] [ALPM] running 'systemd-sysusers.hook'...
[2018-04-20 01:04] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-04-20 01:04] [ALPM] running 'systemd-udev-reload.hook'...
[2018-04-20 01:04] [ALPM] running 'systemd-update.hook'...
[2018-04-20 01:04] [ALPM] running 'texinfo-install.hook'...
[2018-04-20 01:04] [ALPM] running 'update-ca-trust.hook'...
[2018-04-20 01:04] [ALPM] running 'update-desktop-database.hook'...
[2018-04-20 01:04] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-04-21 02:11] [PACMAN] Running 'pacman -S pip2'
[2018-04-21 02:11] [PACMAN] Running 'pacman -S pip'
[2018-04-21 02:11] [PACMAN] Running 'pacman -S python-pip2'
[2018-04-21 02:11] [PACMAN] Running 'pacman -S python-pip'
[2018-04-21 02:11] [PACMAN] Running 'pacman -S python-pip2'
[2018-04-21 02:11] [PACMAN] Running 'pacman -S python2-pip'
[2018-04-21 02:12] [ALPM] transaction started
[2018-04-21 02:12] [ALPM] installed python2-pyparsing (2.2.0-1)
[2018-04-21 02:12] [ALPM] installed python2-six (1.11.0-1)
[2018-04-21 02:12] [ALPM] installed python2-packaging (16.8-2)
[2018-04-21 02:12] [ALPM] installed python2-appdirs (1.4.3-1)
[2018-04-21 02:12] [ALPM] installed python2-setuptools (1:39.0.1-1)
[2018-04-21 02:12] [ALPM] installed python2-pip (9.0.1-3)
[2018-04-21 02:12] [ALPM] transaction completed
[2018-04-21 02:12] [ALPM] running 'systemd-update.hook'...
[2018-05-24 15:57] [PACMAN] Running 'pacman -R pip'
[2018-05-24 15:58] [PACMAN] Running 'pacman -R pip3'
[2018-05-24 15:58] [PACMAN] Running 'pacman -R python-pip'
[2018-05-24 15:58] [ALPM] transaction started
[2018-05-24 15:58] [ALPM] removed python-pip (9.0.1-3)
[2018-05-24 15:58] [ALPM] transaction completed
[2018-05-24 15:58] [ALPM] running 'systemd-update.hook'...
[2018-05-24 15:58] [PACMAN] Running 'pacman -R python-pip2'
[2018-05-24 15:58] [PACMAN] Running 'pacman -R python-pip3'
[2018-05-24 15:58] [PACMAN] Running 'pacman -S python3-pip'
[2018-05-24 15:58] [PACMAN] Running 'pacman -S python-pip3'
[2018-05-24 15:58] [PACMAN] Running 'pacman -S python-pip'
[2018-05-24 15:58] [ALPM] transaction started
[2018-05-24 15:58] [ALPM] installed python-pip (9.0.1-3)
[2018-05-24 15:58] [ALPM] transaction completed
[2018-05-24 15:58] [ALPM] running 'systemd-update.hook'...
[2018-05-24 15:58] [PACMAN] Running 'pacman -Syu'
[2018-05-24 15:58] [PACMAN] synchronizing package lists
[2018-05-24 15:58] [PACMAN] starting full system upgrade
[2018-05-28 01:19] [PACMAN] Running 'pacman --color auto -S community/simplescreenrecorder'
[2018-05-28 01:19] [ALPM] transaction started
[2018-05-28 01:19] [ALPM] installed qt5-x11extras (5.10.1-1)
[2018-05-28 01:19] [ALPM] installed glu (9.0.0-4)
[2018-05-28 01:19] [ALPM] installed simplescreenrecorder (0.3.10-2)
[2018-05-28 01:19] [ALPM] transaction completed
[2018-05-28 01:19] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-05-28 01:19] [ALPM] running 'systemd-update.hook'...
[2018-05-28 01:19] [ALPM] running 'update-desktop-database.hook'...
[2018-07-08 21:00] [PACMAN] Running 'pacman -S recordmydesktop'
[2018-07-08 21:02] [PACMAN] Running 'pacman -Syu'
[2018-07-08 21:02] [PACMAN] synchronizing package lists
[2018-07-08 21:02] [PACMAN] starting full system upgrade
[2018-07-08 21:05] [PACMAN] Running 'pacman -S recordmydesktop'
[2018-07-08 21:05] [ALPM] transaction started
[2018-07-08 21:05] [ALPM] installed recordmydesktop (0.3.8.1-8)
[2018-07-08 21:05] [ALPM] transaction completed
[2018-07-08 21:05] [ALPM] running 'systemd-update.hook'...
[2018-07-08 21:28] [PACMAN] Running 'pacman --color auto -S community/deepin-screen-recorder'
[2018-07-08 21:28] [ALPM] transaction started
[2018-07-08 21:28] [ALPM] installed deepin-qt-dbus-factory (1.0.2-3)
[2018-07-08 21:28] [ALPM] installed gsettings-qt (0.1.20170110-1)
[2018-07-08 21:28] [ALPM] installed dtkcore (1:2.0.8.1-2)
[2018-07-08 21:28] [ALPM] installed openal (1.18.2-2)
[2018-07-08 21:28] [ALPM] installed qt5-multimedia (5.11.1-1)
[2018-07-08 21:28] [ALPM] installed qt5-svg (5.11.1-1)
[2018-07-08 21:28] [ALPM] installed dtkwidget (2.0.8.1-4)
[2018-07-08 21:28] [ALPM] installed libqtxdg (3.2.0-3)
[2018-07-08 21:28] [ALPM] installed qt5-styleplugins (5.0.0.20170311-7)
[2018-07-08 21:28] [ALPM] installed deepin-qt5dxcb-plugin (1.1.9.1-1)
[2018-07-08 21:28] [ALPM] installed deepin-qt5integration (0.3.0-3)
[2018-07-08 21:28] [ALPM] installed dtkwm (2.0.8.1-3)
[2018-07-08 21:28] [ALPM] installed byzanz (0.3.0.1-3)
[2018-07-08 21:28] [ALPM] installed deepin-screen-recorder (2.7.4-2)
[2018-07-08 21:28] [ALPM] transaction completed
[2018-07-08 21:28] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-08 21:28] [ALPM] running 'systemd-update.hook'...
[2018-07-08 21:28] [ALPM] running 'update-desktop-database.hook'...
[2018-07-08 21:30] [PACMAN] Running 'pacman -S vokoscreen'
[2018-07-08 21:53] [PACMAN] Running 'pacman -S ffmpeg'
[2018-07-08 21:53] [ALPM] transaction started
[2018-07-08 21:53] [ALPM] installed aom (1.0.0-1)
[2018-07-08 21:53] [ALPM] upgraded x265 (2.7-1 -> 2.8-1)
[2018-07-08 21:53] [ALPM] upgraded ffmpeg (1:3.4.2-2 -> 1:4.0.1-2)
[2018-07-08 21:53] [ALPM] transaction completed
[2018-07-08 21:53] [ALPM] running 'systemd-update.hook'...
[2018-07-08 21:54] [PACMAN] Running 'pacman -S libGL'
[2018-07-08 21:54] [PACMAN] Running 'pacman -S libGLU'
[2018-07-08 21:54] [PACMAN] Running 'pacman -S libX11'
[2018-07-08 21:54] [PACMAN] Running 'pacman -S simplescreenrecorder-git'
[2018-07-08 21:55] [PACMAN] Running 'pacman -S libc6'
[2018-07-08 21:55] [PACMAN] Running 'pacman -S gilbc'
[2018-07-08 21:55] [PACMAN] Running 'pacman -S glibv'
[2018-07-08 21:55] [PACMAN] Running 'pacman -S glibc'
[2018-07-08 21:55] [ALPM] transaction started
[2018-07-08 21:55] [ALPM] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
[2018-07-08 21:55] [ALPM] upgraded glibc (2.26-11 -> 2.27-3)
[2018-07-08 21:55] [ALPM-SCRIPTLET] Generating locales...
[2018-07-08 21:55] [ALPM-SCRIPTLET]   es_US.UTF-8... done
[2018-07-08 21:55] [ALPM-SCRIPTLET]   es_US.ISO-8859-1... done
[2018-07-08 21:55] [ALPM-SCRIPTLET] Generation complete.
[2018-07-08 21:55] [ALPM] transaction completed
[2018-07-08 21:55] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-08 21:55] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-07-08 21:55] [ALPM] running 'systemd-update.hook'...
[2018-07-08 21:55] [ALPM] running 'texinfo-install.hook'...
[2018-07-08 21:58] [PACMAN] Running 'pacman -S vlc'
[2018-07-08 21:58] [ALPM] transaction started
[2018-07-08 21:58] [ALPM] installed a52dec (0.7.4-9)
[2018-07-08 21:58] [ALPM] installed libdvbpsi (1:1.3.2-1)
[2018-07-08 21:58] [ALPM] installed libdca (0.0.6-1)
[2018-07-08 21:58] [ALPM] installed lua (5.3.4-2)
[2018-07-08 21:58] [ALPM] installed libebml (1.3.6-1)
[2018-07-08 21:58] [ALPM] installed libmatroska (1.4.9-1)
[2018-07-08 21:58] [ALPM] installed libmpcdec (1:0.1+r475-1)
[2018-07-08 21:58] [ALPM] installed libmpeg2 (0.5.1-6)
[2018-07-08 21:58] [ALPM] installed libtar (1.2.20-4)
[2018-07-08 21:58] [ALPM] installed vulkan-icd-loader (1.1.73.0-1)
[2018-07-08 21:58] [ALPM] installed libplacebo (0.5.0-1)
[2018-07-08 21:58] [ALPM] installed vlc (3.0.3-1)
[2018-07-08 21:58] [ALPM] transaction completed
[2018-07-08 21:58] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-08 21:58] [ALPM] running 'systemd-update.hook'...
[2018-07-08 21:58] [ALPM] running 'update-desktop-database.hook'...
[2018-07-08 21:58] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2018-07-14 01:38] [PACMAN] Running 'pacman -S libavformat.so.57'
[2018-07-14 01:38] [PACMAN] Running 'pacman -S mpd'
[2018-07-14 01:41] [PACMAN] Running 'pacman -U fire'
[2018-07-14 01:41] [PACMAN] Running 'pacman -U firefox'
[2018-07-14 01:41] [PACMAN] Running 'pacman -R firefox'
[2018-07-14 01:41] [ALPM] transaction started
[2018-07-14 01:41] [ALPM] removed firefox (59.0.2-2)
[2018-07-14 01:41] [ALPM] transaction completed
[2018-07-14 01:41] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-14 01:41] [ALPM] running 'systemd-update.hook'...
[2018-07-14 01:41] [ALPM] running 'update-desktop-database.hook'...
[2018-07-14 01:42] [PACMAN] Running 'pacman -S firefox'
[2018-07-14 01:42] [ALPM] transaction started
[2018-07-14 01:42] [ALPM] installed hunspell-en_US (2017.01.22-2)
[2018-07-14 01:42] [ALPM] installed firefox (61.0.1-1)
[2018-07-14 01:42] [ALPM] transaction completed
[2018-07-14 01:42] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-14 01:42] [ALPM] running 'systemd-update.hook'...
[2018-07-14 01:42] [ALPM] running 'update-desktop-database.hook'...
[2018-07-15 00:31] [PACMAN] Running 'pacman -R vlc'
[2018-07-15 00:31] [ALPM] transaction started
[2018-07-15 00:31] [ALPM] removed vlc (3.0.3-1)
[2018-07-15 00:31] [ALPM] transaction completed
[2018-07-15 00:31] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-15 00:31] [ALPM] running 'systemd-update.hook'...
[2018-07-15 00:31] [ALPM] running 'update-desktop-database.hook'...
[2018-07-15 00:31] [PACMAN] Running 'pacman -S vlc'
[2018-07-15 00:31] [ALPM] transaction started
[2018-07-15 00:31] [ALPM] installed vlc (3.0.3-1)
[2018-07-15 00:31] [ALPM] transaction completed
[2018-07-15 00:31] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-15 00:31] [ALPM] running 'systemd-update.hook'...
[2018-07-15 00:31] [ALPM] running 'update-desktop-database.hook'...
[2018-07-15 00:31] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2018-07-15 00:39] [PACMAN] Running 'pacman -R vlc'
[2018-07-15 00:39] [ALPM] transaction started
[2018-07-15 00:39] [ALPM] removed vlc (3.0.3-1)
[2018-07-15 00:39] [ALPM] transaction completed
[2018-07-15 00:39] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-15 00:39] [ALPM] running 'systemd-update.hook'...
[2018-07-15 00:39] [ALPM] running 'update-desktop-database.hook'...
[2018-07-15 00:40] [PACMAN] Running 'pacman -S vlc'
[2018-07-15 00:40] [ALPM] transaction started
[2018-07-15 00:40] [ALPM] installed vlc (3.0.3-1)
[2018-07-15 00:40] [ALPM] transaction completed
[2018-07-15 00:40] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-15 00:40] [ALPM] running 'systemd-update.hook'...
[2018-07-15 00:40] [ALPM] running 'update-desktop-database.hook'...
[2018-07-15 00:40] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2018-07-16 12:47] [PACMAN] Running 'pacman -S dmenu'
[2018-07-16 12:53] [PACMAN] Running 'pacman -S dmenu'
[2018-07-16 12:53] [ALPM] transaction started
[2018-07-16 12:53] [ALPM] installed dmenu (4.8-1)
[2018-07-16 12:53] [ALPM] transaction completed
[2018-07-16 12:53] [ALPM] running 'systemd-update.hook'...
[2018-07-16 14:00] [PACMAN] Running 'pacman -S libavformat57'
[2018-07-16 14:01] [PACMAN] Running 'pacman -S ffmpeg'
[2018-07-16 14:01] [ALPM] transaction started
[2018-07-16 14:01] [ALPM] reinstalled ffmpeg (1:4.0.1-2)
[2018-07-16 14:01] [ALPM] transaction completed
[2018-07-16 14:01] [ALPM] running 'systemd-update.hook'...
[2018-07-16 14:07] [PACMAN] Running 'pacman -S ffmpeg-compat-57'
[2018-07-16 14:07] [PACMAN] Running 'pacman -S ffmpeg-compat-57'
[2018-07-16 14:09] [PACMAN] Running 'pacman -S ffmpeg2.8-2.8.6-1'
[2018-07-16 14:09] [PACMAN] Running 'pacman -S ffmpeg2'
[2018-07-16 14:09] [PACMAN] Running 'pacman -S ffmpeg'
[2018-07-16 14:09] [ALPM] transaction started
[2018-07-16 14:09] [ALPM] reinstalled ffmpeg (1:4.0.1-2)
[2018-07-16 14:09] [ALPM] transaction completed
[2018-07-16 14:09] [ALPM] running 'systemd-update.hook'...
[2018-07-16 14:09] [PACMAN] Running 'pacman -R ffmpeg'
[2018-07-16 14:09] [PACMAN] Running 'pacman -Syu ffmpeg'
[2018-07-16 14:09] [PACMAN] synchronizing package lists
[2018-07-16 14:09] [PACMAN] Running 'pacman -Su ffmpeg'
[2018-07-16 14:09] [PACMAN] starting full system upgrade
[2018-07-16 15:25] [PACMAN] Running 'pacman -R ffmpeg'
[2018-07-16 15:26] [PACMAN] Running 'pacman -S libopencv-dev python-opencv python-picamera'
[2018-07-16 15:26] [PACMAN] Running 'pacman -S'
[2018-07-16 15:26] [PACMAN] Running 'pacman -S ffmpeg'
[2018-07-16 15:26] [PACMAN] Running 'pacman -S firefox'
[2018-07-16 15:26] [PACMAN] Running 'pacman -Syu'
[2018-07-16 15:26] [PACMAN] synchronizing package lists
[2018-07-16 15:27] [PACMAN] Running 'pacman -S libopencv-dev python-opencv python-picamera'
[2018-07-16 15:27] [PACMAN] Running 'pacman -Syy'
[2018-07-16 15:27] [PACMAN] synchronizing package lists
[2018-07-16 15:28] [PACMAN] Running 'pacman -Syu'
[2018-07-16 15:28] [PACMAN] synchronizing package lists
[2018-07-16 15:28] [PACMAN] starting full system upgrade
[2018-07-16 15:39] [PACMAN] Running 'pacman -Syu'
[2018-07-16 15:39] [PACMAN] synchronizing package lists
[2018-07-16 15:39] [PACMAN] starting full system upgrade
[2018-07-16 15:40] [PACMAN] Running 'pacman -Syu'
[2018-07-16 15:40] [PACMAN] synchronizing package lists
[2018-07-16 15:40] [PACMAN] starting full system upgrade
[2018-07-16 15:42] [PACMAN] Running 'pacman -Su'
[2018-07-16 15:42] [PACMAN] starting full system upgrade
[2018-07-16 15:44] [PACMAN] Running 'pacman -S js52'
[2018-07-16 15:45] [PACMAN] Running 'pacman -Syu'
[2018-07-16 15:45] [PACMAN] synchronizing package lists
[2018-07-16 15:46] [PACMAN] starting full system upgrade
[2018-07-16 15:47] [PACMAN] Running 'pacman -R python python2'
[2018-07-16 15:47] [PACMAN] Running 'pacman -R python python2 python2.7 python3.6'
[2018-07-16 15:47] [PACMAN] Running 'pacman -R python2.7 python3.6'
[2018-07-16 15:47] [PACMAN] Running 'pacman -R python'
[2018-07-16 15:48] [PACMAN] Running 'pacman -Syu'
[2018-07-16 15:48] [PACMAN] synchronizing package lists
[2018-07-16 15:48] [PACMAN] starting full system upgrade
[2018-07-16 15:52] [PACMAN] Running 'pacman -Syu'
[2018-07-16 15:52] [PACMAN] synchronizing package lists
[2018-07-16 15:52] [PACMAN] starting full system upgrade
[2018-07-16 15:53] [PACMAN] Running 'pacman -Syyu'
[2018-07-16 15:53] [PACMAN] synchronizing package lists
[2018-07-16 15:53] [PACMAN] starting full system upgrade
[2018-07-16 15:54] [PACMAN] Running 'pacman -Syu'
[2018-07-16 15:54] [PACMAN] synchronizing package lists
[2018-07-16 15:54] [PACMAN] starting full system upgrade
[2018-07-16 16:03] [PACMAN] Running 'pacman -S vim'
[2018-07-16 16:04] [ALPM] transaction started
[2018-07-16 16:04] [ALPM] installed vim-runtime (8.1.0022-1)
[2018-07-16 16:04] [ALPM] installed vim (8.1.0022-1)
[2018-07-16 16:04] [ALPM] transaction completed
[2018-07-16 16:04] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-16 16:04] [ALPM] running 'systemd-update.hook'...
[2018-07-16 16:04] [ALPM] running 'update-desktop-database.hook'...
[2018-07-16 16:12] [PACMAN] Running 'pacman -S rpmextract'
[2018-07-16 16:12] [ALPM] transaction started
[2018-07-16 16:12] [ALPM] installed rpmextract (1.0-8)
[2018-07-16 16:12] [ALPM] transaction completed
[2018-07-16 16:12] [ALPM] running 'systemd-update.hook'...
[2018-07-16 16:16] [PACMAN] Running 'pacman -S ffmpeg-git'
[2018-07-16 16:17] [PACMAN] Running 'pacman -R mpd'
[2018-07-16 16:17] [ALPM] transaction started
[2018-07-16 16:17] [ALPM] warning: /etc/mpd.conf saved as /etc/mpd.conf.pacsave
[2018-07-16 16:17] [ALPM] removed mpd (0.20.18-3)
[2018-07-16 16:17] [ALPM-SCRIPTLET] ldconfig: /usr/lib/libavformat.so.57 is not a symbolic link
[2018-07-16 16:17] [ALPM-SCRIPTLET] 
[2018-07-16 16:17] [ALPM] transaction completed
[2018-07-16 16:17] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-16 16:17] [ALPM] running 'systemd-update.hook'...
[2018-07-16 16:17] [PACMAN] Running 'pacman -S mpd'
[2018-07-16 16:17] [PACMAN] Running 'pacman -S mpd-git'
[2018-07-16 16:17] [PACMAN] Running 'pacman -S mpd'
[2018-07-16 16:17] [ALPM] transaction started
[2018-07-16 16:17] [ALPM] installed mpd (0.20.20-2)
[2018-07-16 16:17] [ALPM-SCRIPTLET] ldconfig: /usr/lib/libavformat.so.57 is not a symbolic link
[2018-07-16 16:17] [ALPM-SCRIPTLET] 
[2018-07-16 16:17] [ALPM] transaction completed
[2018-07-16 16:17] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-16 16:17] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-16 16:17] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-07-16 16:17] [ALPM] running 'systemd-update.hook'...
[2018-07-16 16:18] [PACMAN] Running 'pacman -R atom'
[2018-07-16 16:18] [ALPM] transaction started
[2018-07-16 16:18] [ALPM] removed atom (1.26.0-1)
[2018-07-16 16:18] [ALPM-SCRIPTLET] ldconfig: /usr/lib/libavformat.so.57 is not a symbolic link
[2018-07-16 16:18] [ALPM-SCRIPTLET] 
[2018-07-16 16:18] [ALPM] transaction completed
[2018-07-16 16:18] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-16 16:18] [ALPM] running 'systemd-update.hook'...
[2018-07-16 16:18] [ALPM] running 'update-desktop-database.hook'...
[2018-07-16 16:19] [PACMAN] Running 'pacman -S atom'
[2018-07-16 16:19] [ALPM] transaction started
[2018-07-16 16:19] [ALPM] installed atom (1.28.0-1)
[2018-07-16 16:19] [ALPM-SCRIPTLET] ldconfig: /usr/lib/libavformat.so.57 is not a symbolic link
[2018-07-16 16:19] [ALPM-SCRIPTLET] 
[2018-07-16 16:19] [ALPM] transaction completed
[2018-07-16 16:19] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-16 16:19] [ALPM] running 'systemd-update.hook'...
[2018-07-16 16:19] [ALPM] running 'update-desktop-database.hook'...
[2018-07-16 16:19] [PACMAN] Running 'pacman -S ctags'
[2018-07-16 16:19] [ALPM] transaction started
[2018-07-16 16:19] [ALPM] installed ctags (5.8-6)
[2018-07-16 16:19] [ALPM-SCRIPTLET] ldconfig: /usr/lib/libavformat.so.57 is not a symbolic link
[2018-07-16 16:19] [ALPM-SCRIPTLET] 
[2018-07-16 16:19] [ALPM] transaction completed
[2018-07-16 16:19] [ALPM] running 'systemd-update.hook'...
[2018-07-16 16:21] [PACMAN] Running 'pacman -S ffmpeg'
[2018-07-16 16:21] [PACMAN] Running 'pacman -R ffmpeg'
[2018-07-16 16:21] [PACMAN] Running 'pacman -S ffmpeg'
[2018-07-16 16:21] [ALPM] transaction started
[2018-07-16 16:21] [ALPM] reinstalled ffmpeg (1:4.0.1-2)
[2018-07-16 16:21] [ALPM] transaction completed
[2018-07-16 16:21] [ALPM] running 'systemd-update.hook'...
[2018-07-16 16:21] [PACMAN] Running 'pacman -Su ffmpeg'
[2018-07-16 16:21] [PACMAN] starting full system upgrade
[2018-07-16 16:31] [PACMAN] Running 'pacman -S ncurses'
[2018-07-16 16:31] [PACMAN] Running 'pacman -S ncurses-dev'
[2018-07-16 16:41] [PACMAN] Running 'pacman -S npyscreen'
[2018-07-16 16:41] [PACMAN] Running 'pacman -S pip-npyscreen'
[2018-07-16 16:50] [PACMAN] Running 'pacman -Syu'
[2018-07-16 16:50] [PACMAN] synchronizing package lists
[2018-07-16 16:50] [PACMAN] starting full system upgrade
[2018-07-16 16:51] [PACMAN] Running 'pacman -Syu'
[2018-07-16 16:51] [PACMAN] synchronizing package lists
[2018-07-16 16:51] [PACMAN] starting full system upgrade
[2018-07-16 17:11] [PACMAN] Running 'pacman -R python2'
[2018-07-16 17:14] [PACMAN] Running 'pacman -Syu'
[2018-07-16 17:14] [PACMAN] synchronizing package lists
[2018-07-16 17:14] [PACMAN] starting full system upgrade
[2018-07-16 17:15] [PACMAN] Running 'pacman -Syu'
[2018-07-16 17:15] [PACMAN] synchronizing package lists
[2018-07-16 17:15] [PACMAN] starting full system upgrade
[2018-07-16 17:24] [PACMAN] Running 'pacman -Syu'
[2018-07-16 17:24] [PACMAN] synchronizing package lists
[2018-07-16 17:24] [PACMAN] starting full system upgrade
[2018-07-16 17:24] [ALPM] transaction started
[2018-07-16 17:24] [ALPM] removed pkg-config (0.29.2-1)
[2018-07-16 17:24] [ALPM] upgraded linux-api-headers (4.14.8-1 -> 4.16.1-1)
[2018-07-16 17:24] [ALPM] upgraded tzdata (2018d-1 -> 2018e-1)
[2018-07-16 17:24] [ALPM] upgraded attr (2.4.47-3 -> 2.4.48-1)
[2018-07-16 17:24] [ALPM] upgraded acl (2.2.52-4 -> 2.2.53-1)
[2018-07-16 17:24] [ALPM] upgraded alsa-plugins (1.1.6-1 -> 1.1.6-2)
[2018-07-16 17:24] [ALPM] upgraded gcc-libs (7.3.1+20180312-2 -> 8.1.1+20180531-1)
[2018-07-16 17:24] [ALPM] upgraded readline (7.0.003-1 -> 7.0.005-1)
[2018-07-16 17:24] [ALPM] upgraded bash (4.4.019-1 -> 4.4.023-1)
[2018-07-16 17:24] [ALPM] upgraded e2fsprogs (1.44.1-1 -> 1.44.3-1)
[2018-07-16 17:24] [ALPM] upgraded keyutils (1.5.10-1 -> 1.5.10-2)
[2018-07-16 17:24] [ALPM] upgraded gdbm (1.14.1-1 -> 1.16-1)
[2018-07-16 17:24] [ALPM] upgraded db (5.3.28-3 -> 5.3.28-4)
[2018-07-16 17:24] [ALPM] upgraded perl (5.26.1-2 -> 5.26.2-2)
[2018-07-16 17:24] [ALPM] upgraded libsasl (2.1.26-12 -> 2.1.26-13)
[2018-07-16 17:24] [ALPM] upgraded krb5 (1.16-1 -> 1.16.1-1)
[2018-07-16 17:24] [ALPM] upgraded libtirpc (1.0.3-1 -> 1.0.3-2)
[2018-07-16 17:24] [ALPM] installed libnsl (1.2.0-1)
[2018-07-16 17:24] [ALPM] upgraded libuv (1.20.0-1 -> 1.22.0-1)
[2018-07-16 17:24] [ALPM] upgraded c-ares (1.13.0-1 -> 1.14.0-1)
[2018-07-16 17:24] [ALPM] upgraded libnghttp2 (1.31.0-1 -> 1.32.0-1)
[2018-07-16 17:24] [ALPM] upgraded nodejs (9.11.1-1 -> 10.6.0-1)
[2018-07-16 17:24] [ALPM] upgraded node-gyp (3.6.2-1 -> 3.7.0-1)
[2018-07-16 17:24] [ALPM] upgraded npm (5.8.0-2 -> 6.2.0-1)
[2018-07-16 17:24] [ALPM] upgraded sqlite (3.23.1-1 -> 3.24.0-1)
[2018-07-16 17:24] [ALPM] upgraded python2 (2.7.14-2 -> 2.7.15-2)
[2018-07-16 17:24] [ALPM] upgraded libgpg-error (1.29-1 -> 1.31-1)
[2018-07-16 17:24] [ALPM] upgraded libgcrypt (1.8.2-1 -> 1.8.3-1)
[2018-07-16 17:24] [ALPM] upgraded apm (1.19.0-2 -> 1.19.0-6)
[2018-07-16 17:24] [ALPM] upgraded archlinux-keyring (20180404-1 -> 20180627-1)
[2018-07-16 17:24] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2018-07-16 17:24] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Locally signing key DDB867B92AA789C165EEFA799B729B06A680C281...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Locally signing key 91FFE0700E80619CEB73235CA88E23E377514E00...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
[2018-07-16 17:24] [ALPM-SCRIPTLET] ==> Importing owner trust values...
[2018-07-16 17:24] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 7FA647CD89891DEDC060287BB9113D1ED21E1A55...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key D4DE5ABDE2A7287644EAC7E36D1A9E70E19DAA50...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 40440DC037C05620984379A6761FAD69BA06C6A9...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key B1F2C889CB2CCB2ADA36D963097D629E437520BD...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 63F395DE2D6398BBE458F281F2DBB4931985A992...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 8F76BEEA0289F9E1D3E229C05F946DED983D4366...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 4FCF887689C41B09506BE8D5F3E1D5C5D30DB0AD...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 81D7F8241DB38BC759C80FCE3A726C6170E80477...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 5E7585ADFF106BFFBBA319DC654B877A0864983E...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 50F33E2E5B0C3D900424ABE89BDCF497A4BBCC7F...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key E7210A59715F6940CF9A4E36A001876699AD6E84...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 40776A5221EF5AD468A4906D42A1DB15EC133BAD...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 8CF934E339CAD8ABF342E822E711306E3C4F88BC...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 5696C003B0854206450C8E5BE613C09CB4440678...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 9515D8A8EAB88E49BB65EDBCE6B456CAF15447D5...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 34C5D94FE7E7913E86DC427E7FB1A3800C84C0A5...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 39F880E50E49A4D11341E8F939E4F17F295AFBF4...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 07DFD3A0BC213FA12EDC217559B3122E2FA915EC...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 44D4A033AC140143927397D47EFD567D4C7EA887...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
[2018-07-16 17:24] [ALPM-SCRIPTLET]   -> Disabling key 8840BD07FC24CB7CE394A07CCF7037A4F27FB7DA...
[2018-07-16 17:24] [ALPM-SCRIPTLET] ==> Updating trust database...
[2018-07-16 17:24] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2018-10-19
[2018-07-16 17:24] [ALPM] upgraded libdaemon (0.14-3 -> 0.14-4)
[2018-07-16 17:24] [ALPM] upgraded lz4 (1:1.8.1.2-1 -> 1:1.8.2-2)
[2018-07-16 17:24] [ALPM] upgraded xz (5.2.3-1 -> 5.2.4-1)
[2018-07-16 17:24] [ALPM] upgraded libsystemd (238.76-1 -> 239.0-2)
[2018-07-16 17:24] [ALPM] upgraded dbus (1.12.6-1 -> 1.12.8-1)
[2018-07-16 17:24] [ALPM] upgraded avahi (0.7+4+gd8d8c67-1 -> 0.7+16+g1cc2b8e-1)
[2018-07-16 17:24] [ALPM] upgraded binutils (2.29.1-3 -> 2.30-5)
[2018-07-16 17:24] [ALPM] upgraded bison (3.0.4-3 -> 3.0.5-1)
[2018-07-16 17:24] [ALPM] upgraded boost-libs (1.66.0-2 -> 1.67.0-5)
[2018-07-16 17:24] [ALPM] upgraded p11-kit (0.23.10-1 -> 0.23.12-1)
[2018-07-16 17:24] [ALPM] upgraded ca-certificates-mozilla (3.36.1-1 -> 3.38-1)
[2018-07-16 17:24] [ALPM] upgraded cdparanoia (10.2-5 -> 10.2-7)
[2018-07-16 17:24] [ALPM] upgraded libbsd (0.8.7-1 -> 0.9.1-1)
[2018-07-16 17:24] [ALPM] upgraded libwbclient (4.7.6-1 -> 4.8.3-2)
[2018-07-16 17:24] [ALPM] upgraded pam (1.3.0-1 -> 1.3.1-1)
[2018-07-16 17:24] [ALPM] upgraded cifs-utils (6.7-2 -> 6.8-2)
[2018-07-16 17:24] [ALPM] upgraded libunistring (0.9.9-1 -> 0.9.10-1)
[2018-07-16 17:24] [ALPM] upgraded libidn2 (2.0.4-2 -> 2.0.5-1)
[2018-07-16 17:24] [ALPM] upgraded libpsl (0.20.1-2 -> 0.20.2-1)
[2018-07-16 17:24] [ALPM] upgraded curl (7.59.0-2 -> 7.61.0-1)
[2018-07-16 17:24] [ALPM] upgraded libarchive (3.3.2-1 -> 3.3.2-2)
[2018-07-16 17:24] [ALPM] upgraded cmake (3.10.3-1 -> 3.11.4-2)
[2018-07-16 17:24] [ALPM] upgraded libgusb (0.2.11-1 -> 0.3.0-1)
[2018-07-16 17:24] [ALPM] upgraded device-mapper (2.02.177-5 -> 2.02.179-1)
[2018-07-16 17:24] [ALPM] upgraded json-c (0.13-1 -> 0.13.1-1)
[2018-07-16 17:24] [ALPM] upgraded cryptsetup (2.0.2-1 -> 2.0.3-2)
[2018-07-16 17:24] [ALPM] upgraded kmod (24-1 -> 25-1)
[2018-07-16 17:24] [ALPM] upgraded hwids (20171003-1 -> 20180518-1)
[2018-07-16 17:24] [ALPM] upgraded libidn (1.33-2 -> 1.34-2)
[2018-07-16 17:24] [ALPM] upgraded libelf (0.170-1 -> 0.171-1)
[2018-07-16 17:24] [ALPM] upgraded libseccomp (2.3.2-2 -> 2.3.3-1)
[2018-07-16 17:24] [ALPM] upgraded libnftnl (1.0.9-1 -> 1.1.0-1)
[2018-07-16 17:24] [ALPM] upgraded systemd (238.76-1 -> 239.0-2)
[2018-07-16 17:24] [ALPM] upgraded js52 (52.7.3-1 -> 52.9.0-1)
[2018-07-16 17:24] [ALPM] upgraded colord (1.4.2-3 -> 1.4.3-1)
[2018-07-16 17:24] [ALPM] upgraded libxdmcp (1.1.2-1 -> 1.1.2-2)
[2018-07-16 17:24] [ALPM] upgraded libxcomposite (0.4.4-2 -> 0.4.4-3)
[2018-07-16 17:24] [ALPM] upgraded libxext (1.3.3-1 -> 1.3.3-2)
[2018-07-16 17:24] [ALPM] upgraded libxinerama (1.1.3-2 -> 1.1.4-1)
[2018-07-16 17:24] [ALPM] upgraded libdrm (2.4.91-3 -> 2.4.92-1)
[2018-07-16 17:24] [ALPM] upgraded wayland (1.14.0-1 -> 1.15.0-1)
[2018-07-16 17:24] [ALPM] upgraded libxxf86vm (1.1.4-1 -> 1.1.4-2)
[2018-07-16 17:24] [ALPM] upgraded libomxil-bellagio (0.9.3-1 -> 0.9.3-2)
[2018-07-16 17:24] [ALPM] upgraded libedit (20170329_3.1-1 -> 20180525_3.1-1)
[2018-07-16 17:24] [ALPM] upgraded llvm-libs (6.0.0-4 -> 6.0.1-1)
[2018-07-16 17:24] [ALPM] upgraded lm_sensors (3.4.0-2 -> 3.4.0-4)
[2018-07-16 17:24] [ALPM] upgraded mesa (18.0.1-1 -> 18.1.4-1)
[2018-07-16 17:24] [ALPM] upgraded compton (0.1_beta2.5-10 -> 0.1_beta2.5-11)
[2018-07-16 17:24] [ALPM] upgraded dhcpcd (7.0.1-1 -> 7.0.4-1)
[2018-07-16 17:24] [ALPM] upgraded dialog (1:1.3_20171209-1 -> 1:1.3_20180621-1)
[2018-07-16 17:24] [ALPM] installed libxslt (1.1.32+3+g32c88216-1)
[2018-07-16 17:24] [ALPM] upgraded libxss (1.2.2-2 -> 1.2.2-3)
[2018-07-16 17:24] [ALPM] upgraded nss (3.36.1-1 -> 3.38-1)
[2018-07-16 17:24] [ALPM] upgraded re2 (20180401-1 -> 20180701-1)
[2018-07-16 17:24] [ALPM] upgraded harfbuzz (1.7.6-2 -> 1.8.3-1)
[2018-07-16 17:24] [ALPM] upgraded freetype2 (2.9-2 -> 2.9.1-1)
[2018-07-16 17:24] [ALPM] upgraded fribidi (1.0.2-1 -> 1.0.4-1)
[2018-07-16 17:24] [ALPM] upgraded gsm (1.0.17-1 -> 1.0.18-1)
[2018-07-16 17:24] [ALPM] upgraded libsm (1.2.2-2 -> 1.2.2-3)
[2018-07-16 17:24] [ALPM] upgraded libogg (1.3.3-2 -> 1.3.3-3)
[2018-07-16 17:24] [ALPM] upgraded libpulse (11.1-1 -> 12.1-1)
[2018-07-16 17:24] [ALPM] upgraded libiec61883 (1.2.0-4 -> 1.2.0-5)
[2018-07-16 17:24] [ALPM] upgraded lame (3.100-1 -> 3.100-2)
[2018-07-16 17:24] [ALPM] upgraded libva (2.1.0-1 -> 2.2.0-2)
[2018-07-16 17:24] [ALPM] upgraded libwebp (0.6.1-1 -> 1.0.0-1)
[2018-07-16 17:24] [ALPM] upgraded libx264 (2:152.20171224-1 -> 2:152.20171224-2)
[2018-07-16 17:24] [ALPM] upgraded openjpeg2 (2.3.0-1 -> 2.3.0-2)
[2018-07-16 17:24] [ALPM] upgraded vid.stab (1.1-1 -> 1.1-2)
[2018-07-16 17:24] [ALPM] upgraded speexdsp (1.2rc3-2 -> 1.2rc3-3)
[2018-07-16 17:24] [ALPM] upgraded sysfsutils (2.1.0-9 -> 2.1.0-10)
[2018-07-16 17:25] [ALPM] upgraded libcups (2.2.7-2 -> 2.2.8-3)
[2018-07-16 17:25] [ALPM] upgraded libepoxy (1.5.0-1 -> 1.5.2-1)
[2018-07-16 17:25] [ALPM] upgraded libxft (2.3.2-1 -> 2.3.2-2)
[2018-07-16 17:25] [ALPM] upgraded libdatrie (0.2.10-2 -> 0.2.12-1)
[2018-07-16 17:25] [ALPM] upgraded librsvg (2:2.42.3-1 -> 2:2.42.5-1)
[2018-07-16 17:25] [ALPM] upgraded wayland-protocols (1.13-1 -> 1.14-1)
[2018-07-16 17:25] [ALPM] upgraded libtool (2.4.6+40+g6ca5e224-5 -> 2.4.6+40+g6ca5e224-7)
[2018-07-16 17:25] [ALPM] upgraded sound-theme-freedesktop (0.8-2 -> 0.8-3)
[2018-07-16 17:25] [ALPM] upgraded xkeyboard-config (2.23.1-2 -> 2.24-1)
[2018-07-16 17:25] [ALPM] upgraded glib-networking (2.56.0-1 -> 2.56.1-1)
[2018-07-16 17:25] [ALPM] upgraded libsoup (2.62.1-1 -> 2.62.2-1)
[2018-07-16 17:25] [ALPM] upgraded electron (1.8.4-1 -> 2.0.3-1)
[2018-07-16 17:25] [ALPM] upgraded elfutils (0.170-1 -> 0.171-1)
[2018-07-16 17:25] [ALPM] upgraded perl-uri (1.73-1 -> 1.74-1)
[2018-07-16 17:25] [ALPM] upgraded libxfce4util (4.12.1-1 -> 4.13.2-1)
[2018-07-16 17:25] [ALPM] upgraded xcb-util (0.4.0-1 -> 0.4.0-2)
[2018-07-16 17:25] [ALPM] upgraded exo (0.12.0-1 -> 0.12.2-1)
[2018-07-16 17:25] [ALPM] upgraded fakeroot (1.22-1 -> 1.23-1)
[2018-07-16 17:25] [ALPM] upgraded fftw (3.3.7-1 -> 3.3.8-1)
[2018-07-16 17:25] [ALPM] upgraded file (5.32-1 -> 5.33-3)
[2018-07-16 17:25] [ALPM] upgraded gc (7.6.4-1 -> 7.6.6-1)
[2018-07-16 17:25] [ALPM] upgraded gcc (7.3.1+20180312-2 -> 8.1.1+20180531-1)
[2018-07-16 17:25] [ALPM] upgraded perl-error (0.17025-2 -> 0.17026-1)
[2018-07-16 17:25] [ALPM] upgraded git (2.17.0-1 -> 2.18.0-1)
[2018-07-16 17:25] [ALPM] upgraded glu (9.0.0-4 -> 9.0.0-5)
[2018-07-16 17:25] [ALPM] warning: /usr/bin/pinentry installed as /usr/bin/pinentry.pacnew
[2018-07-16 17:25] [ALPM] upgraded pinentry (1.1.0-1 -> 1.1.0-4)
[2018-07-16 17:25] [ALPM] upgraded gnupg (2.2.6-1 -> 2.2.8-1)
[2018-07-16 17:25] [ALPM] upgraded gpgme (1.10.0-2 -> 1.11.1-1)
[2018-07-16 17:25] [ALPM] upgraded graphene (1.8.0-1 -> 1.8.2-1)
[2018-07-16 17:25] [ALPM] upgraded grub (2:2.02-5 -> 2:2.02-7)
[2018-07-16 17:25] [ALPM] upgraded gspell (1.8.0-1 -> 1.8.1-1)
[2018-07-16 17:25] [ALPM] upgraded gstreamer (1.14.0-1 -> 1.14.1-1)
[2018-07-16 17:25] [ALPM] upgraded gst-plugins-base-libs (1.14.0-1 -> 1.14.1-1)
[2018-07-16 17:25] [ALPM] upgraded gst-plugins-base (1.14.0-1 -> 1.14.1-1)
[2018-07-16 17:25] [ALPM] upgraded procps-ng (3.3.13-1 -> 3.3.15-1)
[2018-07-16 17:25] [ALPM] upgraded zita-alsa-pcmi (0.2.0-3 -> 0.2.0-4)
[2018-07-16 17:25] [ALPM] upgraded libid3tag (0.15.1b-8 -> 0.15.1b-9)
[2018-07-16 17:25] [ALPM] upgraded gst-plugins-good (1.14.0-1 -> 1.14.1-1)
[2018-07-16 17:25] [ALPM] upgraded gtk-xfce-engine (2.10.1-1 -> 2.10.1-2)
[2018-07-16 17:25] [ALPM] upgraded gtksourceview3 (3.24.7-1 -> 3.24.8-1)
[2018-07-16 17:25] [ALPM] upgraded guile (2.2.3-1 -> 2.2.4-1)
[2018-07-16 17:25] [ALPM] upgraded wireless_tools (30.pre9-1 -> 30.pre9-2)
[2018-07-16 17:25] [ALPM] upgraded yajl (2.1.0-1 -> 2.1.0-2)
[2018-07-16 17:25] [ALPM] upgraded i3status (2.11-3 -> 2.12-1)
[2018-07-16 17:25] [ALPM] upgraded liblqr (0.4.2-1 -> 0.4.2-2)
[2018-07-16 17:25] [ALPM] upgraded libmagick (7.0.7.28-1 -> 7.0.8.6-1)
[2018-07-16 17:25] [ALPM] upgraded imagemagick (7.0.7.28-1 -> 7.0.8.6-1)
[2018-07-16 17:25] [ALPM] upgraded iproute2 (4.16.0-1 -> 4.17.0-1)
[2018-07-16 17:25] [ALPM] upgraded jansson (2.10-3 -> 2.11-1)
[2018-07-16 17:25] [ALPM] upgraded jemalloc (1:5.0.1-4 -> 1:5.1.0-1)
[2018-07-16 17:25] [ALPM] upgraded jfsutils (1.1.15-4 -> 1.1.15-5)
[2018-07-16 17:25] [ALPM] upgraded jre8-openjdk-headless (8.u162-2 -> 8.u172-2)
[2018-07-16 17:25] [ALPM] upgraded libxt (1.1.5-1 -> 1.1.5-2)
[2018-07-16 17:25] [ALPM] upgraded libxmu (1.1.2-1 -> 1.1.2-2)
[2018-07-16 17:25] [ALPM] upgraded xdg-utils (1.1.2-2 -> 1.1.3-2)
[2018-07-16 17:25] [ALPM] upgraded jre8-openjdk (8.u162-2 -> 8.u172-2)
[2018-07-16 17:25] [ALPM] installed lmdb (0.9.22-1)
[2018-07-16 17:25] [ALPM] upgraded ldb (1.3.1-1 -> 1:1.3.4-2)
[2018-07-16 17:25] [ALPM] upgraded libaio (0.3.110-1 -> 0.3.111-1)
[2018-07-16 17:25] [ALPM] upgraded libdmx (1.1.3-1 -> 1.1.4-1)
[2018-07-16 17:25] [ALPM] upgraded libfontenc (1.1.3-1 -> 1.1.3-2)
[2018-07-16 17:25] [ALPM] upgraded libgme (0.6.1-1 -> 0.6.2-1)
[2018-07-16 17:25] [ALPM] upgraded mtdev (1.1.5-1 -> 1.1.5-2)
[2018-07-16 17:25] [ALPM] upgraded libwacom (0.29-1 -> 0.30-1)
[2018-07-16 17:25] [ALPM] upgraded libinput (1.10.5-1 -> 1.11.2-1)
[2018-07-16 17:25] [ALPM] upgraded libmad (0.15.1b-7 -> 0.15.1b-8)
[2018-07-16 17:25] [ALPM] upgraded libnfs (2.0.0-1 -> 3.0.0-2)
[2018-07-16 17:25] [ALPM] upgraded libunique (1.1.6-6 -> 1.1.6-7)
[2018-07-16 17:25] [ALPM] upgraded libusb-compat (0.1.5-1 -> 0.1.5-2)
[2018-07-16 17:25] [ALPM] upgraded libwnck (2.31.0-1 -> 2.31.0-2)
[2018-07-16 17:25] [ALPM] upgraded libxaw (1.0.13-1 -> 1.0.13-2)
[2018-07-16 17:25] [ALPM] upgraded libxdg-basedir (1.2.0-3 -> 1.2.0-4)
[2018-07-16 17:25] [ALPM] upgraded libxkbfile (1.0.9-1 -> 1.0.9-2)
[2018-07-16 17:25] [ALPM] upgraded libxxf86dga (1.1.4-1 -> 1.1.4-2)
[2018-07-16 17:25] [ALPM] upgraded linux-firmware (20180314.4c0bf11-1 -> 20180606.d114732-1)
[2018-07-16 17:25] [ALPM] upgraded mkinitcpio-busybox (1.28.3-1 -> 1.28.4-1)
[2018-07-16 17:25] [ALPM] upgraded linux (4.16.2-2 -> 4.17.5-1)
[2018-07-16 17:25] [ALPM] upgraded thin-provisioning-tools (0.7.5-1 -> 0.7.6-1)
[2018-07-16 17:25] [ALPM] upgraded lvm2 (2.02.177-5 -> 2.02.179-1)
[2018-07-16 17:25] [ALPM] upgraded man-db (2.8.3-1 -> 2.8.3-2)
[2018-07-16 17:25] [ALPM] upgraded man-pages (4.15-1 -> 4.16-1)
[2018-07-16 17:25] [ALPM] upgraded mousepad (0.4.0-3 -> 0.4.1-1)
[2018-07-16 17:25] [ALPM] upgraded mozilla-common (1.4-4 -> 1.4-5)
[2018-07-16 17:25] [ALPM] upgraded nano (2.9.5-1 -> 2.9.8-1)
[2018-07-16 17:25] [ALPM] upgraded ncmpcpp (0.8.2-1 -> 0.8.2-2)
[2018-07-16 17:25] [ALPM] upgraded neofetch (3.4.0-1 -> 5.0.0-1)
[2018-07-16 17:25] [ALPM] upgraded netctl (1.16-1 -> 1.17-1)
[2018-07-16 17:25] [ALPM] upgraded nghttp2 (1.31.0-1 -> 1.32.0-1)
[2018-07-16 17:25] [ALPM] upgraded nitrogen (1.6.1-1 -> 1.6.1-2)
[2018-07-16 17:25] [ALPM] upgraded openssh (7.7p1-1 -> 7.7p1-2)
[2018-07-16 17:25] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
[2018-07-16 17:25] [ALPM] upgraded pacman-mirrorlist (20180415-1 -> 20180710-1)
[2018-07-16 17:25] [ALPM] upgraded pacman (5.0.2-2 -> 5.1.0-2)
[2018-07-16 17:25] [ALPM] installed pkgconf (1.5.1-1)
[2018-07-16 17:25] [ALPM] upgraded polkit-gnome (0.105-3 -> 0.105-4)
[2018-07-16 17:25] [ALPM] upgraded poppler (0.63.0-1 -> 0.64.0-1)
[2018-07-16 17:25] [ALPM] upgraded poppler-glib (0.63.0-1 -> 0.64.0-1)
[2018-07-16 17:25] [ALPM] upgraded postgresql-libs (10.3-1 -> 10.4-3)
[2018-07-16 17:25] [ALPM] upgraded pulseaudio (11.1-1 -> 12.1-1)
[2018-07-16 17:25] [ALPM] upgraded pulseaudio-alsa (2-3 -> 2-4)
[2018-07-16 17:25] [ALPM] upgraded pygobject-devel (3.28.2-1 -> 3.28.3-1)
[2018-07-16 17:25] [ALPM] upgraded python (3.6.5-1 -> 3.6.6-1)
[2018-07-16 17:25] [ALPM] upgraded python-gobject (3.28.2-1 -> 3.28.3-1)
[2018-07-16 17:25] [ALPM] upgraded python-packaging (16.8-2 -> 17.1-1)
[2018-07-16 17:25] [ALPM] upgraded python-setuptools (1:39.0.1-1 -> 1:39.2.0-2)
[2018-07-16 17:25] [ALPM] installed python-msgpack (0.5.6-1)
[2018-07-16 17:25] [ALPM] installed python-urllib3 (1.23-1)
[2018-07-16 17:25] [ALPM] installed python-chardet (3.0.4-1)
[2018-07-16 17:25] [ALPM] installed python-idna (2.7-2)
[2018-07-16 17:25] [ALPM] installed python-requests (2.19.1-1)
[2018-07-16 17:25] [ALPM] installed python-cachecontrol (0.12.5-2)
[2018-07-16 17:25] [ALPM] installed python-colorama (0.3.9-1)
[2018-07-16 17:25] [ALPM] installed python-distlib (0.2.7-1)
[2018-07-16 17:25] [ALPM] installed python-distro (1.3.0-1)
[2018-07-16 17:25] [ALPM] installed python-webencodings (0.5.1-1)
[2018-07-16 17:25] [ALPM] installed python-html5lib (1.0.1-2)
[2018-07-16 17:25] [ALPM] installed python-lockfile (0.12.2-2)
[2018-07-16 17:25] [ALPM] installed python-progress (1.4-1)
[2018-07-16 17:25] [ALPM] installed python-pytoml (0.1.16-1)
[2018-07-16 17:25] [ALPM] installed python-retrying (1.3.3-3)
[2018-07-16 17:25] [ALPM] upgraded python-pip (9.0.1-3 -> 10.0.1-1)
[2018-07-16 17:25] [ALPM] upgraded python-psycopg2 (2.7.4-1 -> 2.7.5-1)
[2018-07-16 17:25] [ALPM] upgraded python2-packaging (16.8-2 -> 17.1-1)
[2018-07-16 17:25] [ALPM] upgraded python2-setuptools (1:39.0.1-1 -> 1:39.2.0-2)
[2018-07-16 17:25] [ALPM] installed python2-msgpack (0.5.6-1)
[2018-07-16 17:25] [ALPM] installed python2-urllib3 (1.23-1)
[2018-07-16 17:25] [ALPM] installed python2-chardet (3.0.4-1)
[2018-07-16 17:25] [ALPM] installed python2-idna (2.7-2)
[2018-07-16 17:25] [ALPM] installed python2-requests (2.19.1-1)
[2018-07-16 17:25] [ALPM] installed python2-cachecontrol (0.12.5-2)
[2018-07-16 17:25] [ALPM] installed python2-colorama (0.3.9-1)
[2018-07-16 17:25] [ALPM] installed python2-distlib (0.2.7-1)
[2018-07-16 17:25] [ALPM] installed python2-distro (1.3.0-1)
[2018-07-16 17:25] [ALPM] installed python2-webencodings (0.5.1-1)
[2018-07-16 17:25] [ALPM] installed python2-html5lib (1.0.1-2)
[2018-07-16 17:25] [ALPM] installed python2-lockfile (0.12.2-2)
[2018-07-16 17:25] [ALPM] installed python2-progress (1.4-1)
[2018-07-16 17:25] [ALPM] installed python2-pytoml (0.1.16-1)
[2018-07-16 17:25] [ALPM] installed python2-retrying (1.3.3-3)
[2018-07-16 17:25] [ALPM] installed python2-ipaddress (1.0.22-1)
[2018-07-16 17:25] [ALPM] upgraded python2-pip (9.0.1-3 -> 10.0.1-1)
[2018-07-16 17:25] [ALPM] upgraded python2-selenium (3.11.0-1 -> 3.13.0-1)
[2018-07-16 17:25] [ALPM] upgraded qrencode (4.0.0-1 -> 4.0.2-1)
[2018-07-16 17:25] [ALPM] upgraded xcb-util-keysyms (0.4.0-1 -> 0.4.0-2)
[2018-07-16 17:25] [ALPM] upgraded xcb-util-renderutil (0.3.9-1 -> 0.3.9-2)
[2018-07-16 17:25] [ALPM] upgraded xcb-util-wm (0.4.1-1 -> 0.4.1-2)
[2018-07-16 17:25] [ALPM] upgraded xcb-util-image (0.4.0-1 -> 0.4.0-2)
[2018-07-16 17:25] [ALPM] upgraded tslib (1.15-1 -> 1.16-1)
[2018-07-16 17:25] [ALPM] upgraded qt5-base (5.10.1-7 -> 5.11.1-1)
[2018-07-16 17:25] [ALPM] upgraded qt5-xmlpatterns (5.10.1-1 -> 5.11.1-1)
[2018-07-16 17:25] [ALPM] upgraded qt5-declarative (5.10.1-3 -> 5.11.1-1)
[2018-07-16 17:25] [ALPM] upgraded qt5-x11extras (5.10.1-1 -> 5.11.1-1)
[2018-07-16 17:25] [ALPM] upgraded ristretto (0.8.2-2 -> 0.8.3-1)
[2018-07-16 17:25] [ALPM] upgraded rubygems (2.7.6-1 -> 2.7.7-1)
[2018-07-16 17:25] [ALPM] upgraded ruby (2.5.1-1 -> 2.5.1-2)
[2018-07-16 17:25] [ALPM] upgraded simplescreenrecorder (0.3.10-2 -> 0.3.11-1)
[2018-07-16 17:25] [ALPM] installed gamin (0.1.10-9)
[2018-07-16 17:25] [ALPM] upgraded smbclient (4.7.6-1 -> 4.8.3-2)
[2018-07-16 17:25] [ALPM] upgraded sudo (1.8.22-1 -> 1.8.23-2)
[2018-07-16 17:25] [ALPM] upgraded systemd-sysvcompat (238.76-1 -> 239.0-2)
[2018-07-16 17:25] [ALPM] upgraded thunar (1.6.15-1 -> 1.8.1.11.gf5147445-1)
[2018-07-16 17:25] [ALPM] upgraded thunar-archive-plugin (0.3.1-7 -> 0.4.0-1)
[2018-07-16 17:25] [ALPM] upgraded thunar-media-tags-plugin (0.2.1-2 -> 0.3.0-1)
[2018-07-16 17:25] [ALPM] upgraded tumbler (0.2.1-1 -> 0.2.1-2)
[2018-07-16 17:25] [ALPM] upgraded unrar (1:5.6.2-1 -> 1:5.6.5-1)
[2018-07-16 17:25] [ALPM] upgraded usbutils (009-1 -> 010-1)
[2018-07-16 17:25] [ALPM] upgraded vi (1:070224-2 -> 1:070224-3)
[2018-07-16 17:25] [ALPM] upgraded vlc (3.0.3-1 -> 3.0.3-2)
[2018-07-16 17:25] [ALPM] upgraded vte-common (0.52.1-1 -> 0.52.2-1)
[2018-07-16 17:25] [ALPM] upgraded vte3 (0.52.1-1 -> 0.52.2-1)
[2018-07-16 17:25] [ALPM] upgraded wget (1.19.4-3 -> 1.19.5-1)
[2018-07-16 17:25] [ALPM] upgraded xcb-util-xrm (1.2-2 -> 1.3-1)
[2018-07-16 17:25] [ALPM] upgraded xf86-input-libinput (0.27.1-1 -> 0.28.0-1)
[2018-07-16 17:25] [ALPM] upgraded xf86-video-nouveau (1.0.15-2 -> 1.0.15-3)
[2018-07-16 17:25] [ALPM] upgraded xf86-video-vesa (2.4.0-1 -> 2.4.0-2)
[2018-07-16 17:25] [ALPM] upgraded xfce4-artwork (0.1.1a_git20110420-4 -> 0.1.1a_git20110420-5)
[2018-07-16 17:25] [ALPM] upgraded xfce4-cpufreq-plugin (1.1.3-1 -> 1.2.0-1)
[2018-07-16 17:25] [ALPM] upgraded xfce4-dict (0.8.0-1 -> 0.8.1-1)
[2018-07-16 17:25] [ALPM] upgraded xfce4-mount-plugin (1.1.2-1 -> 1.1.3-1)
[2018-07-16 17:25] [ALPM] upgraded xfce4-pulseaudio-plugin (0.4.0-1 -> 0.4.1-1)
[2018-07-16 17:25] [ALPM] upgraded xfce4-screenshooter (1.9.1-1 -> 1.9.2-1)
[2018-07-16 17:25] [ALPM] upgraded xfce4-sensors-plugin (1.2.6-3 -> 1.3.0-1)
[2018-07-16 17:25] [ALPM] upgraded xfce4-settings (4.12.3-1 -> 4.12.4-1)
[2018-07-16 17:25] [ALPM] upgraded xfce4-taskmanager (1.2.0-1 -> 1.2.1-1)
[2018-07-16 17:25] [ALPM] upgraded xfce4-terminal (0.8.7.3-1 -> 0.8.7.4-1)
[2018-07-16 17:25] [ALPM] upgraded xfce4-whiskermenu-plugin (2.1.6-1 -> 2.2.0-1)
[2018-07-16 17:25] [ALPM] upgraded xfdesktop (4.12.4-1 -> 4.12.4-2)
[2018-07-16 17:25] [ALPM] upgraded xfsprogs (4.15.1-1 -> 4.17.0-1)
[2018-07-16 17:25] [ALPM] upgraded xfwm4-themes (4.10.0-2 -> 4.10.0-3)
[2018-07-16 17:25] [ALPM] upgraded xorg-docs (1.7.1-1 -> 1.7.1-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-font-util (1.3.1-1 -> 1.3.1-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-font-utils (7.6-4 -> 7.6-5)
[2018-07-16 17:25] [ALPM] upgraded xorg-fonts-alias (1.0.3-1 -> 1.0.3-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-fonts-encodings (1.0.4-4 -> 1.0.4-5)
[2018-07-16 17:25] [ALPM] upgraded xorg-luit (1.1.1-2 -> 1.1.1-3)
[2018-07-16 17:25] [ALPM] upgraded xorg-xkbcomp (1.4.1-1 -> 1.4.2-1)
[2018-07-16 17:25] [ALPM] upgraded xorg-setxkbmap (1.3.1-1 -> 1.3.1-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-server-common (1.19.6+13+gd0d1a694f-2 -> 1.20.0-9)
[2018-07-16 17:25] [ALPM] upgraded xorg-server (1.19.6+13+gd0d1a694f-2 -> 1.20.0-9)
[2018-07-16 17:25] [ALPM] upgraded xorg-server-devel (1.19.6+13+gd0d1a694f-2 -> 1.20.0-9)
[2018-07-16 17:25] [ALPM] upgraded xorg-server-xdmx (1.19.6+13+gd0d1a694f-2 -> 1.20.0-9)
[2018-07-16 17:25] [ALPM] upgraded xorg-server-xephyr (1.19.6+13+gd0d1a694f-2 -> 1.20.0-9)
[2018-07-16 17:25] [ALPM] upgraded xorg-server-xnest (1.19.6+13+gd0d1a694f-2 -> 1.20.0-9)
[2018-07-16 17:25] [ALPM] upgraded xorg-server-xvfb (1.19.6+13+gd0d1a694f-2 -> 1.20.0-9)
[2018-07-16 17:25] [ALPM] upgraded xorg-server-xwayland (1.19.6+13+gd0d1a694f-2 -> 1.20.0-9)
[2018-07-16 17:25] [ALPM] upgraded xorg-smproxy (1.0.6-1 -> 1.0.6-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-x11perf (1.6.0-1 -> 1.6.0-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-xcmsdb (1.0.5-1 -> 1.0.5-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-xcursorgen (1.0.6-1 -> 1.0.6-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-xdpyinfo (1.3.2-1 -> 1.3.2-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-xev (1.2.2-1 -> 1.2.2-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-xgamma (1.0.6-1 -> 1.0.6-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-xhost (1.0.7-1 -> 1.0.7-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-xinput (1.6.2-1 -> 1.6.2-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-xkbevd (1.1.4-1 -> 1.1.4-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-xkbutils (1.0.4-2 -> 1.0.4-3)
[2018-07-16 17:25] [ALPM] upgraded xorg-xlsatoms (1.1.2-1 -> 1.1.2-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-xmodmap (1.0.9-1 -> 1.0.9-2)
[2018-07-16 17:25] [ALPM] upgraded xorg-xvinfo (1.1.3-1 -> 1.1.3-2)
[2018-07-16 17:25] [ALPM] transaction completed
[2018-07-16 17:25] [ALPM] running '60-linux.hook'...
[2018-07-16 17:25] [ALPM] running '90-linux.hook'...
[2018-07-16 17:25] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-07-16 17:25] [ALPM-SCRIPTLET] ==> Starting build: 4.17.5-1-ARCH
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-16 17:25] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-16 17:25] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-07-16 17:25] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-16 17:25] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-07-16 17:25] [ALPM-SCRIPTLET] ==> Starting build: 4.17.5-1-ARCH
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-16 17:25] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-07-16 17:25] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-16 17:25] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-16 17:25] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-16 17:25] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-07-16 17:25] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-16 17:25] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-07-16 17:25] [ALPM] running 'fontconfig.hook'...
[2018-07-16 17:25] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2018-07-16 17:25] [ALPM] running 'gio-querymodules.hook'...
[2018-07-16 17:25] [ALPM] running 'glib-compile-schemas.hook'...
[2018-07-16 17:26] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-16 17:26] [ALPM] running 'systemd-catalog.hook'...
[2018-07-16 17:26] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-16 17:26] [ALPM] running 'systemd-hwdb.hook'...
[2018-07-16 17:26] [ALPM] running 'systemd-sysctl.hook'...
[2018-07-16 17:26] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-16 17:26] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-07-16 17:26] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-16 17:26] [ALPM] running 'systemd-update.hook'...
[2018-07-16 17:26] [ALPM] running 'texinfo-install.hook'...
[2018-07-16 17:26] [ALPM] running 'update-ca-trust.hook'...
[2018-07-16 17:26] [ALPM] running 'update-desktop-database.hook'...
[2018-07-16 17:26] [ALPM] running 'update-mime-database.hook'...
[2018-07-16 17:26] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2018-07-16 17:26] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-07-18 02:25] [PACMAN] Running 'pacman -S htop'
[2018-07-18 02:25] [ALPM] transaction started
[2018-07-18 02:25] [ALPM] installed htop (2.2.0-2)
[2018-07-18 02:25] [ALPM] transaction completed
[2018-07-18 02:25] [ALPM] running 'systemd-update.hook'...
[2018-07-18 02:25] [ALPM] running 'update-desktop-database.hook'...
[2018-07-19 14:45] [PACMAN] Running 'pacman -S conky'
[2018-07-19 14:45] [ALPM] transaction started
[2018-07-19 14:45] [ALPM] installed conky (1.10.8-2)
[2018-07-19 14:45] [ALPM] transaction completed
[2018-07-19 14:45] [ALPM] running 'systemd-update.hook'...
[2018-07-20 01:52] [PACMAN] Running 'pacman -S python-pip'
[2018-07-20 01:52] [ALPM] transaction started
[2018-07-20 01:52] [ALPM] reinstalled python-pip (10.0.1-1)
[2018-07-20 01:52] [ALPM] transaction completed
[2018-07-20 01:52] [ALPM] running 'systemd-update.hook'...
[2018-07-20 01:54] [PACMAN] Running 'pacman -S python-setuptools python-pip'
[2018-07-20 01:54] [ALPM] transaction started
[2018-07-20 01:54] [ALPM] reinstalled python-setuptools (1:39.2.0-2)
[2018-07-20 01:54] [ALPM] reinstalled python-pip (10.0.1-1)
[2018-07-20 01:54] [ALPM] transaction completed
[2018-07-20 01:54] [ALPM] running 'systemd-update.hook'...
[2018-07-20 01:58] [PACMAN] Running 'pacman -S nginx'
[2018-07-20 01:58] [ALPM] transaction started
[2018-07-20 01:58] [ALPM] installed geoip-database (20180403-1)
[2018-07-20 01:58] [ALPM] installed geoip (1.6.11-1)
[2018-07-20 01:58] [ALPM] installed nginx (1.14.0-1)
[2018-07-20 01:58] [ALPM] transaction completed
[2018-07-20 01:58] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 01:58] [ALPM] running 'systemd-update.hook'...
[2018-07-20 01:58] [PACMAN] Running 'pacman -S supervisor'
[2018-07-20 01:59] [ALPM] transaction started
[2018-07-20 01:59] [ALPM] installed python2-meld3 (1.0.2-1)
[2018-07-20 01:59] [ALPM] installed supervisor (3.3.4-1)
[2018-07-20 01:59] [ALPM] transaction completed
[2018-07-20 01:59] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 01:59] [ALPM] running 'systemd-update.hook'...
[2018-07-20 01:59] [PACMAN] Running 'pacman -S python-virtualenv'
[2018-07-20 01:59] [ALPM] transaction started
[2018-07-20 01:59] [ALPM] installed python-virtualenv (15.1.0-3)
[2018-07-20 01:59] [ALPM] transaction completed
[2018-07-20 01:59] [ALPM] running 'systemd-update.hook'...
[2018-07-20 12:44] [PACMAN] Running 'pacman -S supervisor'
[2018-07-20 12:44] [ALPM] transaction started
[2018-07-20 12:44] [ALPM] reinstalled supervisor (3.3.4-1)
[2018-07-20 12:44] [ALPM] transaction completed
[2018-07-20 12:44] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 12:44] [ALPM] running 'systemd-update.hook'...
[2018-07-20 12:54] [PACMAN] Running 'pacman -R supervisor'
[2018-07-20 12:54] [ALPM] transaction started
[2018-07-20 12:54] [ALPM] warning: /etc/supervisord.conf saved as /etc/supervisord.conf.pacsave
[2018-07-20 12:54] [ALPM] removed supervisor (3.3.4-1)
[2018-07-20 12:54] [ALPM] transaction completed
[2018-07-20 12:54] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 12:54] [ALPM] running 'systemd-update.hook'...
[2018-07-20 12:54] [PACMAN] Running 'pacman -S supervisor'
[2018-07-20 12:54] [ALPM] transaction started
[2018-07-20 12:54] [ALPM] installed supervisor (3.3.4-1)
[2018-07-20 12:54] [ALPM] transaction completed
[2018-07-20 12:54] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 12:54] [ALPM] running 'systemd-update.hook'...
[2018-07-20 17:29] [PACMAN] Running 'pacman -R supervisor'
[2018-07-20 17:29] [ALPM] transaction started
[2018-07-20 17:29] [ALPM] warning: /etc/supervisord.conf saved as /etc/supervisord.conf.pacsave
[2018-07-20 17:29] [ALPM] removed supervisor (3.3.4-1)
[2018-07-20 17:29] [ALPM] transaction completed
[2018-07-20 17:29] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 17:29] [ALPM] running 'systemd-update.hook'...
[2018-07-20 17:29] [PACMAN] Running 'pacman -S supervisor'
[2018-07-20 17:29] [ALPM] transaction started
[2018-07-20 17:29] [ALPM] installed supervisor (3.3.4-1)
[2018-07-20 17:29] [ALPM] transaction completed
[2018-07-20 17:29] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 17:29] [ALPM] running 'systemd-update.hook'...
[2018-07-20 17:29] [PACMAN] Running 'pacman -S supervisor'
[2018-07-20 17:29] [ALPM] transaction started
[2018-07-20 17:29] [ALPM] reinstalled supervisor (3.3.4-1)
[2018-07-20 17:29] [ALPM] transaction completed
[2018-07-20 17:29] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 17:29] [ALPM] running 'systemd-update.hook'...
[2018-07-20 17:38] [PACMAN] Running 'pacman -S supervisor'
[2018-07-20 17:38] [ALPM] transaction started
[2018-07-20 17:38] [ALPM] reinstalled supervisor (3.3.4-1)
[2018-07-20 17:38] [ALPM] transaction completed
[2018-07-20 17:38] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 17:38] [ALPM] running 'systemd-update.hook'...
[2018-07-20 17:40] [PACMAN] Running 'pacman -S gunicorn'
[2018-07-20 17:40] [ALPM] transaction started
[2018-07-20 17:40] [ALPM] installed gunicorn (19.8.1-1)
[2018-07-20 17:40] [ALPM] transaction completed
[2018-07-20 17:40] [ALPM] running 'systemd-update.hook'...
[2018-07-20 18:47] [PACMAN] Running 'pacman -R nginx'
[2018-07-20 18:47] [ALPM] transaction started
[2018-07-20 18:47] [ALPM] warning: /etc/nginx/nginx.conf saved as /etc/nginx/nginx.conf.pacsave
[2018-07-20 18:47] [ALPM] removed nginx (1.14.0-1)
[2018-07-20 18:47] [ALPM] transaction completed
[2018-07-20 18:47] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 18:47] [ALPM] running 'systemd-update.hook'...
[2018-07-20 18:47] [PACMAN] Running 'pacman -S nginx'
[2018-07-20 18:47] [ALPM] transaction started
[2018-07-20 18:47] [ALPM] installed nginx (1.14.0-1)
[2018-07-20 18:47] [ALPM] transaction completed
[2018-07-20 18:47] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 18:47] [ALPM] running 'systemd-update.hook'...
[2018-07-20 19:11] [PACMAN] Running 'pacman -S heroku'
[2018-07-20 19:24] [PACMAN] Running 'pacman -S heroku--clasic'
[2018-07-20 19:24] [PACMAN] Running 'pacman -S heroku-classic'
[2018-07-20 19:24] [PACMAN] Running 'pacman -S heroku-cli'
[2018-07-20 19:24] [PACMAN] Running 'pacman --color auto -S heroku-cli'
[2018-07-20 19:25] [PACMAN] Running 'pacman --color auto -S heroku-cli.git'
[2018-07-20 19:30] [PACMAN] Running 'pacman -S netstat'
[2018-07-20 19:30] [PACMAN] Running 'pacman -S psmisc'
[2018-07-20 19:30] [ALPM] transaction started
[2018-07-20 19:30] [ALPM] reinstalled psmisc (23.1-1)
[2018-07-20 19:30] [ALPM] transaction completed
[2018-07-20 19:30] [ALPM] running 'systemd-update.hook'...
[2018-07-20 19:31] [PACMAN] Running 'pacman -R nginx'
[2018-07-20 19:31] [ALPM] transaction started
[2018-07-20 19:31] [ALPM] removed nginx (1.14.0-1)
[2018-07-20 19:31] [ALPM] transaction completed
[2018-07-20 19:31] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 19:31] [ALPM] running 'systemd-update.hook'...
[2018-07-20 19:31] [PACMAN] Running 'pacman -S nginx'
[2018-07-20 19:31] [ALPM] transaction started
[2018-07-20 19:31] [ALPM] installed nginx (1.14.0-1)
[2018-07-20 19:31] [ALPM] transaction completed
[2018-07-20 19:31] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 19:31] [ALPM] running 'systemd-update.hook'...
[2018-07-20 19:32] [PACMAN] Running 'pacman -R nginx'
[2018-07-20 19:32] [ALPM] transaction started
[2018-07-20 19:32] [ALPM] warning: /etc/nginx/nginx.conf saved as /etc/nginx/nginx.conf.pacsave
[2018-07-20 19:32] [ALPM] removed nginx (1.14.0-1)
[2018-07-20 19:32] [ALPM] transaction completed
[2018-07-20 19:32] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 19:32] [ALPM] running 'systemd-update.hook'...
[2018-07-20 19:32] [PACMAN] Running 'pacman -S nginx'
[2018-07-20 19:32] [ALPM] transaction started
[2018-07-20 19:32] [ALPM] installed nginx (1.14.0-1)
[2018-07-20 19:32] [ALPM] transaction completed
[2018-07-20 19:32] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 19:32] [ALPM] running 'systemd-update.hook'...
[2018-07-22 00:05] [PACMAN] Running 'pacman -S putty'
[2018-07-22 00:05] [ALPM] transaction started
[2018-07-22 00:05] [ALPM] installed putty (0.70-2)
[2018-07-22 00:05] [ALPM] transaction completed
[2018-07-22 00:05] [ALPM] running 'systemd-update.hook'...
[2018-07-22 00:05] [ALPM] running 'update-desktop-database.hook'...
[2018-07-31 18:27] [PACMAN] Running 'pacman -S fortune'
[2018-07-31 18:27] [PACMAN] Running 'pacman --color auto -S fortune'
[2018-08-04 19:24] [PACMAN] Running 'pacman -S install urxvt'
[2018-08-04 19:24] [PACMAN] Running 'pacman -S urxvt'
[2018-08-04 19:24] [PACMAN] Running 'pacman -S xterm'
[2018-08-04 19:24] [ALPM] transaction started
[2018-08-04 19:24] [ALPM] installed xbitmaps (1.1.2-1)
[2018-08-04 19:24] [ALPM] installed libutempter (1.1.6-3)
[2018-08-04 19:24] [ALPM] installed xterm (333-1)
[2018-08-04 19:24] [ALPM] transaction completed
[2018-08-04 19:24] [ALPM] running 'systemd-update.hook'...
[2018-08-04 19:24] [ALPM] running 'update-desktop-database.hook'...
[2018-08-07 20:58] [PACMAN] Running 'pacman -S gdb'
[2018-08-07 20:58] [ALPM] transaction started
[2018-08-07 20:58] [ALPM] installed guile2.0 (2.0.14-1)
[2018-08-07 20:58] [ALPM] installed gdb-common (8.1-1)
[2018-08-07 20:58] [ALPM] installed gdb (8.1-1)
[2018-08-07 20:58] [ALPM] transaction completed
[2018-08-07 20:58] [ALPM] running 'systemd-update.hook'...
[2018-08-07 20:58] [ALPM] running 'texinfo-install.hook'...
[2018-08-12 15:15] [PACMAN] Running 'pacman -S octave'
[2018-08-12 15:23] [PACMAN] Running 'pacman -Syu'
[2018-08-12 15:23] [PACMAN] synchronizing package lists
[2018-08-12 15:23] [PACMAN] starting full system upgrade
[2018-08-12 16:24] [PACMAN] Running 'pacman -S reflector'
[2018-08-12 16:24] [ALPM] transaction started
[2018-08-12 16:24] [ALPM] installed reflector (2018-2)
[2018-08-12 16:24] [ALPM] transaction completed
[2018-08-12 16:24] [ALPM] running 'systemd-update.hook'...
[2018-08-12 16:26] [PACMAN] Running 'pacman -S octave'
[2018-08-12 16:28] [PACMAN] Running 'pacman -S octave'
[2018-08-12 16:33] [ALPM] transaction started
[2018-08-12 16:33] [ALPM] installed graphicsmagick (1.3.30-3)
[2018-08-12 16:33] [ALPM] installed glpk (4.65-1)
[2018-08-12 16:33] [ALPM] installed libaec (1.0.2-1)
[2018-08-12 16:33] [ALPM] installed hdf5 (1.10.2-3)
[2018-08-12 16:33] [ALPM] installed qhull (2015.2-2)
[2018-08-12 16:33] [ALPM] installed blas (3.8.0-2)
[2018-08-12 16:33] [ALPM] installed lapack (3.8.0-2)
[2018-08-12 16:33] [ALPM] installed numactl (2.0.11-2)
[2018-08-12 16:33] [ALPM] installed hwloc (1.11.10-1)
[2018-08-12 16:33] [ALPM] installed openmpi (3.1.0-1)
[2018-08-12 16:33] [ALPM] installed arpack (3.6.2-1)
[2018-08-12 16:33] [ALPM] installed jbig2dec (0.14-1)
[2018-08-12 16:33] [ALPM] installed run-parts (4.8.6-1)
[2018-08-12 16:33] [ALPM] installed libpaper (1.1.24-10)
[2018-08-12 16:33] [ALPM] installed ijs (0.35-1)
[2018-08-12 16:33] [ALPM] installed ghostscript (9.23-2)
[2018-08-12 16:33] [ALPM] installed metis (5.1.0.p3-1)
[2018-08-12 16:33] [ALPM] installed intel-tbb (2018_20180618-1)
[2018-08-12 16:33] [ALPM] installed suitesparse (5.3.0-1)
[2018-08-12 16:33] [ALPM] installed gl2ps (1.4.0-1)
[2018-08-12 16:33] [ALPM] installed qscintilla-qt5 (2.10.7-2)
[2018-08-12 16:33] [ALPM] installed qt5-tools (5.11.1-1)
[2018-08-12 16:33] [ALPM] installed qrupdate (1.1.2-3)
[2018-08-12 16:33] [ALPM] installed octave (4.4.0-1)
[2018-08-12 16:33] [ALPM] transaction completed
[2018-08-12 16:33] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-08-12 16:33] [ALPM-SCRIPTLET] WARNING: '/usr/lib/perl5/5.28' contains data from at least 1 packages which will NOT be used by the installed perl interpreter.
[2018-08-12 16:33] [ALPM-SCRIPTLET]  -> Run the following command to get a list of affected packages: pacman -Qqo '/usr/lib/perl5/5.28'
[2018-08-12 16:33] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-08-12 16:33] [ALPM] running 'systemd-update.hook'...
[2018-08-12 16:33] [ALPM] running 'texinfo-install.hook'...
[2018-08-12 16:33] [ALPM] running 'update-desktop-database.hook'...
[2018-08-12 19:36] [PACMAN] Running 'pacman -S '
[2018-08-12 19:36] [PACMAN] Running 'pacman -S language-matlab-octave'
[2018-08-12 19:38] [PACMAN] Running 'pacman -R atom apm'
[2018-08-12 19:38] [ALPM] transaction started
[2018-08-12 19:38] [ALPM] removed atom (1.28.0-1)
[2018-08-12 19:38] [ALPM] removed apm (1.19.0-6)
[2018-08-12 19:38] [ALPM] transaction completed
[2018-08-12 19:38] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-08-12 19:38] [ALPM] running 'systemd-update.hook'...
[2018-08-12 19:38] [ALPM] running 'update-desktop-database.hook'...
[2018-08-12 19:38] [PACMAN] Running 'pacman -S atom'
[2018-08-12 19:38] [ALPM] transaction started
[2018-08-12 19:38] [ALPM] installed apm (1.19.0-6)
[2018-08-12 19:38] [ALPM] installed atom (1.29.0-1)
[2018-08-12 19:38] [ALPM] transaction completed
[2018-08-12 19:38] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-08-12 19:38] [ALPM] running 'systemd-update.hook'...
[2018-08-12 19:38] [ALPM] running 'update-desktop-database.hook'...
[2018-08-13 15:24] [PACMAN] Running 'pacman -S nmon'
[2018-08-13 15:24] [ALPM] transaction started
[2018-08-13 15:24] [ALPM] installed nmon (16g-1)
[2018-08-13 15:24] [ALPM] transaction completed
[2018-08-13 15:24] [ALPM] running 'systemd-update.hook'...
[2018-08-16 16:09] [PACMAN] Running 'pacman -Syu'
[2018-08-16 16:09] [PACMAN] synchronizing package lists
[2018-08-16 16:10] [PACMAN] starting full system upgrade
[2018-08-16 16:15] [ALPM] transaction started
[2018-08-16 16:15] [ALPM] upgraded archlinux-keyring (20180627-1 -> 20180808-1)
[2018-08-16 16:15] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2018-08-16 16:15] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Locally signing key DDB867B92AA789C165EEFA799B729B06A680C281...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Locally signing key 91FFE0700E80619CEB73235CA88E23E377514E00...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
[2018-08-16 16:15] [ALPM-SCRIPTLET] ==> Importing owner trust values...
[2018-08-16 16:15] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 7FA647CD89891DEDC060287BB9113D1ED21E1A55...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key D4DE5ABDE2A7287644EAC7E36D1A9E70E19DAA50...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 40440DC037C05620984379A6761FAD69BA06C6A9...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key B1F2C889CB2CCB2ADA36D963097D629E437520BD...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 63F395DE2D6398BBE458F281F2DBB4931985A992...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 8F76BEEA0289F9E1D3E229C05F946DED983D4366...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 4FCF887689C41B09506BE8D5F3E1D5C5D30DB0AD...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key FB871F0131FEA4FB5A9192B4C8880A6406361833...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 81D7F8241DB38BC759C80FCE3A726C6170E80477...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 5E7585ADFF106BFFBBA319DC654B877A0864983E...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 50F33E2E5B0C3D900424ABE89BDCF497A4BBCC7F...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key E7210A59715F6940CF9A4E36A001876699AD6E84...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 40776A5221EF5AD468A4906D42A1DB15EC133BAD...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 8CF934E339CAD8ABF342E822E711306E3C4F88BC...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 5696C003B0854206450C8E5BE613C09CB4440678...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 9515D8A8EAB88E49BB65EDBCE6B456CAF15447D5...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 34C5D94FE7E7913E86DC427E7FB1A3800C84C0A5...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 39F880E50E49A4D11341E8F939E4F17F295AFBF4...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 07DFD3A0BC213FA12EDC217559B3122E2FA915EC...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 44D4A033AC140143927397D47EFD567D4C7EA887...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   -> Disabling key 8840BD07FC24CB7CE394A07CCF7037A4F27FB7DA...
[2018-08-16 16:15] [ALPM-SCRIPTLET] ==> Updating trust database...
[2018-08-16 16:15] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2018-10-19
[2018-08-16 16:15] [ALPM] upgraded linux-api-headers (4.16.1-1 -> 4.17.11-1)
[2018-08-16 16:15] [ALPM] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
[2018-08-16 16:15] [ALPM] upgraded glibc (2.27-3 -> 2.28-1)
[2018-08-16 16:15] [ALPM-SCRIPTLET] Generating locales...
[2018-08-16 16:15] [ALPM-SCRIPTLET]   en_US.UTF-8... done
[2018-08-16 16:15] [ALPM-SCRIPTLET]   es_US.UTF-8... done
[2018-08-16 16:15] [ALPM-SCRIPTLET]   es_US.ISO-8859-1... done
[2018-08-16 16:15] [ALPM-SCRIPTLET] Generation complete.
[2018-08-16 16:15] [ALPM] upgraded gcc-libs (8.1.1+20180531-1 -> 8.2.0-2)
[2018-08-16 16:15] [ALPM] upgraded gdbm (1.16-1 -> 1.17-1)
[2018-08-16 16:15] [ALPM] upgraded libgpg-error (1.31-1 -> 1.32-1)
[2018-08-16 16:15] [ALPM] upgraded dbus (1.12.8-1 -> 1.12.10-1)
[2018-08-16 16:15] [ALPM] upgraded zlib (1:1.2.11-2 -> 1:1.2.11-3)
[2018-08-16 16:15] [ALPM] upgraded libutil-linux (2.32-3 -> 2.32.1-2)
[2018-08-16 16:15] [ALPM] upgraded avahi (0.7+16+g1cc2b8e-1 -> 0.7+16+g1cc2b8e-2)
[2018-08-16 16:15] [ALPM] upgraded binutils (2.30-5 -> 2.31.1-3)
[2018-08-16 16:15] [ALPM] upgraded icu (61.1-1 -> 62.1-1)
[2018-08-16 16:15] [ALPM] upgraded boost-libs (1.67.0-5 -> 1.67.0-7)
[2018-08-16 16:15] [ALPM] upgraded libxml2 (2.9.8-2 -> 2.9.8-4)
[2018-08-16 16:15] [ALPM] upgraded shared-mime-info (1.9-1 -> 1.10-1)
[2018-08-16 16:15] [ALPM] upgraded libtiff (4.0.9-1 -> 4.0.9-2)
[2018-08-16 16:15] [ALPM] upgraded device-mapper (2.02.179-1 -> 2.02.181-1)
[2018-08-16 16:15] [ALPM] upgraded cryptsetup (2.0.3-2 -> 2.0.4-1)
[2018-08-16 16:15] [ALPM] upgraded perl (5.26.2-2 -> 5.28.0-1)
[2018-08-16 16:15] [ALPM] upgraded libldap (2.4.46-1 -> 2.4.46-2)
[2018-08-16 16:15] [ALPM] upgraded util-linux (2.32-3 -> 2.32.1-2)
[2018-08-16 16:15] [ALPM] upgraded libnftnl (1.1.0-1 -> 1.1.1-1)
[2018-08-16 16:15] [ALPM] upgraded libpcap (1.8.1-2 -> 1.9.0-1)
[2018-08-16 16:15] [ALPM] upgraded colord (1.4.3-1 -> 1.4.3-2)
[2018-08-16 16:15] [ALPM] upgraded curl (7.61.0-1 -> 7.61.0-2)
[2018-08-16 16:15] [ALPM] upgraded libdrm (2.4.92-1 -> 2.4.93-1)
[2018-08-16 16:15] [ALPM] upgraded llvm-libs (6.0.1-1 -> 6.0.1-4)
[2018-08-16 16:15] [ALPM] upgraded xcb-proto (1.13-1 -> 1.13-2)
[2018-08-16 16:15] [ALPM] upgraded mesa (18.1.4-1 -> 18.1.5-1)
[2018-08-16 16:15] [ALPM] upgraded libglvnd (1.0.0-1 -> 1.1.0-1)
[2018-08-16 16:15] [ALPM] upgraded libinput (1.11.2-1 -> 1.11.3-1)
[2018-08-16 16:15] [ALPM] upgraded libxkbcommon (0.8.0-1 -> 0.8.2-1)
[2018-08-16 16:15] [ALPM] upgraded libxkbcommon-x11 (0.8.0-1 -> 0.8.2-1)
[2018-08-16 16:15] [ALPM] upgraded libproxy (0.4.15-6 -> 0.4.15-8)
[2018-08-16 16:15] [ALPM] upgraded harfbuzz (1.8.3-1 -> 1.8.8-1)
[2018-08-16 16:15] [ALPM] upgraded gnutls (3.5.18-1 -> 3.5.19-1)
[2018-08-16 16:15] [ALPM] upgraded qt5-base (5.11.1-1 -> 5.11.1-2)
[2018-08-16 16:15] [ALPM] upgraded deepin-qt-dbus-factory (1.0.2-3 -> 1.0.4-1)
[2018-08-16 16:15] [ALPM] upgraded deepin-qt5dxcb-plugin (1.1.9.1-1 -> 1.1.11-1)
[2018-08-16 16:15] [ALPM] upgraded dtkcore (1:2.0.8.1-2 -> 1:2.0.9-1)
[2018-08-16 16:15] [ALPM] upgraded fribidi (1.0.4-1 -> 1.0.5-1)
[2018-08-16 16:15] [ALPM] upgraded pango (1.42.1-1 -> 1.42.3-1)
[2018-08-16 16:15] [ALPM] upgraded librsvg (2:2.42.5-1 -> 2:2.42.6-1)
[2018-08-16 16:15] [ALPM] upgraded libpulse (12.1-1 -> 12.2-2)
[2018-08-16 16:15] [ALPM] upgraded gstreamer (1.14.1-1 -> 1.14.2-1)
[2018-08-16 16:15] [ALPM] upgraded gst-plugins-base-libs (1.14.1-1 -> 1.14.2-1)
[2018-08-16 16:15] [ALPM] upgraded gst-plugins-base (1.14.1-1 -> 1.14.2-1)
[2018-08-16 16:15] [ALPM] upgraded dtkwidget (2.0.8.1-4 -> 2.0.9.2-1)
[2018-08-16 16:15] [ALPM] upgraded deepin-qt5integration (0.3.0-3 -> 0.3.4-1)
[2018-08-16 16:15] [ALPM] upgraded dtkwm (2.0.8.1-3 -> 2.0.9-1)
[2018-08-16 16:15] [ALPM] upgraded openjpeg2 (2.3.0-2 -> 2.3.0-3)
[2018-08-16 16:15] [ALPM] upgraded libibus (1.5.18-1 -> 1.5.18-2)
[2018-08-16 16:15] [ALPM] upgraded sdl2 (2.0.8-8 -> 2.0.8-9)
[2018-08-16 16:15] [ALPM] upgraded ffmpeg (1:4.0.1-2 -> 1:4.0.2-1)
[2018-08-16 16:15] [ALPM] upgraded libsoup (2.62.2-1 -> 2.62.3-1)
[2018-08-16 16:15] [ALPM] upgraded libtool (2.4.6+40+g6ca5e224-7 -> 2.4.6+42+gb88cebd5-1)
[2018-08-16 16:15] [ALPM] upgraded gst-plugins-good (1.14.1-1 -> 1.14.2-1)
[2018-08-16 16:15] [ALPM] upgraded wayland-protocols (1.14-1 -> 1.15-1)
[2018-08-16 16:15] [ALPM] upgraded deepin-screen-recorder (2.7.4-2 -> 2.7.5-1)
[2018-08-16 16:15] [ALPM] upgraded dhcpcd (7.0.4-1 -> 7.0.7-1)
[2018-08-16 16:15] [ALPM] upgraded minizip (1:1.2.11-2 -> 1:1.2.11-3)
[2018-08-16 16:15] [ALPM] upgraded re2 (20180701-1 -> 20180801-1)
[2018-08-16 16:15] [ALPM] upgraded electron (2.0.3-1 -> 2.0.7-1)
[2018-08-16 16:15] [ALPM] upgraded hunspell-en_US (2017.01.22-2 -> 2018.04.16-2)
[2018-08-16 16:15] [ALPM] upgraded firefox (61.0.1-1 -> 61.0.2-1)
[2018-08-16 16:15] [ALPM] upgraded gcc (8.1.1+20180531-1 -> 8.2.0-2)
[2018-08-16 16:15] [ALPM] upgraded python (3.6.6-1 -> 3.7.0-3)
[2018-08-16 16:15] [ALPM] upgraded libatomic_ops (7.6.4-1 -> 7.6.6-1)
[2018-08-16 16:15] [ALPM] upgraded gdb-common (8.1-1 -> 8.1.1-1)
[2018-08-16 16:15] [ALPM] upgraded gdb (8.1-1 -> 8.1.1-1)
[2018-08-16 16:15] [ALPM] upgraded libpeas (1.22.0-2 -> 1.22.0-3)
[2018-08-16 16:15] [ALPM] upgraded pygobject-devel (3.28.3-1 -> 3.28.3-2)
[2018-08-16 16:15] [ALPM] upgraded python-gobject (3.28.3-1 -> 3.28.3-2)
[2018-08-16 16:15] [ALPM] upgraded libvoikko (4.1.1-1 -> 4.1.1-2)
[2018-08-16 16:15] [ALPM] upgraded gedit (3.28.1-1 -> 3.28.1-2)
[2018-08-16 16:15] [ALPM] upgraded geoip (1.6.11-1 -> 1.6.12-1)
[2018-08-16 16:15] [ALPM] upgraded npth (1.5-1 -> 1.6-1)
[2018-08-16 16:15] [ALPM] upgraded gnupg (2.2.8-1 -> 2.2.9-1)
[2018-08-16 16:15] [ALPM] upgraded gpgme (1.11.1-1 -> 1.11.1-2)
[2018-08-16 16:15] [ALPM] upgraded python-appdirs (1.4.3-1 -> 1.4.3-2)
[2018-08-16 16:15] [ALPM] upgraded python-pyparsing (2.2.0-1 -> 2.2.0-2)
[2018-08-16 16:15] [ALPM] upgraded python-six (1.11.0-1 -> 1.11.0-3)
[2018-08-16 16:15] [ALPM] upgraded python-packaging (17.1-1 -> 17.1-2)
[2018-08-16 16:15] [ALPM] upgraded python-setuptools (1:39.2.0-2 -> 1:39.2.0-3)
[2018-08-16 16:15] [ALPM] upgraded gunicorn (19.8.1-1 -> 19.9.0-1)
[2018-08-16 16:15] [ALPM] upgraded libmagick (7.0.8.6-1 -> 7.0.8.8-2)
[2018-08-16 16:15] [ALPM] upgraded imagemagick (7.0.8.6-1 -> 7.0.8.8-2)
[2018-08-16 16:15] [ALPM] upgraded iputils (20161105.1f2bb12-2 -> 20180629.f6aac8d-2)
[2018-08-16 16:15] [ALPM] upgraded jre8-openjdk-headless (8.u172-2 -> 8.u181-1)
[2018-08-16 16:15] [ALPM] upgraded jre8-openjdk (8.u172-2 -> 8.u181-1)
[2018-08-16 16:15] [ALPM] upgraded libftdi (1.4-1 -> 1.4-2)
[2018-08-16 16:15] [ALPM] upgraded libical (3.0.3-2 -> 3.0.3-3)
[2018-08-16 16:15] [ALPM] upgraded libplist (2.0.0+11+gec9ba8b-1 -> 2.0.0+11+gec9ba8b-2)
[2018-08-16 16:15] [ALPM] upgraded libimobiledevice (1.2.0+66+g5a85432-1 -> 1.2.0+66+g5a85432-2)
[2018-08-16 16:15] [ALPM] upgraded linux-firmware (20180606.d114732-1 -> 20180717.8d69bab-1)
[2018-08-16 16:15] [ALPM] upgraded mkinitcpio-busybox (1.28.4-1 -> 1.29.2-1)
[2018-08-16 16:15] [ALPM] upgraded linux (4.17.5-1 -> 4.17.14.arch1-1)
[2018-08-16 16:16] [ALPM] upgraded lirc (1:0.10.1-1 -> 1:0.10.1-2)
[2018-08-16 16:16] [ALPM] upgraded lua (5.3.4-2 -> 5.3.5-1)
[2018-08-16 16:16] [ALPM] upgraded lvm2 (2.02.179-1 -> 2.02.181-1)
[2018-08-16 16:16] [ALPM] upgraded man-db (2.8.3-2 -> 2.8.4-1)
[2018-08-16 16:16] [ALPM] upgraded talloc (2.1.13-1 -> 2.1.14-1)
[2018-08-16 16:16] [ALPM] upgraded mpd (0.20.20-2 -> 0.20.20-3)
[2018-08-16 16:16] [ALPM] upgraded ncmpcpp (0.8.2-2 -> 0.8.2-3)
[2018-08-16 16:16] [ALPM] upgraded netctl (1.17-1 -> 1.18-1)
[2018-08-16 16:16] [ALPM] upgraded nodejs (10.6.0-1 -> 10.8.0-2)
[2018-08-16 16:16] [ALPM] upgraded node-gyp (3.7.0-1 -> 3.8.0-1)
[2018-08-16 16:16] [ALPM] upgraded npm (6.2.0-1 -> 6.3.0-1)
[2018-08-16 16:16] [ALPM] upgraded openmpi (3.1.0-1 -> 3.1.1-1)
[2018-08-16 16:16] [ALPM] warning: /etc/pacman.conf installed as /etc/pacman.conf.pacnew
[2018-08-16 16:16] [ALPM] upgraded pacman (5.1.0-2 -> 5.1.1-1)
[2018-08-16 16:16] [ALPM] upgraded pciutils (3.5.6-1 -> 3.6.1-1)
[2018-08-16 16:16] [ALPM] upgraded perl-error (0.17026-1 -> 0.17026-2)
[2018-08-16 16:16] [ALPM] upgraded perl-timedate (2.30-4 -> 2.30-5)
[2018-08-16 16:16] [ALPM] upgraded perl-mailtools (2.20-1 -> 2.20-2)
[2018-08-16 16:16] [ALPM] upgraded perl-uri (1.74-1 -> 1.74-2)
[2018-08-16 16:16] [ALPM] upgraded pkgconf (1.5.1-1 -> 1.5.3-1)
[2018-08-16 16:16] [ALPM] upgraded poppler (0.64.0-1 -> 0.67.0-1)
[2018-08-16 16:16] [ALPM] upgraded poppler-glib (0.64.0-1 -> 0.67.0-1)
[2018-08-16 16:16] [ALPM] upgraded postgresql-libs (10.4-3 -> 10.5-1)
[2018-08-16 16:16] [ALPM] upgraded webrtc-audio-processing (0.3-2 -> 0.3.1-1)
[2018-08-16 16:16] [ALPM] upgraded pulseaudio (12.1-1 -> 12.2-2)
[2018-08-16 16:16] [ALPM] upgraded python-msgpack (0.5.6-1 -> 0.5.6-2)
[2018-08-16 16:16] [ALPM] upgraded python-urllib3 (1.23-1 -> 1.23-2)
[2018-08-16 16:16] [ALPM] upgraded python-chardet (3.0.4-1 -> 3.0.4-2)
[2018-08-16 16:16] [ALPM] upgraded python-idna (2.7-2 -> 2.7-3)
[2018-08-16 16:16] [ALPM] upgraded python-requests (2.19.1-1 -> 2.19.1-2)
[2018-08-16 16:16] [ALPM] upgraded python-cachecontrol (0.12.5-2 -> 0.12.5-4)
[2018-08-16 16:16] [ALPM] upgraded python-colorama (0.3.9-1 -> 0.3.9-2)
[2018-08-16 16:16] [ALPM] upgraded python-distlib (0.2.7-1 -> 0.2.7-2)
[2018-08-16 16:16] [ALPM] upgraded python-distro (1.3.0-1 -> 1.3.0-2)
[2018-08-16 16:16] [ALPM] upgraded python-webencodings (0.5.1-1 -> 0.5.1-2)
[2018-08-16 16:16] [ALPM] upgraded python-html5lib (1.0.1-2 -> 1.0.1-3)
[2018-08-16 16:16] [ALPM] upgraded python-lockfile (0.12.2-2 -> 0.12.2-3)
[2018-08-16 16:16] [ALPM] upgraded python-progress (1.4-1 -> 1.4-2)
[2018-08-16 16:16] [ALPM] upgraded python-pytoml (0.1.16-1 -> 0.1.16-2)
[2018-08-16 16:16] [ALPM] upgraded python-retrying (1.3.3-3 -> 1.3.3-4)
[2018-08-16 16:16] [ALPM] upgraded python-pip (10.0.1-1 -> 18.0-1)
[2018-08-16 16:16] [ALPM] upgraded python-psycopg2 (2.7.5-1 -> 2.7.5-2)
[2018-08-16 16:16] [ALPM] upgraded python-virtualenv (15.1.0-3 -> 15.1.0-4)
[2018-08-16 16:16] [ALPM] upgraded python2-appdirs (1.4.3-1 -> 1.4.3-2)
[2018-08-16 16:16] [ALPM] upgraded python2-msgpack (0.5.6-1 -> 0.5.6-2)
[2018-08-16 16:16] [ALPM] upgraded python2-urllib3 (1.23-1 -> 1.23-2)
[2018-08-16 16:16] [ALPM] upgraded python2-pyparsing (2.2.0-1 -> 2.2.0-2)
[2018-08-16 16:16] [ALPM] upgraded python2-six (1.11.0-1 -> 1.11.0-3)
[2018-08-16 16:16] [ALPM] upgraded python2-packaging (17.1-1 -> 17.1-2)
[2018-08-16 16:16] [ALPM] upgraded python2-setuptools (1:39.2.0-2 -> 1:39.2.0-3)
[2018-08-16 16:16] [ALPM] upgraded python2-chardet (3.0.4-1 -> 3.0.4-2)
[2018-08-16 16:16] [ALPM] upgraded python2-idna (2.7-2 -> 2.7-3)
[2018-08-16 16:16] [ALPM] upgraded python2-requests (2.19.1-1 -> 2.19.1-2)
[2018-08-16 16:16] [ALPM] upgraded python2-cachecontrol (0.12.5-2 -> 0.12.5-4)
[2018-08-16 16:16] [ALPM] upgraded python2-colorama (0.3.9-1 -> 0.3.9-2)
[2018-08-16 16:16] [ALPM] upgraded python2-distlib (0.2.7-1 -> 0.2.7-2)
[2018-08-16 16:16] [ALPM] upgraded python2-distro (1.3.0-1 -> 1.3.0-2)
[2018-08-16 16:16] [ALPM] upgraded python2-webencodings (0.5.1-1 -> 0.5.1-2)
[2018-08-16 16:16] [ALPM] upgraded python2-html5lib (1.0.1-2 -> 1.0.1-3)
[2018-08-16 16:16] [ALPM] upgraded python2-lockfile (0.12.2-2 -> 0.12.2-3)
[2018-08-16 16:16] [ALPM] upgraded python2-progress (1.4-1 -> 1.4-2)
[2018-08-16 16:16] [ALPM] upgraded python2-pytoml (0.1.16-1 -> 0.1.16-2)
[2018-08-16 16:16] [ALPM] upgraded python2-retrying (1.3.3-3 -> 1.3.3-4)
[2018-08-16 16:16] [ALPM] upgraded python2-pip (10.0.1-1 -> 18.0-1)
[2018-08-16 16:16] [ALPM] upgraded python2-selenium (3.13.0-1 -> 3.14.0-1)
[2018-08-16 16:16] [ALPM] upgraded ranger (1.9.1-1 -> 1.9.1-2)
[2018-08-16 16:16] [ALPM] upgraded sddm (0.17.0-5 -> 0.18.0-1)
[2018-08-16 16:16] [ALPM] upgraded vim-runtime (8.1.0022-1 -> 8.1.0279-1)
[2018-08-16 16:16] [ALPM] upgraded vim (8.1.0022-1 -> 8.1.0279-1)
[2018-08-16 16:16] [ALPM] upgraded vulkan-icd-loader (1.1.73.0-1 -> 1.1.82+2958+1f9a54573-1)
[2018-08-16 16:16] [ALPM] upgraded vlc (3.0.3-2 -> 3.0.3-3)
[2018-08-16 16:16] [ALPM] upgraded xfconf (4.12.1-4 -> 4.12.1-5)
[2018-08-16 16:16] [ALPM] upgraded xfce4-screenshooter (1.9.2-1 -> 1.9.3-1)
[2018-08-16 16:16] [ALPM] upgraded xfce4-whiskermenu-plugin (2.2.0-1 -> 2.2.1-1)
[2018-08-16 16:16] [ALPM] upgraded xfwm4 (4.12.4-1 -> 4.12.5-1)
[2018-08-16 16:16] [ALPM] upgraded xorg-mkfontdir (1.0.7-8 -> 1.0.7-9)
[2018-08-16 16:16] [ALPM] transaction completed
[2018-08-16 16:16] [ALPM] running '60-linux.hook'...
[2018-08-16 16:16] [ALPM] running '90-linux.hook'...
[2018-08-16 16:16] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-08-16 16:16] [ALPM-SCRIPTLET] ==> Starting build: 4.17.14-arch1-1-ARCH
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-08-16 16:16] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-08-16 16:16] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-08-16 16:16] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-08-16 16:16] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-08-16 16:16] [ALPM-SCRIPTLET] ==> Starting build: 4.17.14-arch1-1-ARCH
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-08-16 16:16] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-08-16 16:16] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-08-16 16:16] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-08-16 16:16] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-08-16 16:16] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-08-16 16:16] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-08-16 16:16] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-08-16 16:16] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2018-08-16 16:16] [ALPM] running 'glib-compile-schemas.hook'...
[2018-08-16 16:16] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-08-16 16:16] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-08-16 16:16] [ALPM] running 'systemd-hwdb.hook'...
[2018-08-16 16:16] [ALPM] running 'systemd-sysusers.hook'...
[2018-08-16 16:16] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-08-16 16:16] [ALPM] running 'systemd-udev-reload.hook'...
[2018-08-16 16:16] [ALPM] running 'systemd-update.hook'...
[2018-08-16 16:16] [ALPM] running 'texinfo-install.hook'...
[2018-08-16 16:16] [ALPM] running 'update-desktop-database.hook'...
[2018-08-16 16:16] [ALPM] running 'update-mime-database.hook'...
[2018-08-16 16:16] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2018-08-20 15:35] [PACMAN] Running 'pacman -Syy'
[2018-08-20 15:35] [PACMAN] synchronizing package lists
[2018-08-22 11:40] [PACMAN] Running 'pacman -S dumpelf'
[2018-08-22 14:24] [PACMAN] Running 'pacman -S perf'
[2018-08-22 14:25] [ALPM] transaction started
[2018-08-22 14:25] [ALPM] installed slang (2.3.2-1)
[2018-08-22 14:25] [ALPM] installed audit (2.8.3-2)
[2018-08-22 14:25] [ALPM-SCRIPTLET] CONFIG_AUDIT is disabled in the Arch kernel packages so a custom kernel
[2018-08-22 14:25] [ALPM-SCRIPTLET] is required for most components of this package. However, some features
[2018-08-22 14:25] [ALPM-SCRIPTLET] like the utility methods in libaudit work without kernel support.
[2018-08-22 14:25] [ALPM-SCRIPTLET] The package linux-hardened has full support for audit.
[2018-08-22 14:25] [ALPM] installed perf (4.18-1)
[2018-08-22 14:25] [ALPM] transaction completed
[2018-08-22 14:25] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-08-22 14:25] [ALPM] running 'systemd-update.hook'...
[2018-08-22 14:26] [PACMAN] Running 'pacman -S linsched'
[2018-08-22 14:26] [PACMAN] Running 'pacman -S linsched'
[2018-08-23 16:31] [PACMAN] Running 'pacman -S feh'
[2018-08-23 16:32] [ALPM] transaction started
[2018-08-23 16:32] [ALPM] installed feh (2.27.1-1)
[2018-08-23 16:32] [ALPM] transaction completed
[2018-08-23 16:32] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-08-23 16:32] [ALPM] running 'systemd-update.hook'...
[2018-08-23 16:32] [ALPM] running 'update-desktop-database.hook'...
[2018-08-23 16:52] [PACMAN] Running 'pacman -S scrot'
[2018-08-23 16:52] [ALPM] transaction started
[2018-08-23 16:52] [ALPM] installed giblib (1.2.4-7)
[2018-08-23 16:52] [ALPM] installed scrot (0.8.18-1)
[2018-08-23 16:52] [ALPM] transaction completed
[2018-08-23 16:52] [ALPM] running 'systemd-update.hook'...
[2018-08-24 18:11] [PACMAN] Running 'pacman -S zathura'
[2018-08-24 18:11] [ALPM] transaction started
[2018-08-24 18:11] [ALPM] installed girara (0.3.0-2)
[2018-08-24 18:11] [ALPM] installed libsynctex (2018.47465-3)
[2018-08-24 18:11] [ALPM] installed zathura (0.4.0-4)
[2018-08-24 18:11] [ALPM] transaction completed
[2018-08-24 18:11] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-08-24 18:11] [ALPM] running 'systemd-update.hook'...
[2018-08-24 18:11] [ALPM] running 'update-desktop-database.hook'...
[2018-08-24 18:12] [PACMAN] Running 'pacman -S zathura-pdf'
[2018-08-24 18:12] [PACMAN] Running 'pacman -S zathura-pdf-poppler'
[2018-08-24 18:12] [ALPM] transaction started
[2018-08-24 18:12] [ALPM] installed zathura-pdf-poppler (0.2.9-1)
[2018-08-24 18:12] [ALPM] transaction completed
[2018-08-24 18:12] [ALPM] running 'systemd-update.hook'...
[2018-08-24 18:12] [ALPM] running 'update-desktop-database.hook'...
[2018-08-28 23:27] [PACMAN] Running 'pacman -S irssi'
[2018-08-28 23:27] [PACMAN] Running 'pacman -S irssi'
[2018-08-28 23:27] [ALPM] transaction started
[2018-08-28 23:27] [ALPM] installed irssi (1.1.1-2)
[2018-08-28 23:27] [ALPM] transaction completed
[2018-08-28 23:27] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-08-28 23:27] [ALPM] running 'systemd-update.hook'...
[2018-08-28 23:56] [PACMAN] Running 'pacman -S ERC'
[2018-08-28 23:56] [PACMAN] Running 'pacman -S erc'
[2018-08-29 00:12] [PACMAN] Running 'pacman -S wechat'
[2018-08-29 00:12] [PACMAN] Running 'pacman -S weechat'
[2018-08-29 00:12] [ALPM] transaction started
[2018-08-29 00:12] [ALPM] installed weechat (2.2-2)
[2018-08-29 00:12] [ALPM] transaction completed
[2018-08-29 00:12] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-08-29 00:12] [ALPM] running 'systemd-update.hook'...
[2018-08-29 18:18] [PACMAN] Running 'pacman -S tk'
[2018-08-29 18:19] [ALPM] transaction started
[2018-08-29 18:19] [ALPM] installed tcl (8.6.8-3)
[2018-08-29 18:19] [ALPM] installed tk (8.6.8-3)
[2018-08-29 18:19] [ALPM] transaction completed
[2018-08-29 18:19] [ALPM] running 'systemd-update.hook'...
[2018-08-29 19:58] [PACMAN] Running 'pacman -S scipy'
[2018-08-29 20:05] [PACMAN] Running 'pacman -S scikit'
[2018-08-29 20:05] [PACMAN] Running 'pacman -S scikit-learn'
[2018-09-01 19:09] [PACMAN] Running 'pacman -R atom'
[2018-09-01 19:09] [ALPM] transaction started
[2018-09-01 19:09] [ALPM] removed atom (1.29.0-1)
[2018-09-01 19:09] [ALPM] transaction completed
[2018-09-01 19:09] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-09-01 19:09] [ALPM] running 'systemd-update.hook'...
[2018-09-01 19:09] [ALPM] running 'update-desktop-database.hook'...
[2018-09-01 19:09] [PACMAN] Running 'pacman -S atom'
[2018-09-01 19:09] [ALPM] transaction started
[2018-09-01 19:09] [ALPM] installed atom (1.29.0-1)
[2018-09-01 19:09] [ALPM] transaction completed
[2018-09-01 19:09] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-09-01 19:09] [ALPM] running 'systemd-update.hook'...
[2018-09-01 19:09] [ALPM] running 'update-desktop-database.hook'...
[2018-09-01 19:11] [PACMAN] Running 'pacman -Rsn atom'
[2018-09-01 19:11] [ALPM] transaction started
[2018-09-01 19:11] [ALPM] removed atom (1.29.0-1)
[2018-09-01 19:11] [ALPM] removed electron (2.0.7-1)
[2018-09-01 19:11] [ALPM] removed snappy (1.1.7-1)
[2018-09-01 19:11] [ALPM] removed re2 (20180801-1)
[2018-09-01 19:11] [ALPM] removed minizip (1:1.2.11-3)
[2018-09-01 19:11] [ALPM] removed libxslt (1.1.32+3+g32c88216-1)
[2018-09-01 19:11] [ALPM] removed libevent (2.1.8-1)
[2018-09-01 19:11] [ALPM] removed apm (1.19.0-6)
[2018-09-01 19:11] [ALPM] transaction completed
[2018-09-01 19:11] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-09-01 19:11] [ALPM] running 'systemd-update.hook'...
[2018-09-01 19:11] [ALPM] running 'update-desktop-database.hook'...
[2018-09-01 19:11] [PACMAN] Running 'pacman -S atom'
[2018-09-01 19:11] [ALPM] transaction started
[2018-09-01 19:11] [ALPM] installed apm (1.19.0-6)
[2018-09-01 19:11] [ALPM] installed libevent (2.1.8-1)
[2018-09-01 19:11] [ALPM] installed libxslt (1.1.32+3+g32c88216-1)
[2018-09-01 19:11] [ALPM] installed minizip (1:1.2.11-3)
[2018-09-01 19:11] [ALPM] installed re2 (20180801-1)
[2018-09-01 19:11] [ALPM] installed snappy (1.1.7-1)
[2018-09-01 19:11] [ALPM] installed electron (2.0.7-1)
[2018-09-01 19:11] [ALPM] installed atom (1.29.0-1)
[2018-09-01 19:11] [ALPM] transaction completed
[2018-09-01 19:11] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-09-01 19:11] [ALPM] running 'systemd-update.hook'...
[2018-09-01 19:11] [ALPM] running 'update-desktop-database.hook'...
[2018-09-02 11:15] [PACMAN] Running 'pacman -S ncurses fftw'
[2018-09-02 11:15] [ALPM] transaction started
[2018-09-02 11:15] [ALPM] reinstalled ncurses (6.1-3)
[2018-09-02 11:15] [ALPM] reinstalled fftw (3.3.8-1)
[2018-09-02 11:15] [ALPM] transaction completed
[2018-09-02 11:15] [ALPM] running 'systemd-update.hook'...
[2018-09-02 11:15] [ALPM] running 'texinfo-install.hook'...
[2018-09-02 11:15] [PACMAN] Running 'pacman -Syu'
[2018-09-02 11:15] [PACMAN] synchronizing package lists
[2018-09-02 11:15] [PACMAN] starting full system upgrade
[2018-09-02 11:22] [ALPM] transaction started
[2018-09-02 11:22] [ALPM] removed libx264 (2:152.20171224-2)
[2018-09-02 11:22] [ALPM] removed ca-certificates-cacert (20140824-4)
[2018-09-02 11:22] [ALPM] upgraded tzdata (2018e-1 -> 2018e-2)
[2018-09-02 11:22] [ALPM] upgraded filesystem (2018.1-2 -> 2018.8-1)
[2018-09-02 11:22] [ALPM] upgraded glibc (2.28-1 -> 2.28-4)
[2018-09-02 11:22] [ALPM-SCRIPTLET] Generating locales...
[2018-09-02 11:22] [ALPM-SCRIPTLET]   en_US.UTF-8... done
[2018-09-02 11:22] [ALPM-SCRIPTLET]   es_US.UTF-8... done
[2018-09-02 11:22] [ALPM-SCRIPTLET]   es_US.ISO-8859-1... done
[2018-09-02 11:22] [ALPM-SCRIPTLET] Generation complete.
[2018-09-02 11:22] [ALPM] upgraded p11-kit (0.23.12-1 -> 0.23.13-2)
[2018-09-02 11:22] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/p11-kit-server.socket → /usr/lib/systemd/user/p11-kit-server.socket.
[2018-09-02 11:22] [ALPM] upgraded openssl (1.1.0.h-1 -> 1.1.0.i-1)
[2018-09-02 11:22] [ALPM] upgraded ca-certificates-utils (20170307-1 -> 20180821-1)
[2018-09-02 11:22] [ALPM] upgraded ca-certificates (20170307-1 -> 20180821-1)
[2018-09-02 11:22] [ALPM] upgraded e2fsprogs (1.44.3-1 -> 1.44.4-1)
[2018-09-02 11:22] [ALPM] upgraded keyutils (1.5.10-2 -> 1.5.11-1)
[2018-09-02 11:22] [ALPM] upgraded libuv (1.22.0-1 -> 1.23.0-1)
[2018-09-02 11:22] [ALPM] upgraded expat (2.2.5-1 -> 2.2.6-1)
[2018-09-02 11:22] [ALPM] upgraded glib2 (2.56.1-1 -> 2.56.2-1)
[2018-09-02 11:22] [ALPM] upgraded cmake (3.11.4-2 -> 3.12.1-1)
[2018-09-02 11:22] [ALPM] upgraded confuse (3.2.1-1 -> 3.2.2-1)
[2018-09-02 11:22] [ALPM] upgraded graphite (1:1.3.11-1 -> 1:1.3.12-1)
[2018-09-02 11:22] [ALPM] upgraded fontconfig (2.13.0+10+g58f5285-1 -> 1:2.13.1-1)
[2018-09-02 11:22] [ALPM-SCRIPTLET] Rebuilding fontconfig cache.../usr/share/fonts/cyrillic: failed to write cache
[2018-09-02 11:22] [ALPM-SCRIPTLET] /usr/share/fonts/encodings/large: failed to write cache
[2018-09-02 11:22] [ALPM-SCRIPTLET] /usr/share/fonts/misc: failed to write cache
[2018-09-02 11:22] [ALPM-SCRIPTLET] /usr/share/fonts/util: failed to write cache
[2018-09-02 11:22] [ALPM-SCRIPTLET]  done.
[2018-09-02 11:22] [ALPM] upgraded libx11 (1.6.5-1 -> 1.6.6-1)
[2018-09-02 11:22] [ALPM] upgraded pango (1.42.3-1 -> 1.42.4-1)
[2018-09-02 11:22] [ALPM] upgraded librsvg (2:2.42.6-1 -> 2:2.44.2-1)
[2018-09-02 11:22] [ALPM] upgraded wayland (1.15.0-1 -> 1.16.0-1)
[2018-09-02 11:22] [ALPM] upgraded mesa (18.1.5-1 -> 18.1.7-1)
[2018-09-02 11:22] [ALPM] upgraded xdg-utils (1.1.3-2 -> 1.1.3-3)
[2018-09-02 11:22] [ALPM] upgraded shadow (4.5-4 -> 4.6-1)
[2018-09-02 11:22] [ALPM] upgraded qt5-declarative (5.11.1-1 -> 5.11.1-2)
[2018-09-02 11:22] [ALPM] upgraded iso-codes (3.76-1 -> 3.79-1)
[2018-09-02 11:22] [ALPM] upgraded dtkwidget (2.0.9.2-1 -> 2.0.9.3-1)
[2018-09-02 11:22] [ALPM] upgraded deepin-qt5integration (0.3.4-1 -> 0.3.5-1)
[2018-09-02 11:22] [ALPM] upgraded jack (0.125.0-3 -> 0.125.0-5)
[2018-09-02 11:22] [ALPM] upgraded libssh (0.7.5-2 -> 0.8.2-1)
[2018-09-02 11:22] [ALPM] upgraded libbluray (1.0.2-1 -> 1.0.2-2)
[2018-09-02 11:22] [ALPM] installed l-smash (2.14.5-1)
[2018-09-02 11:22] [ALPM] installed x264 (2:155.r0a84d986-2)
[2018-09-02 11:22] [ALPM] upgraded libibus (1.5.18-2 -> 1.5.19-1)
[2018-09-02 11:22] [ALPM] upgraded ffmpeg (1:4.0.2-1 -> 1:4.0.2-2)
[2018-09-02 11:22] [ALPM] upgraded libxss (1.2.2-3 -> 1.2.3-1)
[2018-09-02 11:22] [ALPM] upgraded tdb (1.3.15-1 -> 1.3.16-1)
[2018-09-02 11:22] [ALPM] upgraded electron (2.0.7-1 -> 2.0.8-1)
[2018-09-02 11:22] [ALPM] upgraded ghostscript (9.23-2 -> 9.23-3)
[2018-09-02 11:22] [ALPM] upgraded glpk (4.65-1 -> 4.65-2)
[2018-09-02 11:22] [ALPM] upgraded gobject-introspection-runtime (1.56.1-1 -> 1.56.1-2)
[2018-09-02 11:22] [ALPM] upgraded hunspell-en_US (2018.04.16-2 -> 2018.04.16-5)
[2018-09-02 11:22] [ALPM] upgraded libmagick (7.0.8.8-2 -> 7.0.8.11-1)
[2018-09-02 11:22] [ALPM] upgraded imagemagick (7.0.8.8-2 -> 7.0.8.11-1)
[2018-09-02 11:22] [ALPM] upgraded iproute2 (4.17.0-1 -> 4.18.0-1)
[2018-09-02 11:22] [ALPM] upgraded tevent (1:0.9.36-1 -> 1:0.9.37-1)
[2018-09-02 11:22] [ALPM] upgraded ldb (1:1.3.4-2 -> 1:1.3.5-1)
[2018-09-02 11:22] [ALPM] upgraded libwbclient (4.8.3-2 -> 4.8.4-1)
[2018-09-02 11:22] [ALPM] upgraded linux-firmware (20180717.8d69bab-1 -> 20180825.fea76a0-1)
[2018-09-02 11:22] [ALPM] upgraded linux (4.17.14.arch1-1 -> 4.18.5.arch1-1)
[2018-09-02 11:22] [ALPM] upgraded man-pages (4.16-1 -> 4.16-2)
[2018-09-02 11:22] [ALPM] upgraded smbclient (4.8.3-2 -> 4.8.4-1)
[2018-09-02 11:22] [ALPM] upgraded mpd (0.20.20-3 -> 0.20.21-1)
[2018-09-02 11:22] [ALPM] upgraded nodejs (10.8.0-2 -> 10.9.0-1)
[2018-09-02 11:22] [ALPM] upgraded semver (5.5.0-1 -> 5.5.1-1)
[2018-09-02 11:22] [ALPM] upgraded npm (6.3.0-1 -> 6.4.1-1)
[2018-09-02 11:22] [ALPM] upgraded qscintilla-qt5 (2.10.7-2 -> 2.10.7-3)
[2018-09-02 11:22] [ALPM] upgraded openssh (7.7p1-2 -> 7.8p1-1)
[2018-09-02 11:22] [ALPM] upgraded octave (4.4.0-1 -> 4.4.1-1)
[2018-09-02 11:22] [ALPM] upgraded openssl-1.0 (1.0.2.o-1 -> 1.0.2.p-1)
[2018-09-02 11:22] [ALPM] upgraded python-setuptools (1:39.2.0-3 -> 1:40.2.0-1)
[2018-09-02 11:22] [ALPM] upgraded python-virtualenv (15.1.0-4 -> 16.0.0-1)
[2018-09-02 11:22] [ALPM] upgraded python2-setuptools (1:39.2.0-3 -> 1:40.2.0-1)
[2018-09-02 11:22] [ALPM] upgraded ranger (1.9.1-2 -> 1.9.1-3)
[2018-09-02 11:22] [ALPM] upgraded s-nail (14.9.10-1 -> 14.9.11-1)
[2018-09-02 11:22] [ALPM] upgraded sudo (1.8.23-2 -> 1.8.24-1)
[2018-09-02 11:22] [ALPM] upgraded upower (0.99.7-1 -> 0.99.8-1)
[2018-09-02 11:22] [ALPM] upgraded vim-runtime (8.1.0279-1 -> 8.1.0333-1)
[2018-09-02 11:22] [ALPM] upgraded vim (8.1.0279-1 -> 8.1.0333-1)
[2018-09-02 11:22] [ALPM] upgraded vlc (3.0.3-3 -> 3.0.3.r1-2)
[2018-09-02 11:22] [ALPM] upgraded xorg-server-common (1.20.0-9 -> 1.20.1-1)
[2018-09-02 11:22] [ALPM] upgraded xorg-server (1.20.0-9 -> 1.20.1-1)
[2018-09-02 11:22] [ALPM] upgraded xorg-server-devel (1.20.0-9 -> 1.20.1-1)
[2018-09-02 11:22] [ALPM] upgraded xorg-server-xdmx (1.20.0-9 -> 1.20.1-1)
[2018-09-02 11:22] [ALPM] upgraded xorg-server-xephyr (1.20.0-9 -> 1.20.1-1)
[2018-09-02 11:22] [ALPM] upgraded xorg-server-xnest (1.20.0-9 -> 1.20.1-1)
[2018-09-02 11:22] [ALPM] upgraded xorg-server-xvfb (1.20.0-9 -> 1.20.1-1)
[2018-09-02 11:22] [ALPM] upgraded xorg-server-xwayland (1.20.0-9 -> 1.20.1-1)
[2018-09-02 11:22] [ALPM] upgraded xterm (333-1 -> 335-1)
[2018-09-02 11:22] [ALPM] transaction completed
[2018-09-02 11:22] [ALPM] running '60-linux.hook'...
[2018-09-02 11:23] [ALPM] running '90-linux.hook'...
[2018-09-02 11:23] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-09-02 11:23] [ALPM-SCRIPTLET] ==> Starting build: 4.18.5-arch1-1-ARCH
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-09-02 11:23] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-09-02 11:23] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-09-02 11:23] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-09-02 11:23] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-09-02 11:23] [ALPM-SCRIPTLET] ==> Starting build: 4.18.5-arch1-1-ARCH
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-09-02 11:23] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-09-02 11:23] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-09-02 11:23] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-09-02 11:23] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-09-02 11:23] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-09-02 11:23] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-09-02 11:23] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-09-02 11:23] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2018-09-02 11:23] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-09-02 11:23] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-09-02 11:23] [ALPM] running 'systemd-sysctl.hook'...
[2018-09-02 11:23] [ALPM] running 'systemd-sysusers.hook'...
[2018-09-02 11:23] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-09-02 11:23] [ALPM] running 'systemd-udev-reload.hook'...
[2018-09-02 11:23] [ALPM] running 'systemd-update.hook'...
[2018-09-02 11:23] [ALPM] running 'texinfo-install.hook'...
[2018-09-02 11:23] [ALPM] running 'update-ca-trust.hook'...
[2018-09-02 11:23] [ALPM] running 'update-desktop-database.hook'...
[2018-09-02 11:23] [ALPM] running 'update-mime-database.hook'...
[2018-09-02 11:23] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2018-09-02 12:16] [PACMAN] Running 'pacman -Suy --overwrite usr/lib/libutf8proc.so.2'
[2018-09-02 12:16] [PACMAN] synchronizing package lists
[2018-09-02 12:16] [PACMAN] starting full system upgrade
[2018-09-02 12:17] [PACMAN] Running 'pacman --color auto -S cli-visualizer'
[2018-09-02 12:17] [PACMAN] Running 'pacman --color auto -S cli-visualizer'
[2018-09-03 15:21] [PACMAN] Running 'pacman -S abc'
[2018-09-03 15:21] [PACMAN] Running 'pacman -S sublime'
[2018-09-03 15:21] [PACMAN] Running 'pacman -S subl'
[2018-09-03 15:21] [PACMAN] Running 'pacman -S bracket'
[2018-09-03 15:21] [PACMAN] Running 'pacman -S brackets'
[2018-09-03 15:21] [PACMAN] Running 'pacman -S chromium'
[2018-09-03 15:21] [PACMAN] Running 'pacman -S vlc'
[2018-09-10 11:19] [PACMAN] Running 'pacman -S gunzip'
[2018-09-11 12:33] [PACMAN] Running 'pacman -S strace'
[2018-09-11 12:33] [ALPM] transaction started
[2018-09-11 12:33] [ALPM] installed strace (4.24-1)
[2018-09-11 12:33] [ALPM] transaction completed
[2018-09-11 12:33] [ALPM] running 'systemd-update.hook'...
[2018-09-11 22:18] [PACMAN] Running 'pacman -S conda'
[2018-09-11 22:18] [PACMAN] Running 'pacman -S python-conda'
[2018-09-11 22:31] [PACMAN] Running 'pacman -S conda'
[2018-09-11 22:31] [PACMAN] Running 'pacman -S conda-python'
[2018-09-11 22:31] [PACMAN] Running 'pacman -S python-conda'
[2018-09-12 00:01] [PACMAN] Running 'pacman -S feather-format'
[2018-09-12 00:07] [PACMAN] Running 'pacman -S g++-4.9'
[2018-09-12 00:07] [PACMAN] Running 'pacman -S g++'
[2018-09-12 00:07] [PACMAN] Running 'pacman -S gcc'
[2018-09-12 00:07] [PACMAN] Running 'pacman -S g++'
[2018-09-12 00:07] [PACMAN] Running 'pacman -S gpp'
[2018-09-12 00:08] [PACMAN] Running 'pacman -Syu'
[2018-09-12 00:08] [PACMAN] synchronizing package lists
[2018-09-12 00:08] [PACMAN] starting full system upgrade
[2018-09-12 00:10] [PACMAN] Running 'pacman -R conda'
[2018-09-12 00:17] [PACMAN] Running 'pacman -Syu'
[2018-09-12 00:17] [PACMAN] synchronizing package lists
[2018-09-12 00:18] [PACMAN] starting full system upgrade
[2018-09-12 01:08] [PACMAN] Running 'pacman -Syu'
[2018-09-12 01:08] [PACMAN] synchronizing package lists
[2018-09-12 18:49] [PACMAN] Running 'pacman -R anaconda'
[2018-09-12 18:49] [PACMAN] Running 'pacman -R jupyter'
[2018-09-12 18:50] [PACMAN] Running 'pacman -R jupyter-notebook'
[2018-09-12 18:51] [PACMAN] Running 'pacman -S jupyter-notebook'
[2018-09-12 18:52] [ALPM] transaction started
[2018-09-12 18:52] [ALPM] installed python-markupsafe (1.0-2)
[2018-09-12 18:52] [ALPM] installed python-jinja (2.10-2)
[2018-09-12 18:52] [ALPM] installed python-tornado (5.1.0-2)
[2018-09-12 18:52] [ALPM] installed python-ptyprocess (0.6.0-2)
[2018-09-12 18:52] [ALPM] installed python-terminado (0.8.1-2)
[2018-09-12 18:52] [ALPM] installed python-decorator (4.3.0-2)
[2018-09-12 18:52] [ALPM] installed python-traitlets (4.3.2-2)
[2018-09-12 18:52] [ALPM] installed python-jupyter_core (4.4.0-4)
[2018-09-12 18:52] [ALPM] installed python-jsonschema (2.6.0-3)
[2018-09-12 18:52] [ALPM] installed jupyter-nbformat (4.4.0-2)
[2018-09-12 18:52] [ALPM] installed python-pexpect (4.6.0-2)
[2018-09-12 18:52] [ALPM] installed python-pickleshare (0.7.4-4)
[2018-09-12 18:52] [ALPM] installed python-pygments (2.2.0-2)
[2018-09-12 18:52] [ALPM] installed python-wcwidth (0.1.7-3)
[2018-09-12 18:52] [ALPM] installed python-prompt_toolkit (1.0.15-2)
[2018-09-12 18:52] [ALPM] installed python-parso (0.3.1-2)
[2018-09-12 18:52] [ALPM] installed python-jedi (0.12.1-2)
[2018-09-12 18:52] [ALPM] installed ipython (6.5.0-2)
[2018-09-12 18:52] [ALPM] installed python-ipykernel (4.9.0-1)
[2018-09-12 18:52] [ALPM] installed libsodium (1.0.16-1)
[2018-09-12 18:52] [ALPM] installed libpgm (5.2.122-3)
[2018-09-12 18:52] [ALPM] installed zeromq (4.2.5-1)
[2018-09-12 18:52] [ALPM] installed python-pyzmq (17.1.0-1)
[2018-09-12 18:52] [ALPM] installed python-dateutil (2.7.3-2)
[2018-09-12 18:52] [ALPM] installed python-jupyter_client (5.2.3-1)
[2018-09-12 18:52] [ALPM] installed mathjax (2.7.5-1)
[2018-09-12 18:52] [ALPM] installed python-send2trash (1.5.0-2)
[2018-09-12 18:52] [ALPM] installed python-mistune (0.8.3-2)
[2018-09-12 18:52] [ALPM] installed jupyter-widgetsnbextension (1:3.4.1-1)
[2018-09-12 18:52] [ALPM] installed python-ipywidgets (7.2.1-2)
[2018-09-12 18:52] [ALPM] installed jupyter_console (5.2.0-2)
[2018-09-12 18:52] [ALPM] installed jupyter (4.1.0-6)
[2018-09-12 18:52] [ALPM] installed python-entrypoints (0.2.3-3)
[2018-09-12 18:52] [ALPM] installed python-pandocfilters (1.4.2-2)
[2018-09-12 18:52] [ALPM] installed python-bleach (2.1.4-1)
[2018-09-12 18:52] [ALPM] installed python-testpath (0.3.1-2)
[2018-09-12 18:52] [ALPM] installed python-defusedxml (0.5.0-2)
[2018-09-12 18:52] [ALPM] installed jupyter-nbconvert (5.4-1)
[2018-09-12 18:52] [ALPM] installed jupyter-notebook (5.5.0-1)
[2018-09-12 18:52] [ALPM] transaction completed
[2018-09-12 18:52] [ALPM] running 'fontconfig.hook'...
[2018-09-12 18:52] [ALPM] running 'systemd-update.hook'...
[2018-09-12 18:52] [ALPM] running 'update-desktop-database.hook'...
[2018-09-12 18:52] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-09-13 16:21] [PACMAN] Running 'pacman -S p7zip'
[2018-09-13 16:21] [ALPM] transaction started
[2018-09-13 16:21] [ALPM] installed p7zip (16.02-5)
[2018-09-13 16:21] [ALPM] transaction completed
[2018-09-13 16:21] [ALPM] running 'systemd-update.hook'...
[2018-09-14 02:49] [PACMAN] Running 'pacman -S nvim'
[2018-09-14 02:49] [PACMAN] Running 'pacman -S ne0vim'
[2018-09-14 02:49] [PACMAN] Running 'pacman -S neovim'
[2018-09-14 02:49] [ALPM] transaction started
[2018-09-14 02:49] [ALPM] installed unibilium (2.0.0-1)
[2018-09-14 02:49] [ALPM] installed libtermkey (0.20-2)
[2018-09-14 02:49] [ALPM] installed msgpack-c (3.0.1-1)
[2018-09-14 02:49] [ALPM] installed libvterm (0.1.git1.c4317a6-3)
[2018-09-14 02:49] [ALPM] installed luajit (2.0.5-1)
[2018-09-14 02:49] [ALPM] installed neovim (0.3.1-1)
[2018-09-14 02:49] [ALPM-SCRIPTLET] :: The Neovim executable is called 'nvim'.
[2018-09-14 02:49] [ALPM-SCRIPTLET] :: If you are already familiar with Vim, see ':help nvim-from-vim'
[2018-09-14 02:49] [ALPM-SCRIPTLET]    to get started.
[2018-09-14 02:49] [ALPM-SCRIPTLET] :: If you have any questions, check the following page first:
[2018-09-14 02:49] [ALPM-SCRIPTLET]    https://github.com/neovim/neovim/wiki/FAQ
[2018-09-14 02:49] [ALPM] transaction completed
[2018-09-14 02:49] [ALPM] running 'systemd-update.hook'...
[2018-09-14 02:49] [ALPM] running 'update-desktop-database.hook'...
[2018-09-14 13:44] [PACMAN] Running 'pacman -S code'
[2018-09-14 13:45] [PACMAN] Running 'pacman -S code'
[2018-09-14 13:49] [PACMAN] Running 'pacman -Syu'
[2018-09-14 13:49] [PACMAN] synchronizing package lists
[2018-09-14 13:50] [PACMAN] starting full system upgrade
[2018-09-14 13:57] [ALPM] transaction started
[2018-09-14 13:57] [ALPM] upgraded gcc-libs (8.2.0-2 -> 8.2.1+20180831-1)
[2018-09-14 13:57] [ALPM] upgraded libtirpc (1.0.3-2 -> 1.1.4-1)
[2018-09-14 13:57] [ALPM] upgraded nodejs (10.9.0-1 -> 10.10.0-1)
[2018-09-14 13:57] [ALPM] upgraded bzip2 (1.0.6-7 -> 1.0.6-8)
[2018-09-14 13:57] [ALPM] upgraded glib2 (2.56.2-1 -> 2.58.0-1)
[2018-09-14 13:57] [ALPM] upgraded apm (1.19.0-6 -> 2.1.1-1)
[2018-09-14 13:57] [ALPM] upgraded nspr (4.19-1 -> 4.20-1)
[2018-09-14 13:57] [ALPM] upgraded p11-kit (0.23.13-2 -> 0.23.14-1)
[2018-09-14 13:57] [ALPM] upgraded nss (3.38-1 -> 3.39-1)
[2018-09-14 13:57] [ALPM] upgraded re2 (20180801-1 -> 20180901-1)
[2018-09-14 13:57] [ALPM] upgraded harfbuzz (1.8.8-1 -> 1.9.0-1)
[2018-09-14 13:57] [ALPM] upgraded fontconfig (1:2.13.1-1 -> 2:2.13.0+15+gc60ed9e-1)
[2018-09-14 13:57] [ALPM-SCRIPTLET] Rebuilding fontconfig cache... done.
[2018-09-14 13:57] [ALPM] upgraded libdrm (2.4.93-1 -> 2.4.94-1)
[2018-09-14 13:57] [ALPM] upgraded dbus (1.12.10-1 -> 1.12.10-2)
[2018-09-14 13:57] [ALPM] upgraded iptables (1.6.2-2 -> 1.8.0-1)
[2018-09-14 13:57] [ALPM] upgraded json-c (0.13.1-1 -> 0.13.1-2)
[2018-09-14 13:57] [ALPM] upgraded coreutils (8.29-1 -> 8.30-1)
[2018-09-14 13:57] [ALPM] upgraded libjpeg-turbo (1.5.3-1 -> 2.0.0-1)
[2018-09-14 13:57] [ALPM] upgraded zita-alsa-pcmi (0.2.0-4 -> 0.3.2-1)
[2018-09-14 13:57] [ALPM] upgraded zita-resampler (1.6.0-2 -> 1.6.2-1)
[2018-09-14 13:57] [ALPM] upgraded lm_sensors (3.4.0-4 -> 3.4.0+5176+dcf23676-1)
[2018-09-14 13:57] [ALPM] upgraded mesa (18.1.7-1 -> 18.1.8-1)
[2018-09-14 13:57] [ALPM] upgraded cantarell-fonts (1:0.101-1 -> 1:0.111-1)
[2018-09-14 13:57] [ALPM] upgraded wayland-protocols (1.15-1 -> 1.16-1)
[2018-09-14 13:57] [ALPM] upgraded polkit (0.114-1 -> 0.115+3+g8638ec5-1)
[2018-09-14 13:57] [ALPM] upgraded libtool (2.4.6+42+gb88cebd5-1 -> 2.4.6+42+gb88cebd5-2)
[2018-09-14 13:57] [ALPM] upgraded gsettings-desktop-schemas (3.28.0+1+g85521dc-1 -> 3.28.1-1)
[2018-09-14 13:57] [ALPM] upgraded ca-certificates-mozilla (3.38-1 -> 3.39-1)
[2018-09-14 13:57] [ALPM] upgraded electron (2.0.8-1 -> 2.0.9-1)
[2018-09-14 13:57] [ALPM] upgraded atom (1.29.0-1 -> 1.30.0-1)
[2018-09-14 13:57] [ALPM] upgraded audit (2.8.3-2 -> 2.8.4-1)
[2018-09-14 13:57] [ALPM] upgraded curl (7.61.0-2 -> 7.61.1-1)
[2018-09-14 13:57] [ALPM] installed zstd (1.3.5-1)
[2018-09-14 13:57] [ALPM] upgraded libarchive (3.3.2-2 -> 3.3.3-1)
[2018-09-14 13:57] [ALPM] upgraded cmake (3.12.1-1 -> 3.12.2-1)
[2018-09-14 13:57] [ALPM] upgraded dhcpcd (7.0.7-1 -> 7.0.8-1)
[2018-09-14 13:57] [ALPM] upgraded double-conversion (3.0.0-1 -> 3.1.0-1)
[2018-09-14 13:57] [ALPM] upgraded tslib (1.16-1 -> 1.17-1)
[2018-09-14 13:57] [ALPM] upgraded qt5-base (5.11.1-2 -> 5.11.1-3)
[2018-09-14 13:57] [ALPM] upgraded dtkcore (1:2.0.9-1 -> 1:2.0.9.4-1)
[2018-09-14 13:57] [ALPM] upgraded openal (1.18.2-2 -> 1.19.0-1)
[2018-09-14 13:57] [ALPM] upgraded dtkwidget (2.0.9.3-1 -> 2.0.9.4-1)
[2018-09-14 13:57] [ALPM] upgraded file (5.33-3 -> 5.34-1)
[2018-09-14 13:57] [ALPM] upgraded firefox (61.0.2-1 -> 62.0-1)
[2018-09-14 13:57] [ALPM] upgraded gcc (8.2.0-2 -> 8.2.1+20180831-1)
[2018-09-14 13:57] [ALPM] upgraded gdb-common (8.1.1-1 -> 8.2-2)
[2018-09-14 13:58] [ALPM] upgraded gdb (8.1.1-1 -> 8.2-2)
[2018-09-14 13:58] [ALPM] upgraded ghostscript (9.23-3 -> 9.24-6)
[2018-09-14 13:58] [ALPM] upgraded git (2.18.0-1 -> 2.19.0-1)
[2018-09-14 13:58] [ALPM] upgraded gnupg (2.2.9-1 -> 2.2.10-1)
[2018-09-14 13:58] [ALPM] upgraded gtksourceview3 (3.24.8-1 -> 3.24.9-2)
[2018-09-14 13:58] [ALPM] upgraded hdf5 (1.10.2-3 -> 1.10.3-1)
[2018-09-14 13:58] [ALPM] upgraded intel-tbb (2018_20180618-1 -> 2019-1)
[2018-09-14 13:58] [ALPM] upgraded ldb (1:1.3.5-1 -> 1:1.3.6-1)
[2018-09-14 13:58] [ALPM] upgraded libmpdclient (2.14-1 -> 2.15-1)
[2018-09-14 13:58] [ALPM] upgraded libwbclient (4.8.4-1 -> 4.8.5-1)
[2018-09-14 13:58] [ALPM] upgraded linux (4.18.5.arch1-1 -> 4.18.6.arch1-1)
[2018-09-14 13:58] [ALPM] upgraded msgpack-c (3.0.1-1 -> 3.1.1-1)
[2018-09-14 13:58] [ALPM] upgraded octave (4.4.1-1 -> 4.4.1-2)
[2018-09-14 13:58] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
[2018-09-14 13:58] [ALPM] upgraded pacman-mirrorlist (20180710-1 -> 20180912-1)
[2018-09-14 13:58] [ALPM] upgraded python2-selenium (3.14.0-1 -> 3.14.0-2)
[2018-09-14 13:58] [ALPM] upgraded smbclient (4.8.4-1 -> 4.8.5-1)
[2018-09-14 13:58] [ALPM] upgraded sudo (1.8.24-1 -> 1.8.25-1)
[2018-09-14 13:58] [ALPM] upgraded tumbler (0.2.1-2 -> 0.2.3-1)
[2018-09-14 13:58] [ALPM] upgraded unrar (1:5.6.5-1 -> 1:5.6.6-1)
[2018-09-14 13:58] [ALPM] upgraded upower (0.99.8-1 -> 0.99.8-2)
[2018-09-14 13:58] [ALPM] upgraded vim-runtime (8.1.0333-1 -> 8.1.0374-1)
[2018-09-14 13:58] [ALPM] upgraded vim (8.1.0333-1 -> 8.1.0374-1)
[2018-09-14 13:58] [ALPM] upgraded vlc (3.0.3.r1-2 -> 3.0.4-2)
[2018-09-14 13:58] [ALPM] transaction completed
[2018-09-14 13:58] [ALPM] running '60-linux.hook'...
[2018-09-14 13:58] [ALPM] running '90-linux.hook'...
[2018-09-14 13:58] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-09-14 13:58] [ALPM-SCRIPTLET] ==> Starting build: 4.18.6-arch1-1-ARCH
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-09-14 13:58] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-09-14 13:58] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-09-14 13:58] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-09-14 13:58] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-09-14 13:58] [ALPM-SCRIPTLET] ==> Starting build: 4.18.6-arch1-1-ARCH
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-09-14 13:58] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-09-14 13:58] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-09-14 13:58] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-09-14 13:58] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-09-14 13:58] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-09-14 13:58] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-09-14 13:58] [ALPM] running 'fontconfig.hook'...
[2018-09-14 13:58] [ALPM] running 'glib-compile-schemas.hook'...
[2018-09-14 13:58] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-09-14 13:58] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-09-14 13:58] [ALPM] running 'systemd-sysusers.hook'...
[2018-09-14 13:58] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-09-14 13:58] [ALPM] running 'systemd-udev-reload.hook'...
[2018-09-14 13:58] [ALPM] running 'systemd-update.hook'...
[2018-09-14 13:58] [ALPM] running 'texinfo-install.hook'...
[2018-09-14 13:58] [ALPM] running 'update-ca-trust.hook'...
[2018-09-14 13:58] [ALPM] running 'update-desktop-database.hook'...
[2018-09-14 13:58] [ALPM] running 'update-mime-database.hook'...
[2018-09-14 13:58] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2018-09-14 13:58] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-09-17 19:03] [PACMAN] Running 'pacman -S chromium'
[2018-09-17 19:08] [ALPM] transaction started
[2018-09-17 19:08] [ALPM] installed chromium (69.0.3497.92-1)
[2018-09-17 19:08] [ALPM] transaction completed
[2018-09-17 19:08] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-09-17 19:08] [ALPM] running 'systemd-update.hook'...
[2018-09-17 19:08] [ALPM] running 'update-desktop-database.hook'...
[2018-09-17 20:00] [PACMAN] Running 'pacman -R chromium'
[2018-09-17 20:00] [ALPM] transaction started
[2018-09-17 20:00] [ALPM] removed chromium (69.0.3497.92-1)
[2018-09-17 20:00] [ALPM] transaction completed
[2018-09-17 20:00] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-09-17 20:00] [ALPM] running 'systemd-update.hook'...
[2018-09-17 20:00] [ALPM] running 'update-desktop-database.hook'...
[2018-09-26 02:26] [PACMAN] Running 'pacman -S chromium'
[2018-09-26 02:26] [ALPM] transaction started
[2018-09-26 02:26] [ALPM] installed chromium (69.0.3497.92-1)
[2018-09-26 02:26] [ALPM] transaction completed
[2018-09-26 02:26] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-09-26 02:26] [ALPM] running 'systemd-update.hook'...
[2018-09-26 02:26] [ALPM] running 'update-desktop-database.hook'...
[2018-10-04 13:08] [PACMAN] Running 'pacman -S python3-tk'
[2018-10-04 13:08] [PACMAN] Running 'pacman -S python-tk'
[2018-10-04 13:11] [PACMAN] Running 'pacman -Syy'
[2018-10-04 13:11] [PACMAN] synchronizing package lists
[2018-10-04 13:12] [PACMAN] Running 'pacman -S python-tk'
[2018-10-04 13:13] [PACMAN] Running 'pacman -S tk'
[2018-10-04 13:13] [ALPM] transaction started
[2018-10-04 13:13] [ALPM] reinstalled tk (8.6.8-3)
[2018-10-04 13:13] [ALPM] transaction completed
[2018-10-04 13:13] [ALPM] running 'systemd-update.hook'...
[2018-10-04 21:15] [PACMAN] Running 'pacman -S libreoffce'
[2018-10-04 21:15] [PACMAN] Running 'pacman -S libre-office'
[2018-10-07 00:08] [PACMAN] Running 'pacman -S vim-jedi'
[2018-10-07 00:09] [ALPM] transaction started
[2018-10-07 00:09] [ALPM] installed vim-jedi (0.9.0-1)
[2018-10-07 00:09] [ALPM] transaction completed
[2018-10-07 00:09] [ALPM] running 'systemd-update.hook'...
[2018-10-07 00:09] [ALPM] running 'vimdoc.hook'...
[2018-10-07 01:17] [PACMAN] Running 'pacman -Sy'
[2018-10-07 01:17] [PACMAN] synchronizing package lists
[2018-10-07 13:28] [PACMAN] Running 'pacman -S st'
[2018-10-08 11:54] [PACMAN] Running 'pacman -S graphiz'
[2018-10-08 11:56] [PACMAN] Running 'pacman -S graphviz'
[2018-10-08 11:56] [ALPM] transaction started
[2018-10-08 11:56] [ALPM] installed gd (2.2.5-1)
[2018-10-08 11:56] [ALPM] installed gts (0.7.6-5)
[2018-10-08 11:56] [ALPM] installed gsfonts (20180524-1)
[2018-10-08 11:56] [ALPM] installed graphviz (2.40.1-13)
[2018-10-08 11:56] [ALPM] transaction completed
[2018-10-08 11:56] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-10-08 11:56] [ALPM] running 'fontconfig.hook'...
[2018-10-08 11:56] [ALPM] running 'systemd-update.hook'...
[2018-10-08 11:56] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-10-09 14:25] [PACMAN] Running 'pacman -S fuse'
[2018-10-09 14:25] [ALPM] transaction started
[2018-10-09 14:25] [ALPM] installed fuse-common (3.2.6-1)
[2018-10-09 14:25] [ALPM] installed fuse2 (2.9.8-1)
[2018-10-09 14:25] [ALPM] transaction completed
[2018-10-09 14:25] [ALPM] running 'systemd-udev-reload.hook'...
[2018-10-09 14:25] [ALPM] running 'systemd-update.hook'...
[2018-10-09 15:41] [PACMAN] Running 'pacman -S steam'
[2018-10-11 11:16] [PACMAN] Running 'pacman -S capt-src'
[2018-10-11 11:17] [PACMAN] Running 'pacman --color auto -S capt-src'
[2018-10-12 00:07] [PACMAN] Running 'pacman -S cuda-gdb'
[2018-10-12 00:07] [PACMAN] Running 'pacman -S openctl-nvidia'
[2018-10-12 00:07] [PACMAN] Running 'pacman -S nvidia-utils'
[2018-10-12 00:14] [ALPM] transaction started
[2018-10-12 00:14] [ALPM] installed eglexternalplatform (1.0+3+g7c8f8e2-1)
[2018-10-12 00:14] [ALPM] installed egl-wayland (1.1.0-1)
[2018-10-12 00:14] [ALPM] installed nvidia-utils (410.57-3)
[2018-10-12 00:14] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2018-10-12 00:14] [ALPM] transaction completed
[2018-10-12 00:14] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-10-12 00:14] [ALPM] running 'systemd-sysusers.hook'...
[2018-10-12 00:14] [ALPM] running 'systemd-update.hook'...
[2018-10-12 00:18] [PACMAN] Running 'pacman -S CUDA'
[2018-10-12 00:18] [PACMAN] Running 'pacman -S cuda'
[2018-10-13 10:56] [PACMAN] Running 'pacman -S reflector'
[2018-10-13 10:56] [ALPM] transaction started
[2018-10-13 10:56] [ALPM] reinstalled reflector (2018-2)
[2018-10-13 10:56] [ALPM] transaction completed
[2018-10-13 10:56] [ALPM] running 'systemd-update.hook'...
[2018-10-13 11:02] [PACMAN] Running 'pacman -R reflector'
[2018-10-13 11:02] [ALPM] transaction started
[2018-10-13 11:02] [ALPM] removed reflector (2018-2)
[2018-10-13 11:02] [ALPM] transaction completed
[2018-10-13 11:02] [ALPM] running 'systemd-update.hook'...
[2018-10-13 11:02] [PACMAN] Running 'pacman -S reflector'
[2018-10-13 11:02] [ALPM] transaction started
[2018-10-13 11:02] [ALPM] installed reflector (2018-2)
[2018-10-13 11:02] [ALPM] transaction completed
[2018-10-13 11:02] [ALPM] running 'systemd-update.hook'...
[2018-10-13 11:09] [PACMAN] Running 'pacman -R reflector'
[2018-10-13 11:09] [ALPM] transaction started
[2018-10-13 11:09] [ALPM] removed reflector (2018-2)
[2018-10-13 11:09] [ALPM] transaction completed
[2018-10-13 11:09] [ALPM] running 'systemd-update.hook'...
[2018-10-13 11:09] [PACMAN] Running 'pacman -S reflector'
[2018-10-13 11:09] [ALPM] transaction started
[2018-10-13 11:09] [ALPM] installed reflector (2018-2)
[2018-10-13 11:09] [ALPM] transaction completed
[2018-10-13 11:09] [ALPM] running 'systemd-update.hook'...
[2018-10-13 11:10] [PACMAN] Running 'pacman -R reflector'
[2018-10-13 11:10] [ALPM] transaction started
[2018-10-13 11:10] [ALPM] removed reflector (2018-2)
[2018-10-13 11:10] [ALPM] transaction completed
[2018-10-13 11:10] [ALPM] running 'systemd-update.hook'...
[2018-10-13 11:11] [PACMAN] Running 'pacman -S reflector'
[2018-10-13 11:11] [ALPM] transaction started
[2018-10-13 11:11] [ALPM] installed reflector (2018-2)
[2018-10-13 11:11] [ALPM] transaction completed
[2018-10-13 11:11] [ALPM] running 'systemd-update.hook'...
[2018-10-13 11:17] [PACMAN] Running 'pacman -R reflector'
[2018-10-13 11:17] [ALPM] transaction started
[2018-10-13 11:17] [ALPM] removed reflector (2018-2)
[2018-10-13 11:17] [ALPM] transaction completed
[2018-10-13 11:17] [ALPM] running 'systemd-update.hook'...
[2018-10-13 11:17] [PACMAN] Running 'pacman -S reflector'
[2018-10-13 11:17] [ALPM] transaction started
[2018-10-13 11:17] [ALPM] installed reflector (2018-2)
[2018-10-13 11:17] [ALPM] transaction completed
[2018-10-13 11:17] [ALPM] running 'systemd-update.hook'...
[2018-10-13 11:17] [PACMAN] Running 'pacman -S rsync'
[2018-10-13 11:17] [ALPM] transaction started
[2018-10-13 11:17] [ALPM] installed rsync (3.1.3-1)
[2018-10-13 11:17] [ALPM] transaction completed
[2018-10-13 11:17] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-10-13 11:17] [ALPM] running 'systemd-update.hook'...
[2018-10-13 11:22] [PACMAN] Running 'pacman -S cuda'
[2018-10-13 11:25] [PACMAN] Running 'pacman -S reflector'
[2018-10-13 11:25] [PACMAN] Running 'pacman -S cuda'
[2018-10-13 11:33] [ALPM] transaction started
[2018-10-13 11:33] [ALPM] installed gcc7-libs (7.3.1+20180814-1)
[2018-10-13 11:33] [ALPM] installed opencl-nvidia (410.57-3)
[2018-10-13 11:33] [ALPM] installed gcc7 (7.3.1+20180814-1)
[2018-10-13 11:35] [ALPM] installed cuda (10.0.130-2)
[2018-10-13 11:35] [ALPM-SCRIPTLET] The cuda binaries are in /opt/cuda/bin
[2018-10-13 11:35] [ALPM-SCRIPTLET] The cuda samples are in /opt/cuda/samples
[2018-10-13 11:35] [ALPM-SCRIPTLET] The cuda docs are in /opt/cuda/doc
[2018-10-13 11:35] [ALPM-SCRIPTLET] You need to relogin in order for the cuda binaries to appear in your PATH
[2018-10-13 11:35] [ALPM] transaction completed
[2018-10-13 11:35] [ALPM] running 'systemd-update.hook'...
[2018-10-13 11:35] [ALPM] running 'update-desktop-database.hook'...
[2018-10-13 11:46] [PACMAN] Running 'pacman -S nvidia'
[2018-10-13 11:46] [ALPM] transaction started
[2018-10-13 11:46] [ALPM] installed nvidia (410.57-4)
[2018-10-13 11:46] [ALPM] transaction completed
[2018-10-13 11:46] [ALPM] running '60-linux.hook'...
[2018-10-13 11:47] [ALPM] running 'systemd-update.hook'...
[2018-10-13 11:48] [PACMAN] Running 'pacman -S nvidia-settings'
[2018-10-13 11:48] [ALPM] transaction started
[2018-10-13 11:48] [ALPM] installed libxnvctrl (410.57-2)
[2018-10-13 11:48] [ALPM] installed nvidia-settings (410.57-2)
[2018-10-13 11:48] [ALPM] transaction completed
[2018-10-13 11:48] [ALPM] running 'systemd-update.hook'...
[2018-10-13 11:48] [ALPM] running 'update-desktop-database.hook'...
[2018-10-13 11:49] [PACMAN] Running 'pacman -S nvidia-libgl'
[2018-10-13 11:49] [ALPM] transaction started
[2018-10-13 11:49] [ALPM] reinstalled nvidia-utils (410.57-3)
[2018-10-13 11:49] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2018-10-13 11:49] [ALPM] transaction completed
[2018-10-13 11:49] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-10-13 11:49] [ALPM] running 'systemd-sysusers.hook'...
[2018-10-13 11:49] [ALPM] running 'systemd-update.hook'...
[2018-10-13 16:07] [PACMAN] Running 'pacman -U nvidia-390.48-13-x86_64.pkg.tar.xz nvidia-utils-390.48-1-x86_64.pkg.tar.xz nvidia-settings-390.48-1-x86_64.pkg.tar.xz'
[2018-10-13 16:18] [PACMAN] Running 'pacman -R nvidia'
[2018-10-13 16:18] [ALPM] transaction started
[2018-10-13 16:18] [ALPM] removed nvidia (410.57-4)
[2018-10-13 16:18] [ALPM] transaction completed
[2018-10-13 16:18] [ALPM] running '60-linux.hook'...
[2018-10-13 16:18] [ALPM] running 'systemd-update.hook'...
[2018-10-13 16:18] [PACMAN] Running 'pacman -R nvidia-lts'
[2018-10-13 16:18] [PACMAN] Running 'pacman -R nvidia-lts'
[2018-10-13 16:37] [PACMAN] Running 'pacman -S nvidia nvidia-utils'
[2018-10-13 16:37] [ALPM] transaction started
[2018-10-13 16:37] [ALPM] reinstalled nvidia-utils (410.57-3)
[2018-10-13 16:37] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2018-10-13 16:37] [ALPM] installed nvidia (410.57-4)
[2018-10-13 16:37] [ALPM] transaction completed
[2018-10-13 16:37] [ALPM] running '60-linux.hook'...
[2018-10-13 16:38] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-10-13 16:38] [ALPM] running 'systemd-sysusers.hook'...
[2018-10-13 16:38] [ALPM] running 'systemd-update.hook'...
[2018-10-13 16:40] [PACMAN] Running 'pacman -R nouveau'
[2018-10-13 16:40] [PACMAN] Running 'pacman -R nouveau-dir'
[2018-10-13 16:42] [PACMAN] Running 'pacman -R nouveau-dri'
[2018-10-13 17:06] [PACMAN] Running 'pacman -R nvidia'
[2018-10-13 17:06] [ALPM] transaction started
[2018-10-13 17:06] [ALPM] removed nvidia (410.57-4)
[2018-10-13 17:06] [ALPM] transaction completed
[2018-10-13 17:06] [ALPM] running '60-linux.hook'...
[2018-10-13 17:06] [ALPM] running 'systemd-update.hook'...
[2018-10-13 17:06] [PACMAN] Running 'pacman -R nvidia-lts'
[2018-10-13 17:06] [PACMAN] Running 'pacman -R nvidia-dri'
[2018-10-13 17:06] [PACMAN] Running 'pacman -R nvidia-dir'
[2018-10-13 17:07] [PACMAN] Running 'pacman -R nvidia-utils'
[2018-10-14 22:39] [PACMAN] Running 'pacman -Sw sqlitebrowser-3.10.1.zip'
[2018-10-14 22:41] [PACMAN] Running 'pacman --color auto -S sqlitebrowser'
[2018-10-14 22:42] [ALPM] transaction started
[2018-10-14 22:42] [ALPM] installed sqlitebrowser (3.10.1-1)
[2018-10-14 22:42] [ALPM] transaction completed
[2018-10-14 22:42] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-10-14 22:42] [ALPM] running 'systemd-update.hook'...
[2018-10-14 22:42] [ALPM] running 'update-desktop-database.hook'...
[2018-10-16 14:32] [PACMAN] Running 'pacman --color auto -S nvidia-beta'
[2018-10-16 14:32] [PACMAN] Running 'pacman -S'
[2018-10-16 14:32] [PACMAN] Running 'pacman --color auto -S ad'
[2018-10-16 14:32] [PACMAN] Running 'pacman --color auto -S fman'
[2018-10-16 14:33] [PACMAN] Running 'pacman -Rn yaourt package-query'
[2018-10-16 14:33] [ALPM] transaction started
[2018-10-16 14:33] [ALPM] removed yaourt (1.9-1)
[2018-10-16 14:33] [ALPM] removed package-query (1.9-1)
[2018-10-16 14:33] [ALPM] transaction completed
[2018-10-16 14:33] [ALPM] running 'systemd-update.hook'...
[2018-10-16 14:33] [PACMAN] Running 'pacman -S fakeroot'
[2018-10-16 14:33] [ALPM] transaction started
[2018-10-16 14:33] [ALPM] reinstalled fakeroot (1.23-1)
[2018-10-16 14:33] [ALPM] transaction completed
[2018-10-16 14:33] [ALPM] running 'systemd-update.hook'...
[2018-10-16 14:33] [PACMAN] Running '/usr/bin/pacman -U /home/timetraveller/package-query/package-query-1.9-3-x86_64.pkg.tar.xz'
[2018-10-16 14:33] [ALPM] transaction started
[2018-10-16 14:33] [ALPM] installed package-query (1.9-3)
[2018-10-16 14:34] [ALPM] transaction completed
[2018-10-16 14:34] [ALPM] running 'systemd-update.hook'...
[2018-10-16 14:34] [PACMAN] Running '/usr/bin/pacman -U /home/timetraveller/package-query/yaourt/yaourt-1.9-1-any.pkg.tar.xz'
[2018-10-16 14:34] [ALPM] transaction started
[2018-10-16 14:34] [ALPM] installed yaourt (1.9-1)
[2018-10-16 14:34] [ALPM] transaction completed
[2018-10-16 14:34] [ALPM] running 'systemd-update.hook'...
[2018-10-16 14:46] [PACMAN] Running 'pacman -S nvidia nvidia-utils nvidia-lts'
[2018-10-16 14:49] [PACMAN] Running 'pacman -S nvidia nvidia-utils nvidia-lts'
[2018-10-16 14:49] [PACMAN] Running 'pacman -S nvidia nvidia-utils'
[2018-10-16 14:49] [ALPM] transaction started
[2018-10-16 14:49] [ALPM] reinstalled nvidia-utils (410.57-3)
[2018-10-16 14:49] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2018-10-16 14:49] [ALPM] installed nvidia (410.57-4)
[2018-10-16 14:49] [ALPM] transaction completed
[2018-10-16 14:49] [ALPM] running '60-linux.hook'...
[2018-10-16 14:49] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-10-16 14:49] [ALPM] running 'systemd-sysusers.hook'...
[2018-10-16 14:49] [ALPM] running 'systemd-update.hook'...
[2018-10-16 14:51] [PACMAN] Running 'pacman -R nvidia nvidia-utils'
[2018-10-16 14:51] [PACMAN] Running 'pacman -Rn nvidia nvidia-utils'
[2018-10-16 14:51] [PACMAN] Running 'pacman -Rn nvidia'
[2018-10-16 14:51] [ALPM] transaction started
[2018-10-16 14:52] [ALPM] removed nvidia (410.57-4)
[2018-10-16 14:52] [ALPM] transaction completed
[2018-10-16 14:52] [ALPM] running '60-linux.hook'...
[2018-10-16 14:52] [ALPM] running 'systemd-update.hook'...
[2018-10-16 14:56] [PACMAN] Running 'pacman -S tensorflow-cuda'
[2018-10-16 14:58] [PACMAN] Running 'pacman -S nvidia'
[2018-10-16 14:58] [ALPM] transaction started
[2018-10-16 14:58] [ALPM] installed nvidia (410.57-4)
[2018-10-16 14:58] [ALPM] transaction completed
[2018-10-16 14:58] [ALPM] running '60-linux.hook'...
[2018-10-16 14:59] [ALPM] running 'systemd-update.hook'...
[2018-10-16 15:01] [PACMAN] Running 'pacman -R nvidi'
[2018-10-16 15:01] [PACMAN] Running 'pacman -R nvidia'
[2018-10-16 15:01] [ALPM] transaction started
[2018-10-16 15:01] [ALPM] removed nvidia (410.57-4)
[2018-10-16 15:01] [ALPM] transaction completed
[2018-10-16 15:01] [ALPM] running '60-linux.hook'...
[2018-10-16 15:01] [ALPM] running 'systemd-update.hook'...
[2018-10-16 15:17] [PACMAN] Running 'pacman -R nvidia-*'
[2018-10-16 15:18] [PACMAN] Running 'pacman -S tensorflow-cuda'
[2018-10-16 17:32] [PACMAN] Running 'pacman -S glxinfo'
[2018-10-16 17:32] [PACMAN] Running 'pacman -S mesa-utils'
[2018-10-16 17:33] [PACMAN] Running 'pacman -S mesa'
[2018-10-16 17:34] [ALPM] transaction started
[2018-10-16 17:34] [ALPM] upgraded mesa (18.1.8-1 -> 18.2.1-2)
[2018-10-16 17:34] [ALPM] transaction completed
[2018-10-16 17:34] [ALPM] running 'systemd-update.hook'...
[2018-10-16 17:35] [PACMAN] Running 'pacman -S mesa-demos'
[2018-10-16 17:35] [ALPM] transaction started
[2018-10-16 17:35] [ALPM] installed glew (2.1.0-1)
[2018-10-16 17:35] [ALPM] installed freeglut (3.0.0-2)
[2018-10-16 17:35] [ALPM] installed mesa-demos (8.4.0-1)
[2018-10-16 17:35] [ALPM] transaction completed
[2018-10-16 17:35] [ALPM] running 'systemd-update.hook'...
[2018-10-16 18:14] [PACMAN] Running 'pacman -Syy'
[2018-10-16 18:14] [PACMAN] synchronizing package lists
[2018-10-16 18:15] [PACMAN] Running 'pacman -Su'
[2018-10-16 18:15] [PACMAN] starting full system upgrade
[2018-10-16 18:42] [ALPM] transaction started
[2018-10-16 18:42] [ALPM] upgraded iana-etc (20180221-1 -> 20180913-1)
[2018-10-16 18:42] [ALPM] upgraded ncurses (6.1-3 -> 6.1-4)
[2018-10-16 18:42] [ALPM] upgraded glib2 (2.58.0-1 -> 2.58.1-1)
[2018-10-16 18:42] [ALPM] upgraded libpng (1.6.34-2 -> 1.6.35-1)
[2018-10-16 18:42] [ALPM] upgraded libxcb (1.13-1 -> 1.13.1-1)
[2018-10-16 18:42] [ALPM] upgraded libx11 (1.6.6-1 -> 1.6.7-1)
[2018-10-16 18:42] [ALPM] upgraded libxml2 (2.9.8-4 -> 2.9.8-5)
[2018-10-16 18:42] [ALPM] upgraded gdk-pixbuf2 (2.36.12-1 -> 2.38.0-1)
[2018-10-16 18:42] [ALPM] upgraded fontconfig (2:2.13.0+15+gc60ed9e-1 -> 2:2.13.1+12+g5f5ec56-1)
[2018-10-16 18:42] [ALPM-SCRIPTLET] Rebuilding fontconfig cache... done.
[2018-10-16 18:42] [ALPM] upgraded cairo (1.15.12-1 -> 1.15.14-1)
[2018-10-16 18:42] [ALPM] upgraded libthai (0.1.27-1 -> 0.1.28-1)
[2018-10-16 18:42] [ALPM] upgraded librsvg (2:2.44.2-1 -> 2:2.44.7-1)
[2018-10-16 18:42] [ALPM] upgraded gtk-update-icon-cache (3.22.30-1 -> 3.24.1+8+g220f77d8c1-1)
[2018-10-16 18:42] [ALPM] upgraded adwaita-icon-theme (3.28.0-1 -> 3.30.0-1)
[2018-10-16 18:42] [ALPM] upgraded gdbm (1.17-1 -> 1.18-1)
[2018-10-16 18:42] [ALPM] upgraded openssl (1.1.0.i-1 -> 1.1.1-1)
[2018-10-16 18:42] [ALPM] upgraded libuv (1.23.0-1 -> 1.23.2-1)
[2018-10-16 18:42] [ALPM] upgraded libnghttp2 (1.32.0-1 -> 1.33.0-1)
[2018-10-16 18:42] [ALPM] upgraded nodejs (10.10.0-1 -> 10.11.0-1)
[2018-10-16 18:42] [ALPM] upgraded semver (5.5.1-1 -> 5.6.0-1)
[2018-10-16 18:42] [ALPM] upgraded sqlite (3.24.0-1 -> 3.25.2-1)
[2018-10-16 18:42] [ALPM] upgraded apm (2.1.1-1 -> 2.1.3-1)
[2018-10-16 18:42] [ALPM] upgraded archlinux-keyring (20180808-1 -> 20181003-1)
[2018-10-16 18:42] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2018-10-16 18:42] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Locally signing key DDB867B92AA789C165EEFA799B729B06A680C281...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Locally signing key 91FFE0700E80619CEB73235CA88E23E377514E00...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
[2018-10-16 18:42] [ALPM-SCRIPTLET] ==> Importing owner trust values...
[2018-10-16 18:42] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 7FA647CD89891DEDC060287BB9113D1ED21E1A55...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key D4DE5ABDE2A7287644EAC7E36D1A9E70E19DAA50...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 40440DC037C05620984379A6761FAD69BA06C6A9...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key B1F2C889CB2CCB2ADA36D963097D629E437520BD...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 63F395DE2D6398BBE458F281F2DBB4931985A992...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 8F76BEEA0289F9E1D3E229C05F946DED983D4366...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 4FCF887689C41B09506BE8D5F3E1D5C5D30DB0AD...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key FB871F0131FEA4FB5A9192B4C8880A6406361833...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 81D7F8241DB38BC759C80FCE3A726C6170E80477...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 5E7585ADFF106BFFBBA319DC654B877A0864983E...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 50F33E2E5B0C3D900424ABE89BDCF497A4BBCC7F...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key E7210A59715F6940CF9A4E36A001876699AD6E84...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 40776A5221EF5AD468A4906D42A1DB15EC133BAD...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 8CF934E339CAD8ABF342E822E711306E3C4F88BC...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 5696C003B0854206450C8E5BE613C09CB4440678...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 9515D8A8EAB88E49BB65EDBCE6B456CAF15447D5...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 34C5D94FE7E7913E86DC427E7FB1A3800C84C0A5...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 39F880E50E49A4D11341E8F939E4F17F295AFBF4...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 07DFD3A0BC213FA12EDC217559B3122E2FA915EC...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 44D4A033AC140143927397D47EFD567D4C7EA887...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
[2018-10-16 18:42] [ALPM-SCRIPTLET]   -> Disabling key 8840BD07FC24CB7CE394A07CCF7037A4F27FB7DA...
[2018-10-16 18:42] [ALPM-SCRIPTLET] ==> Updating trust database...
[2018-10-16 18:42] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2018-10-19
[2018-10-16 18:42] [ALPM] upgraded arduino-builder (1.3.25-3 -> 1.4.1-1)
[2018-10-16 18:42] [ALPM] upgraded atk (2.28.1-1 -> 2.30.0-1)
[2018-10-16 18:42] [ALPM] upgraded lz4 (1:1.8.2-2 -> 1:1.8.3-1)
[2018-10-16 18:42] [ALPM] upgraded libsystemd (239.0-2 -> 239.2-1)
[2018-10-16 18:42] [ALPM] upgraded gnutls (3.5.19-1 -> 3.5.19-2)
[2018-10-16 18:42] [ALPM] upgraded libsm (1.2.2-3 -> 1.2.3-1)
[2018-10-16 18:42] [ALPM] upgraded arduino (1:1.8.5-1 -> 1:1.8.7-1)
[2018-10-16 18:42] [ALPM] upgraded numactl (2.0.11-2 -> 2.0.12-1)
[2018-10-16 18:42] [ALPM] upgraded dnssec-anchors (20170711-1 -> 20181003-1)
[2018-10-16 18:42] [ALPM] upgraded openmpi (3.1.1-1 -> 3.1.2-1)
[2018-10-16 18:42] [ALPM] upgraded arpack (3.6.2-1 -> 3.6.3-1)
[2018-10-16 18:42] [ALPM] upgraded at-spi2-core (2.28.0-1 -> 2.30.0-2)
[2018-10-16 18:42] [ALPM] upgraded at-spi2-atk (2.26.2-1 -> 2.30.0-1)
[2018-10-16 18:42] [ALPM] upgraded libdrm (2.4.94-1 -> 2.4.95-1)
[2018-10-16 18:42] [ALPM] upgraded libssh (0.8.2-1 -> 0.8.3-1)
[2018-10-16 18:42] [ALPM] upgraded libelf (0.171-1 -> 0.174-1)
[2018-10-16 18:42] [ALPM] upgraded llvm-libs (6.0.1-4 -> 7.0.0-1)
[2018-10-16 18:42] [ALPM] upgraded mesa (18.2.1-2 -> 18.2.2-1)
[2018-10-16 18:42] [ALPM] upgraded libepoxy (1.5.2-1 -> 1.5.3-1)
[2018-10-16 18:42] [ALPM] upgraded audit (2.8.4-1 -> 2.8.4-2)
[2018-10-16 18:42] [ALPM] upgraded iptables (1.8.0-1 -> 1:1.6.2-3)
[2018-10-16 18:42] [ALPM] upgraded pcre2 (10.31-1 -> 10.32-1)
[2018-10-16 18:42] [ALPM] upgraded systemd (239.0-2 -> 239.2-1)
[2018-10-16 18:42] [ALPM] upgraded libwacom (0.30-1 -> 0.31-1)
[2018-10-16 18:42] [ALPM] upgraded libinput (1.11.3-1 -> 1.12.1-1)
[2018-10-16 18:42] [ALPM] upgraded libva (2.2.0-2 -> 2.3.0-1)
[2018-10-16 18:42] [ALPM] upgraded x265 (2.8-1 -> 2.9-1)
[2018-10-16 18:42] [ALPM] upgraded ffmpeg (1:4.0.2-2 -> 1:4.0.2-6)
[2018-10-16 18:42] [ALPM] upgraded dconf (0.28.0-1 -> 0.30.0-1)
[2018-10-16 18:42] [ALPM] upgraded json-glib (1.4.2-2 -> 1.4.4-1)
[2018-10-16 18:42] [ALPM] upgraded glib-networking (2.56.1-1 -> 2.58.0-1)
[2018-10-16 18:42] [ALPM] upgraded libsoup (2.62.3-1 -> 2.64.1-1)
[2018-10-16 18:42] [ALPM] upgraded gtk3 (3.22.30-1 -> 3.24.1+8+g220f77d8c1-1)
[2018-10-16 18:42] [ALPM] upgraded re2 (20180901-1 -> 20181001-1)
[2018-10-16 18:42] [ALPM] upgraded electron (2.0.9-1 -> 2.0.11-1)
[2018-10-16 18:42] [ALPM] upgraded atom (1.30.0-1 -> 1.31.2-1)
[2018-10-16 18:42] [ALPM] upgraded automake (1.15.1-1 -> 1.16.1-1)
[2018-10-16 18:42] [ALPM] upgraded bison (3.0.5-1 -> 3.1-1)
[2018-10-16 18:42] [ALPM] upgraded boost-libs (1.67.0-7 -> 1.68.0-1)
[2018-10-16 18:42] [ALPM] upgraded chromium (69.0.3497.92-1 -> 69.0.3497.100-1)
[2018-10-16 18:42] [ALPM] upgraded curl (7.61.1-1 -> 7.61.1-3)
[2018-10-16 18:42] [ALPM] upgraded cmake (3.12.2-1 -> 3.12.3-1)
[2018-10-16 18:42] [ALPM] upgraded compton (0.1_beta2.5-11 -> 2.0-1)
[2018-10-16 18:42] [ALPM] upgraded double-conversion (3.1.0-1 -> 3.1.1-1)
[2018-10-16 18:42] [ALPM] upgraded qt5-base (5.11.1-3 -> 5.11.2-1)
[2018-10-16 18:42] [ALPM] upgraded deepin-qt-dbus-factory (1.0.4-1 -> 1.0.4-2)
[2018-10-16 18:42] [ALPM] upgraded qt5-x11extras (5.11.1-1 -> 5.11.2-1)
[2018-10-16 18:42] [ALPM] upgraded deepin-qt5dxcb-plugin (1.1.11-1 -> 1.1.11-2)
[2018-10-16 18:42] [ALPM] upgraded gstreamer (1.14.2-1 -> 1.14.4-1)
[2018-10-16 18:42] [ALPM] upgraded gst-plugins-base-libs (1.14.2-1 -> 1.14.4-1)
[2018-10-16 18:42] [ALPM] upgraded gst-plugins-base (1.14.2-1 -> 1.14.4-1)
[2018-10-16 18:42] [ALPM] upgraded openal (1.19.0-1 -> 1.19.1-1)
[2018-10-16 18:42] [ALPM] upgraded qt5-multimedia (5.11.1-1 -> 5.11.2-1)
[2018-10-16 18:42] [ALPM] upgraded qt5-svg (5.11.1-1 -> 5.11.2-1)
[2018-10-16 18:42] [ALPM] upgraded qt5-xmlpatterns (5.11.1-1 -> 5.11.2-1)
[2018-10-16 18:42] [ALPM] upgraded qt5-declarative (5.11.1-2 -> 5.11.2-1)
[2018-10-16 18:42] [ALPM] upgraded dtkwidget (2.0.9.4-1 -> 2.0.9.4-2)
[2018-10-16 18:42] [ALPM] upgraded libqtxdg (3.2.0-3 -> 3.2.0-4)
[2018-10-16 18:42] [ALPM] upgraded qt5-styleplugins (5.0.0.20170311-7 -> 5.0.0.20170311-8)
[2018-10-16 18:42] [ALPM] upgraded deepin-qt5integration (0.3.5-1 -> 0.3.5-2)
[2018-10-16 18:42] [ALPM] upgraded dtkwm (2.0.9-1 -> 2.0.9-2)
[2018-10-16 18:42] [ALPM] upgraded elfutils (0.171-1 -> 0.174-1)
[2018-10-16 18:42] [ALPM] upgraded exo (0.12.2-1 -> 0.12.3-1)
[2018-10-16 18:42] [ALPM] upgraded feh (2.27.1-1 -> 2.28-1)
[2018-10-16 18:42] [ALPM] upgraded firefox (62.0-1 -> 62.0.3-1)
[2018-10-16 18:42] [ALPM] upgraded gc (7.6.6-1 -> 7.6.8-1)
[2018-10-16 18:42] [ALPM] upgraded gobject-introspection-runtime (1.56.1-2 -> 1.58.0+2+g1f1dd7f4-2)
[2018-10-16 18:42] [ALPM] upgraded pygobject-devel (3.28.3-2 -> 3.30.1-3)
[2018-10-16 18:42] [ALPM] upgraded python (3.7.0-3 -> 3.7.0-4)
[2018-10-16 18:42] [ALPM] upgraded python-gobject (3.28.3-2 -> 3.30.1-3)
[2018-10-16 18:42] [ALPM] upgraded gedit (3.28.1-2 -> 3.30.1-1)
[2018-10-16 18:42] [ALPM] upgraded jbig2dec (0.14-1 -> 0.15-1)
[2018-10-16 18:42] [ALPM] upgraded libidn (1.34-2 -> 1.35-1)
[2018-10-16 18:42] [ALPM] upgraded ghostscript (9.24-6 -> 9.25-3)
[2018-10-16 18:42] [ALPM] upgraded git (2.19.0-1 -> 2.19.1-1)
[2018-10-16 18:42] [ALPM] upgraded gpgme (1.11.1-2 -> 1.12.0-1)
[2018-10-16 18:42] [ALPM] upgraded gpm (1.20.7-8 -> 1.20.7.r27.g1fd1941-1)
[2018-10-16 18:42] [ALPM] upgraded gst-plugins-good (1.14.2-1 -> 1.14.4-1)
[2018-10-16 18:42] [ALPM] upgraded hdf5 (1.10.3-1 -> 1.10.3-2)
[2018-10-16 18:42] [ALPM] upgraded libmagick (7.0.8.11-1 -> 7.0.8.12-1)
[2018-10-16 18:42] [ALPM] upgraded imagemagick (7.0.8.11-1 -> 7.0.8.12-1)
[2018-10-16 18:42] [ALPM] upgraded jfsutils (1.1.15-5 -> 1.1.15-6)
[2018-10-16 18:42] [ALPM] upgraded python-pyparsing (2.2.0-2 -> 2.2.2-1)
[2018-10-16 18:42] [ALPM] upgraded python-packaging (17.1-2 -> 18.0-1)
[2018-10-16 18:42] [ALPM] upgraded python-setuptools (1:40.2.0-1 -> 1:40.4.3-1)
[2018-10-16 18:42] [ALPM] upgraded python-tornado (5.1.0-2 -> 5.1.1-1)
[2018-10-16 18:42] [ALPM] upgraded python-testpath (0.3.1-2 -> 0.4.2-1)
[2018-10-16 18:42] [ALPM] upgraded python-jedi (0.12.1-2 -> 0.13.0-1)
[2018-10-16 18:42] [ALPM] upgraded python-pickleshare (0.7.4-4 -> 0.7.5-1)
[2018-10-16 18:42] [ALPM] upgraded jupyter-widgetsnbextension (1:3.4.1-1 -> 1:3.4.2-1)
[2018-10-16 18:42] [ALPM] upgraded libburn (1.4.8-1 -> 1.5.0-1)
[2018-10-16 18:42] [ALPM] upgraded libical (3.0.3-3 -> 3.0.4-1)
[2018-10-16 18:42] [ALPM] upgraded libisofs (1.4.8-1 -> 1.5.0-1)
[2018-10-16 18:42] [ALPM] upgraded libmpdclient (2.15-1 -> 2.16-1)
[2018-10-16 18:42] [ALPM] upgraded libwnck3 (3.24.1-1 -> 3.30.0-1)
[2018-10-16 18:42] [ALPM] upgraded libyaml (0.1.7-1 -> 0.2.1-1)
[2018-10-16 18:42] [ALPM] upgraded mkinitcpio-busybox (1.29.2-1 -> 1.29.3-1)
[2018-10-16 18:42] [ALPM] upgraded mkinitcpio (24-2 -> 24-3)
[2018-10-16 18:42] [ALPM] upgraded linux (4.18.6.arch1-1 -> 4.18.12.arch1-1)
[2018-10-16 18:42] [ALPM] upgraded nano (2.9.8-1 -> 3.1-1)
[2018-10-16 18:42] [ALPM] upgraded ncmpcpp (0.8.2-3 -> 0.8.2-4)
[2018-10-16 18:43] [ALPM] upgraded nghttp2 (1.32.0-1 -> 1.33.0-1)
[2018-10-16 18:43] [ALPM] upgraded patch (2.7.6-1 -> 2.7.6-3)
[2018-10-16 18:43] [ALPM] upgraded postgresql-libs (10.5-1 -> 10.5-2)
[2018-10-16 18:43] [ALPM] upgraded psmisc (23.1-1 -> 23.2-1)
[2018-10-16 18:43] [ALPM] upgraded python-distlib (0.2.7-2 -> 0.2.8-1)
[2018-10-16 18:43] [ALPM] upgraded python-pytoml (0.1.16-2 -> 0.1.19-1)
[2018-10-16 18:43] [ALPM] upgraded python2-distlib (0.2.7-2 -> 0.2.8-1)
[2018-10-16 18:43] [ALPM] upgraded python2-pyparsing (2.2.0-2 -> 2.2.2-1)
[2018-10-16 18:43] [ALPM] upgraded python2-packaging (17.1-2 -> 18.0-1)
[2018-10-16 18:43] [ALPM] upgraded python2-pytoml (0.1.16-2 -> 0.1.19-1)
[2018-10-16 18:43] [ALPM] upgraded python2-selenium (3.14.0-2 -> 3.14.1-1)
[2018-10-16 18:43] [ALPM] upgraded python2-setuptools (1:40.2.0-1 -> 1:40.4.3-1)
[2018-10-16 18:43] [ALPM] upgraded qscintilla-qt5 (2.10.7-3 -> 2.10.8-1)
[2018-10-16 18:43] [ALPM] upgraded qt5-tools (5.11.1-1 -> 5.11.2-2)
[2018-10-16 18:43] [ALPM] upgraded sudo (1.8.25-1 -> 1.8.25.p1-1)
[2018-10-16 18:43] [ALPM] upgraded systemd-sysvcompat (239.0-2 -> 239.2-1)
[2018-10-16 18:43] [ALPM] upgraded thunar (1.8.1.11.gf5147445-1 -> 1.8.2-1)
[2018-10-16 18:43] [ALPM] upgraded unrar (1:5.6.6-1 -> 1:5.6.8-1)
[2018-10-16 18:43] [ALPM] upgraded vim-runtime (8.1.0374-1 -> 8.1.0470-1)
[2018-10-16 18:43] [ALPM] upgraded vim (8.1.0374-1 -> 8.1.0470-1)
[2018-10-16 18:43] [ALPM] installed aribb24 (1.0.3-2)
[2018-10-16 18:43] [ALPM] upgraded vulkan-icd-loader (1.1.82+2958+1f9a54573-1 -> 1.1.85+2969+5abee6173-1)
[2018-10-16 18:43] [ALPM] upgraded vlc (3.0.4-2 -> 3.0.4-6)
[2018-10-16 18:43] [ALPM] upgraded vte-common (0.52.2-1 -> 0.54.1-1)
[2018-10-16 18:43] [ALPM] upgraded vte3 (0.52.2-1 -> 0.54.1-1)
[2018-10-16 18:43] [ALPM] upgraded xfce4-battery-plugin (1.1.0-1 -> 1.1.1-1)
[2018-10-16 18:43] [ALPM] upgraded xfce4-cpufreq-plugin (1.2.0-1 -> 1.2.1-1)
[2018-10-16 18:43] [ALPM] upgraded xterm (335-1 -> 337-1)
[2018-10-16 18:43] [ALPM] transaction completed
[2018-10-16 18:43] [ALPM] running '60-linux.hook'...
[2018-10-16 18:43] [ALPM] running '90-linux.hook'...
[2018-10-16 18:43] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-10-16 18:43] [ALPM-SCRIPTLET] ==> Starting build: 4.18.12-arch1-1-ARCH
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-10-16 18:43] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-10-16 18:43] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-10-16 18:43] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-10-16 18:43] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-10-16 18:43] [ALPM-SCRIPTLET] ==> Starting build: 4.18.12-arch1-1-ARCH
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-10-16 18:43] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-10-16 18:43] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-10-16 18:43] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-10-16 18:43] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-10-16 18:43] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-10-16 18:43] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-10-16 18:43] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-10-16 18:43] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2018-10-16 18:43] [ALPM] running 'gio-querymodules.hook'...
[2018-10-16 18:43] [ALPM] running 'glib-compile-schemas.hook'...
[2018-10-16 18:43] [ALPM] running 'gtk-query-immodules-3.0.hook'...
[2018-10-16 18:43] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-10-16 18:43] [ALPM] running 'systemd-catalog.hook'...
[2018-10-16 18:43] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-10-16 18:43] [ALPM] running 'systemd-hwdb.hook'...
[2018-10-16 18:43] [ALPM] running 'systemd-sysctl.hook'...
[2018-10-16 18:43] [ALPM] running 'systemd-sysusers.hook'...
[2018-10-16 18:43] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-10-16 18:43] [ALPM] running 'systemd-udev-reload.hook'...
[2018-10-16 18:43] [ALPM] running 'systemd-update.hook'...
[2018-10-16 18:43] [ALPM] running 'texinfo-install.hook'...
[2018-10-16 18:43] [ALPM] running 'update-desktop-database.hook'...
[2018-10-16 18:43] [ALPM] running 'update-mime-database.hook'...
[2018-10-16 18:43] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2018-10-16 18:44] [PACMAN] Running 'pacman -S linux'
[2018-10-16 18:44] [ALPM] transaction started
[2018-10-16 18:44] [ALPM] reinstalled linux (4.18.12.arch1-1)
[2018-10-16 18:44] [ALPM] transaction completed
[2018-10-16 18:44] [ALPM] running '60-linux.hook'...
[2018-10-16 18:44] [ALPM] running '90-linux.hook'...
[2018-10-16 18:44] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-10-16 18:44] [ALPM-SCRIPTLET] ==> Starting build: 4.18.12-arch1-1-ARCH
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-10-16 18:44] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-10-16 18:44] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-10-16 18:44] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-10-16 18:44] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-10-16 18:44] [ALPM-SCRIPTLET] ==> Starting build: 4.18.12-arch1-1-ARCH
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-10-16 18:44] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-10-16 18:44] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-10-16 18:44] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-10-16 18:44] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-10-16 18:44] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-10-16 18:44] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-10-16 18:44] [ALPM] running 'systemd-update.hook'...
[2018-10-16 18:45] [PACMAN] Running 'pacman -S nvidia nvidia-utils'
[2018-10-16 18:45] [ALPM] transaction started
[2018-10-16 18:45] [ALPM] reinstalled nvidia-utils (410.57-3)
[2018-10-16 18:45] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2018-10-16 18:45] [ALPM] installed nvidia (410.57-6)
[2018-10-16 18:45] [ALPM] transaction completed
[2018-10-16 18:45] [ALPM] running '60-linux.hook'...
[2018-10-16 18:45] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-10-16 18:45] [ALPM] running 'systemd-sysusers.hook'...
[2018-10-16 18:45] [ALPM] running 'systemd-update.hook'...
[2018-10-16 18:48] [PACMAN] Running 'pacman -R nvidia'
[2018-10-16 18:49] [PACMAN] Running 'pacman -R nvidia'
[2018-10-16 18:49] [ALPM] transaction started
[2018-10-16 18:49] [ALPM] removed nvidia (410.57-6)
[2018-10-16 18:49] [ALPM] transaction completed
[2018-10-16 18:49] [ALPM] running '60-linux.hook'...
[2018-10-16 18:49] [ALPM] running 'systemd-update.hook'...
[2018-10-16 18:55] [PACMAN] Running 'pacman -S urxvt'
[2018-10-16 18:55] [PACMAN] Running 'pacman -S rxvt'
[2018-10-16 18:55] [PACMAN] Running 'pacman -S rxvt-unicode'
[2018-10-16 18:55] [ALPM] transaction started
[2018-10-16 18:55] [ALPM] installed rxvt-unicode-terminfo (9.22-7)
[2018-10-16 18:55] [ALPM] installed rxvt-unicode (9.22-7)
[2018-10-16 18:55] [ALPM] transaction completed
[2018-10-16 18:55] [ALPM] running 'systemd-update.hook'...
[2018-10-16 18:55] [ALPM] running 'update-desktop-database.hook'...
[2018-10-16 18:58] [PACMAN] Running 'pacman -S xfce4-terminal'
[2018-10-16 18:58] [ALPM] transaction started
[2018-10-16 18:58] [ALPM] reinstalled xfce4-terminal (0.8.7.4-1)
[2018-10-16 18:58] [ALPM] transaction completed
[2018-10-16 18:58] [ALPM] running 'systemd-update.hook'...
[2018-10-16 18:58] [ALPM] running 'update-desktop-database.hook'...
[2018-10-16 18:58] [PACMAN] Running 'pacman -R xfce4-terminal'
[2018-10-16 18:58] [ALPM] transaction started
[2018-10-16 18:58] [ALPM] removed xfce4-terminal (0.8.7.4-1)
[2018-10-16 18:58] [ALPM] transaction completed
[2018-10-16 18:58] [ALPM] running 'systemd-update.hook'...
[2018-10-16 18:58] [ALPM] running 'update-desktop-database.hook'...
[2018-10-16 18:58] [PACMAN] Running 'pacman -S xfce4-terminal'
[2018-10-16 18:58] [ALPM] transaction started
[2018-10-16 18:58] [ALPM] installed xfce4-terminal (0.8.7.4-1)
[2018-10-16 18:58] [ALPM] transaction completed
[2018-10-16 18:58] [ALPM] running 'systemd-update.hook'...
[2018-10-16 18:58] [ALPM] running 'update-desktop-database.hook'...
[2018-10-16 19:18] [PACMAN] Running 'pacman -R xf86-video-nouveau'
[2018-10-16 19:18] [ALPM] transaction started
[2018-10-16 19:18] [ALPM] removed xf86-video-nouveau (1.0.15-3)
[2018-10-16 19:18] [ALPM] transaction completed
[2018-10-16 19:18] [ALPM] running 'systemd-update.hook'...
[2018-10-16 19:18] [PACMAN] Running 'pacman -S nvidia'
[2018-10-16 19:18] [ALPM] transaction started
[2018-10-16 19:18] [ALPM] installed nvidia (410.57-6)
[2018-10-16 19:18] [ALPM] transaction completed
[2018-10-16 19:18] [ALPM] running '60-linux.hook'...
[2018-10-16 19:18] [ALPM] running 'systemd-update.hook'...
[2018-10-16 19:21] [PACMAN] Running 'pacman -R nvidia'
[2018-10-16 19:21] [ALPM] transaction started
[2018-10-16 19:21] [ALPM] removed nvidia (410.57-6)
[2018-10-16 19:21] [ALPM] transaction completed
[2018-10-16 19:21] [ALPM] running '60-linux.hook'...
[2018-10-16 19:21] [ALPM] running 'systemd-update.hook'...
[2018-10-16 20:08] [PACMAN] Running 'pacman -S nvidia'
[2018-10-16 20:09] [ALPM] transaction started
[2018-10-16 20:09] [ALPM] installed nvidia (410.57-6)
[2018-10-16 20:09] [ALPM] transaction completed
[2018-10-16 20:09] [ALPM] running '60-linux.hook'...
[2018-10-16 20:09] [ALPM] running 'systemd-update.hook'...
[2018-10-16 20:23] [PACMAN] Running 'pacman -R nvidia'
[2018-10-16 20:26] [PACMAN] Running 'pacman -R nvidia'
[2018-10-16 20:26] [ALPM] transaction started
[2018-10-16 20:26] [ALPM] removed nvidia (410.57-6)
[2018-10-16 20:26] [ALPM] transaction completed
[2018-10-16 20:26] [ALPM] running '60-linux.hook'...
[2018-10-16 20:26] [ALPM] running 'systemd-update.hook'...
[2018-10-16 20:41] [PACMAN] Running 'pacman -S nvidia'
[2018-10-16 20:41] [ALPM] transaction started
[2018-10-16 20:41] [ALPM] installed nvidia (410.57-6)
[2018-10-16 20:41] [ALPM] transaction completed
[2018-10-16 20:41] [ALPM] running '60-linux.hook'...
[2018-10-16 20:42] [ALPM] running 'systemd-update.hook'...
[2018-10-16 20:53] [PACMAN] Running 'pacman -R nvidia'
[2018-10-16 20:54] [ALPM] transaction started
[2018-10-16 20:54] [ALPM] removed nvidia (410.57-6)
[2018-10-16 20:54] [ALPM] transaction completed
[2018-10-16 20:54] [ALPM] running '60-linux.hook'...
[2018-10-16 20:54] [ALPM] running 'systemd-update.hook'...
[2018-10-16 21:50] [PACMAN] Running 'pacman -Syy'
[2018-10-16 21:50] [PACMAN] synchronizing package lists
[2018-10-16 21:51] [PACMAN] Running 'pacman -S firefox'
[2018-10-16 21:52] [PACMAN] Running 'pacman -S firefox'
[2018-10-16 21:53] [PACMAN] Running 'pacman -S firefox'
[2018-10-16 21:53] [ALPM] transaction started
[2018-10-16 21:53] [ALPM] reinstalled firefox (62.0.3-1)
[2018-10-16 21:53] [ALPM] transaction completed
[2018-10-16 21:53] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-10-16 21:53] [ALPM] running 'systemd-update.hook'...
[2018-10-16 21:53] [ALPM] running 'update-desktop-database.hook'...
[2018-10-16 21:53] [PACMAN] Running 'pacman -S linux'
[2018-10-16 21:53] [ALPM] transaction started
[2018-10-16 21:53] [ALPM] reinstalled linux (4.18.12.arch1-1)
[2018-10-16 21:53] [ALPM] transaction completed
[2018-10-16 21:53] [ALPM] running '60-linux.hook'...
[2018-10-16 21:53] [ALPM] running '90-linux.hook'...
[2018-10-16 21:53] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-10-16 21:53] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-10-16 21:53] [ALPM-SCRIPTLET] ==> Starting build: 4.18.12-arch1-1-ARCH
[2018-10-16 21:53] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-10-16 21:53] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-10-16 21:53] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-10-16 21:53] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-10-16 21:53] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-10-16 21:53] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-10-16 21:53] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-10-16 21:53] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-10-16 21:54] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-10-16 21:54] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-10-16 21:54] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-10-16 21:54] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-10-16 21:54] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-10-16 21:54] [ALPM-SCRIPTLET] ==> Starting build: 4.18.12-arch1-1-ARCH
[2018-10-16 21:54] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-10-16 21:54] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-10-16 21:54] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-10-16 21:54] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-10-16 21:54] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-10-16 21:54] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-10-16 21:54] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-10-16 21:54] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-10-16 21:54] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-10-16 21:54] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-10-16 21:54] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-10-16 21:54] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-10-16 21:54] [ALPM] running 'systemd-update.hook'...
[2018-10-16 23:02] [PACMAN] Running 'pacman -S elinks'
[2018-10-16 23:02] [ALPM] transaction started
[2018-10-16 23:02] [ALPM] installed lua51 (5.1.5-7)
[2018-10-16 23:02] [ALPM] installed tre (0.8.0-4)
[2018-10-16 23:02] [ALPM] installed elinks (0.13-20)
[2018-10-16 23:02] [ALPM] transaction completed
[2018-10-16 23:02] [ALPM] running 'systemd-update.hook'...
[2018-10-16 23:02] [ALPM] running 'update-desktop-database.hook'...
[2018-10-16 23:05] [PACMAN] Running 'pacman -R elinks'
[2018-10-16 23:05] [ALPM] transaction started
[2018-10-16 23:05] [ALPM] removed elinks (0.13-20)
[2018-10-16 23:05] [ALPM] transaction completed
[2018-10-16 23:05] [ALPM] running 'systemd-update.hook'...
[2018-10-16 23:05] [ALPM] running 'update-desktop-database.hook'...
[2018-10-16 23:06] [PACMAN] Running 'pacman -S lynx'
[2018-10-16 23:06] [ALPM] transaction started
[2018-10-16 23:06] [ALPM] installed lynx (2.8.9-2)
[2018-10-16 23:06] [ALPM] transaction completed
[2018-10-16 23:06] [ALPM] running 'systemd-update.hook'...
[2018-10-16 23:07] [PACMAN] Running 'pacman -R lynx'
[2018-10-16 23:07] [ALPM] transaction started
[2018-10-16 23:07] [ALPM] removed lynx (2.8.9-2)
[2018-10-16 23:07] [ALPM] transaction completed
[2018-10-16 23:07] [ALPM] running 'systemd-update.hook'...
[2018-10-16 23:07] [PACMAN] Running 'pacman -R elinks'
[2018-10-16 23:07] [PACMAN] Running 'pacman -S elinks'
[2018-10-16 23:07] [ALPM] transaction started
[2018-10-16 23:07] [ALPM] installed elinks (0.13-20)
[2018-10-16 23:07] [ALPM] transaction completed
[2018-10-16 23:07] [ALPM] running 'systemd-update.hook'...
[2018-10-16 23:07] [ALPM] running 'update-desktop-database.hook'...

Offline

#18 2018-10-16 21:17:33

seth
Member
Registered: 2012-09-03
Posts: 51,143

Re: [SOLVED] CUDA and nvidia drivers installation issue

Please post the actual  /etc/pacman.d/mirrorlist and your /etc/pacman.conf

Offline

#19 2018-10-17 06:31:59

TimeTraveller
Member
Registered: 2018-07-16
Posts: 15

Re: [SOLVED] CUDA and nvidia drivers installation issue

seth wrote:

Please post the actual  /etc/pacman.d/mirrorlist and your /etc/pacman.conf

sure!

#
# /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
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#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
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists

# 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    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# 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.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

#[multilib]
#Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

And here's the mirror list :

##
## Arch Linux repository mirrorlist
## Generated on 2018-10-16
##

## India
Server = http://mirror.cse.iitk.ac.in/archlinux/$repo/os/$arch
Server = http://ftp.iitm.ac.in/archlinux/$repo/os/$arch
Server = https://ind.mirror.pkgbuild.com/$repo/os/$arch

## United States
Server = http://mirrors.acm.wpi.edu/archlinux/$repo/os/$arch
Server = http://mirrors.advancedhosters.com/archlinux/$repo/os/$arch
Server = http://mirrors.aggregate.org/archlinux/$repo/os/$arch
Server = http://ca.us.mirror.archlinux-br.org/$repo/os/$arch
Server = http://il.us.mirror.archlinux-br.org/$repo/os/$arch
Server = http://archlinux.surlyjake.com/archlinux/$repo/os/$arch
Server = https://archlinux.surlyjake.com/archlinux/$repo/os/$arch
Server = http://arlm.tyzoid.com/$repo/os/$arch
Server = https://arlm.tyzoid.com/$repo/os/$arch
Server = http://mirror.as65535.net/archlinux/$repo/os/$arch
Server = http://mirrors.cat.pdx.edu/archlinux/$repo/os/$arch
Server = http://mirror.cc.columbia.edu/pub/linux/archlinux/$repo/os/$arch
Server = http://arch.mirror.constant.com/$repo/os/$arch
Server = https://arch.mirror.constant.com/$repo/os/$arch
Server = http://mirror.cs.pitt.edu/archlinux/$repo/os/$arch
Server = http://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/$arch
Server = http://distro.ibiblio.org/archlinux/$repo/os/$arch
Server = http://mirror.epiphyte.network/archlinux/$repo/os/$arch
Server = https://mirror.epiphyte.network/archlinux/$repo/os/$arch
Server = http://mirror.es.its.nyu.edu/archlinux/$repo/os/$arch
Server = http://mirrors.gigenet.com/archlinux/$repo/os/$arch
Server = http://mirror.grig.io/archlinux/$repo/os/$arch
Server = https://mirror.grig.io/archlinux/$repo/os/$arch
Server = http://www.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch
Server = http://mirror.hackingand.coffee/arch/$repo/os/$arch
Server = https://mirror.hackingand.coffee/arch/$repo/os/$arch
Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
Server = https://mirrors.kernel.org/archlinux/$repo/os/$arch
Server = http://mirror.dal10.us.leaseweb.net/archlinux/$repo/os/$arch
Server = http://mirror.sfo12.us.leaseweb.net/archlinux/$repo/os/$arch
Server = http://mirror.wdc1.us.leaseweb.net/archlinux/$repo/os/$arch
Server = https://mirror.dal10.us.leaseweb.net/archlinux/$repo/os/$arch
Server = https://mirror.sfo12.us.leaseweb.net/archlinux/$repo/os/$arch
Server = https://mirror.wdc1.us.leaseweb.net/archlinux/$repo/os/$arch
Server = http://mirrors.liquidweb.com/archlinux/$repo/os/$arch
Server = http://mirror.lty.me/archlinux/$repo/os/$arch
Server = https://mirror.lty.me/archlinux/$repo/os/$arch
Server = http://mirrors.lug.mtu.edu/archlinux/$repo/os/$arch
Server = https://mirrors.lug.mtu.edu/archlinux/$repo/os/$arch
Server = http://mirror.math.princeton.edu/pub/archlinux/$repo/os/$arch
Server = http://mirror.metrocast.net/archlinux/$repo/os/$arch
Server = http://mirror.kaminski.io/archlinux/$repo/os/$arch
Server = https://mirror.kaminski.io/archlinux/$repo/os/$arch
Server = http://repo.miserver.it.umich.edu/archlinux/$repo/os/$arch
Server = http://mirrors.ocf.berkeley.edu/archlinux/$repo/os/$arch
Server = https://mirrors.ocf.berkeley.edu/archlinux/$repo/os/$arch
Server = http://ftp.osuosl.org/pub/archlinux/$repo/os/$arch
Server = http://arch.mirrors.pair.com/$repo/os/$arch
Server = http://mirrors.rit.edu/archlinux/$repo/os/$arch
Server = https://mirrors.rit.edu/archlinux/$repo/os/$arch
Server = http://mirrors.rutgers.edu/archlinux/$repo/os/$arch
Server = https://mirrors.rutgers.edu/archlinux/$repo/os/$arch
Server = http://mirror.siena.edu/archlinux/$repo/os/$arch
Server = http://mirrors.sonic.net/archlinux/$repo/os/$arch
Server = https://mirrors.sonic.net/archlinux/$repo/os/$arch
Server = http://mirrors.sorengard.com/archlinux/$repo/os/$arch
Server = https://mirrors.sorengard.com/archlinux/$repo/os/$arch
Server = http://arch.mirror.square-r00t.net/$repo/os/$arch
Server = https://arch.mirror.square-r00t.net/$repo/os/$arch
Server = http://mirror.stephen304.com/archlinux/$repo/os/$arch
Server = https://mirror.stephen304.com/archlinux/$repo/os/$arch
Server = http://mirror.umd.edu/archlinux/$repo/os/$arch
Server = http://mirror.vtti.vt.edu/archlinux/$repo/os/$arch
Server = http://mirrors.xmission.com/archlinux/$repo/os/$arch
Server = http://mirrors.xtom.com/archlinux/$repo/os/$arch
Server = https://mirrors.xtom.com/archlinux/$repo/os/$arch

I have generated above from https://www.archlinux.org/mirrorlist/ by selecting my country followed by america in case my country mirrors fail. I have only did this a while ago, usually my mirrorlist is maintained by reflector. I have tried updating via both versions of mirrorlist but the linux kernel still says the same.
Is kernel here the real issue? Are my drivers not working because my kernel isn't upto date?

Last edited by TimeTraveller (2018-10-17 06:32:54)

Offline

#20 2018-10-17 07:00:02

seth
Member
Registered: 2012-09-03
Posts: 51,143

Re: [SOLVED] CUDA and nvidia drivers installation issue

Yes, the nvidia kernel module does not match the kernel API because it's newer than the kernel.

At least mirror.cse.iitk.ac.in has the recent kernel and was updated this morning.
You once seemed to have had archlinuxfr in the repos (binary yaourt installation), but there're no external repos in the conf - there's no obvious reason why you get an old database…

date # post the output
sudo pacman -Syu 2>&1 | tee ~/pacman_syu.log # post/paste the file

Offline

#21 2018-10-17 08:00:04

TimeTraveller
Member
Registered: 2018-07-16
Posts: 15

Re: [SOLVED] CUDA and nvidia drivers installation issue

seth wrote:

Yes, the nvidia kernel module does not match the kernel API because it's newer than the kernel.

At least mirror.cse.iitk.ac.in has the recent kernel and was updated this morning.
You once seemed to have had archlinuxfr in the repos (binary yaourt installation), but there're no external repos in the conf - there's no obvious reason why you get an old database…

date # post the output
sudo pacman -Syu 2>&1 | tee ~/pacman_syu.log # post/paste the file

Thank you!
Turns out my top mirror ( mirror.cse.iitk.ac.in  ) wasn't updated yesterday when I was doing my updates.
The mirror has now updated and my kernel has successfully updated to 4.18.14, I installed the nvidia drivers and they work perfectly fine, so does CUDA! My neural net is training on CUDA right now as I type this.
Thanks a lot to everyone for helping me out.
I've learned the lesson to keep my system, especially the kernel up to date before installing new drivers or even normal packages.

Offline

Board footer

Powered by FluxBB