You are not logged in.

#1 2020-12-07 08:39:37

wushuzh
Member
Registered: 2015-08-19
Posts: 14

[SOLVED] startx does not start gnome-classic after upgrade

I did system upgrade: I did not do this for a long time (more than half a year)

Now I found I cannot get my gnome classic up and running after I execute

startx

in rootless mode.

Here is my xinitrc file

$ cat .xinitrc
#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







    xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then







    xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi

#twm &
#xclock -geometry 50x50-1+1 &
#xterm -geometry 80x50+494+51 &
#xterm -geometry 80x20+494-0 &
#exec xterm -geometry 80x66+0+0 -name login

export XDG_CURRENT_DESKTOP=GNOME-Classic:GNOME
export GHOME_SHELL_SESSION_MODE=classic
exec gnome-session --session=gnome-classic

A white screen appears with a sad face and the following message:

Oh no! Something has gone wrong.
A problem ha occurred and the sytem can't recover.
Please log out and try again.

Log Out button

I did not find much info in the console output:

X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
Build Operating System: Linux Arch Linux
Current Operating System: Linux veronica 5.9.11-arch2-1 #1 SMP PREEMPT Sat, 28 Nov 2020 02:07:22 +0000 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=3290a766-b641-4578-b630-218f172b63e2 rw loglevel=3 quiet
Build Date: 01 December 2020  07:51:57PM
 
Current version of pixman: 0.40.0
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/home/wushuzh/.local/share/xorg/Xorg.0.log", Time: Mon Dec  7 15:55:48 2020
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
xinit: connection to X server lost

waiting for X server to shut down (II) Server terminated successfully (0). Closing log file.

I saw the error msg is , but I am not sure if it's relevant to my issue or not ? Does this mean some module is not installed then X tried to fall back on other instead ?

[  5822.181] (EE) Failed to load module "intel" (module does not exist, 0)
...
[  5822.182] (EE) Failed to load module "fbdev" (module does not exist, 0)
...
[  5822.182] (EE) Failed to load module "vesa" (module does not exist, 0)

I've done the following checks and upgrades on my system and I am not sure how to investigate this issue further more.

1. get vga info from lspci

$ lspci -v | grep -A1 -e VGA -e 3D
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Desktop) (prog-if 00 [VGA controller])
        DeviceName: Onboard - Video

2. the package status

  • mesa (20.2.3-1)

  • xf86-video-intel is not installed

3. enable early KMS

$ cat /etc/mkinitcpio.conf |grep -i i915
MODULES=(i915)

$ sudo -i
...
# mkinitcpio -P

# reboot

The complete Xorg log is as following:

[  4783.305] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  4783.306] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[  4783.306] Build Operating System: Linux Arch Linux
[  4783.306] Current Operating System: Linux veronica 5.9.11-arch2-1 #1 SMP PREEMPT Sat, 28 Nov 2020 02:07:22 +0000 x86_64
[  4783.306] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=3290a766-b641-4578-b630-218f172b63e2 rw loglevel=3 quiet
[  4783.306] Build Date: 01 December 2020  07:51:57PM
[  4783.306]  
[  4783.306] Current version of pixman: 0.40.0
[  4783.306] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  4783.306] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4783.306] (==) Log file: "/home/wushuzh/.local/share/xorg/Xorg.0.log", Time: Mon Dec  7 15:55:48 2020
[  4783.306] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  4783.306] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  4783.306] (==) No Layout section.  Using the first Screen section.
[  4783.306] (==) No screen section available. Using defaults.
[  4783.306] (**) |-->Screen "Default Screen Section" (0)
[  4783.306] (**) |   |-->Monitor "<default monitor>"
[  4783.306] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  4783.306] (==) Automatically adding devices
[  4783.306] (==) Automatically enabling devices
[  4783.306] (==) Automatically adding GPU devices
[  4783.306] (==) Automatically binding GPU devices
[  4783.306] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  4783.306] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  4783.306] 	Entry deleted from font path.
[  4783.306] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  4783.306] 	Entry deleted from font path.
[  4783.306] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  4783.306] 	Entry deleted from font path.
[  4783.306] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  4783.306] 	Entry deleted from font path.
[  4783.306] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  4783.306] 	Entry deleted from font path.
[  4783.306] (==) FontPath set to:
	/usr/share/fonts/OTF
[  4783.306] (==) ModulePath set to "/usr/lib/xorg/modules"
[  4783.306] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  4783.306] (II) Module ABI versions:
[  4783.306] 	X.Org ANSI C Emulation: 0.4
[  4783.306] 	X.Org Video Driver: 24.1
[  4783.306] 	X.Org XInput driver : 24.1
[  4783.306] 	X.Org Server Extension : 10.0
[  4783.307] (++) using VT number 1

[  4783.308] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_34
[  4783.309] (II) xfree86: Adding drm device (/dev/dri/card0)
[  4783.309] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[  4783.310] (--) PCI:*(0@0:2:0) 8086:3e92:17aa:3133 rev 0, Mem @ 0xb0000000/16777216, 0xa0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[  4783.310] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  4783.310] (II) LoadModule: "glx"
[  4783.310] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  4783.311] (II) Module glx: vendor="X.Org Foundation"
[  4783.311] 	compiled for 1.20.10, module version = 1.0.0
[  4783.311] 	ABI class: X.Org Server Extension, version 10.0
[  4783.311] (==) Matched intel as autoconfigured driver 0
[  4783.311] (==) Matched modesetting as autoconfigured driver 1
[  4783.311] (==) Matched fbdev as autoconfigured driver 2
[  4783.311] (==) Matched vesa as autoconfigured driver 3
[  4783.311] (==) Assigned the driver to the xf86ConfigLayout
[  4783.311] (II) LoadModule: "intel"
[  4783.311] (WW) Warning, couldn't open module intel
[  4783.311] (EE) Failed to load module "intel" (module does not exist, 0)
[  4783.311] (II) LoadModule: "modesetting"
[  4783.311] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  4783.311] (II) Module modesetting: vendor="X.Org Foundation"
[  4783.311] 	compiled for 1.20.10, module version = 1.20.10
[  4783.311] 	Module class: X.Org Video Driver
[  4783.311] 	ABI class: X.Org Video Driver, version 24.1
[  4783.311] (II) LoadModule: "fbdev"
[  4783.311] (WW) Warning, couldn't open module fbdev
[  4783.311] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  4783.311] (II) LoadModule: "vesa"
[  4783.311] (WW) Warning, couldn't open module vesa
[  4783.311] (EE) Failed to load module "vesa" (module does not exist, 0)
[  4783.311] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  4783.311] (II) modeset(0): using drv /dev/dri/card0
[  4783.311] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  4783.311] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  4783.311] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  4783.311] (==) modeset(0): RGB weight 888
[  4783.311] (==) modeset(0): Default visual is TrueColor
[  4783.311] (II) Loading sub module "glamoregl"
[  4783.311] (II) LoadModule: "glamoregl"
[  4783.311] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  4783.313] (II) Module glamoregl: vendor="X.Org Foundation"
[  4783.313] 	compiled for 1.20.10, module version = 1.0.1
[  4783.313] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4783.342] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[  4783.342] (II) modeset(0): glamor initialized
[  4783.370] (II) modeset(0): Output HDMI-1 has no monitor section
[  4783.381] (II) modeset(0): Output HDMI-2 has no monitor section
[  4783.381] (II) modeset(0): Output DP-1 has no monitor section
[  4783.409] (II) modeset(0): EDID for output HDMI-1
[  4783.409] (II) modeset(0): Manufacturer: LEN  Model: 61b7  Serial#: 0
[  4783.409] (II) modeset(0): Year: 2019  Week: 31
[  4783.409] (II) modeset(0): EDID Version: 1.3
[  4783.409] (II) modeset(0): Digital Display Input
[  4783.409] (II) modeset(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[  4783.409] (II) modeset(0): Gamma: 2.20
[  4783.409] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[  4783.409] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  4783.409] (II) modeset(0): First detailed timing is preferred mode
[  4783.409] (II) modeset(0): redX: 0.636 redY: 0.341   greenX: 0.295 greenY: 0.621
[  4783.409] (II) modeset(0): blueX: 0.152 blueY: 0.053   whiteX: 0.313 whiteY: 0.329
[  4783.409] (II) modeset(0): Supported established timings:
[  4783.409] (II) modeset(0): 720x400@70Hz
[  4783.409] (II) modeset(0): 640x480@60Hz
[  4783.409] (II) modeset(0): 640x480@72Hz
[  4783.409] (II) modeset(0): 640x480@75Hz
[  4783.409] (II) modeset(0): 800x600@56Hz
[  4783.409] (II) modeset(0): 800x600@60Hz
[  4783.409] (II) modeset(0): 800x600@72Hz
[  4783.409] (II) modeset(0): 800x600@75Hz
[  4783.409] (II) modeset(0): 832x624@75Hz
[  4783.409] (II) modeset(0): 1024x768@60Hz
[  4783.409] (II) modeset(0): 1024x768@70Hz
[  4783.409] (II) modeset(0): 1024x768@75Hz
[  4783.409] (II) modeset(0): 1280x1024@75Hz
[  4783.409] (II) modeset(0): Manufacturer's mask: 0
[  4783.409] (II) modeset(0): Supported standard timings:
[  4783.409] (II) modeset(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  4783.409] (II) modeset(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  4783.409] (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 70  vid: 35457
[  4783.409] (II) modeset(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  4783.409] (II) modeset(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[  4783.409] (II) modeset(0): #5: hsize: 1600  vsize 900  refresh: 75  vid: 53161
[  4783.409] (II) modeset(0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  4783.409] (II) modeset(0): Supported detailed timing:
[  4783.409] (II) modeset(0): clock: 148.5 MHz   Image Size:  476 x 267 mm
[  4783.409] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  4783.409] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  4783.409] (II) modeset(0): Monitor name: TE24-10
[  4783.409] (II) modeset(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 165 MHz
[  4783.409] (II) modeset(0): Serial No: U5HAXR5A
[  4783.409] (II) modeset(0): Supported detailed timing:
[  4783.409] (II) modeset(0): clock: 74.2 MHz   Image Size:  708 x 398 mm
[  4783.409] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  4783.409] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[  4783.409] (II) modeset(0): Supported detailed timing:
[  4783.409] (II) modeset(0): clock: 119.0 MHz   Image Size:  476 x 267 mm
[  4783.409] (II) modeset(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
[  4783.409] (II) modeset(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
[  4783.409] (II) modeset(0): Supported detailed timing:
[  4783.409] (II) modeset(0): clock: 88.8 MHz   Image Size:  476 x 267 mm
[  4783.409] (II) modeset(0): h_active: 1440  h_sync: 1488  h_sync_end 1520 h_blank_end 1600 h_border: 0
[  4783.409] (II) modeset(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 926 v_border: 0
[  4783.409] (II) modeset(0): Supported detailed timing:
[  4783.409] (II) modeset(0): clock: 85.5 MHz   Image Size:  476 x 267 mm
[  4783.409] (II) modeset(0): h_active: 1366  h_sync: 1436  h_sync_end 1579 h_blank_end 1792 h_border: 0
[  4783.409] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 774 v_blanking: 798 v_border: 0
[  4783.409] (II) modeset(0): Number of EDID sections to follow: 1
[  4783.409] (II) modeset(0): EDID (in hex):
[  4783.409] (II) modeset(0): 	00ffffffffffff0030aeb76100000000
[  4783.409] (II) modeset(0): 	1f1d010380351e78ead825a2574b9f27
[  4783.409] (II) modeset(0): 	0d5054afef00714f8180818a9500a9c0
[  4783.409] (II) modeset(0): 	a9cfb3000101023a801871382d40582c
[  4783.409] (II) modeset(0): 	4500dc0b1100001e000000fc00544532
[  4783.409] (II) modeset(0): 	342d31300a2020202020000000fd0032
[  4783.409] (II) modeset(0): 	4b1e5110000a202020202020000000ff
[  4783.409] (II) modeset(0): 	0055354841585235410a2020202001d2
[  4783.409] (II) modeset(0): 	020316b14b9005040302011f12131411
[  4783.409] (II) modeset(0): 	65030c001000011d8018711c1620582c
[  4783.409] (II) modeset(0): 	2500c48e2100009e7c2e90a0601a1e40
[  4783.409] (II) modeset(0): 	30203600dc0b1100001cab22a0a05084
[  4783.409] (II) modeset(0): 	1a3030203600dc0b1100001c662156aa
[  4783.409] (II) modeset(0): 	51001e30468f3300dc0b1100001e0000
[  4783.409] (II) modeset(0): 	00000000000000000000000000000000
[  4783.409] (II) modeset(0): 	000000000000000000000000000000d5
[  4783.409] (II) modeset(0): Printing probed modes for output HDMI-1
[  4783.409] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  4783.409] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  4783.409] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  4783.409] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[  4783.409] (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[  4783.409] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[  4783.409] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 -hsync +vsync (64.7 kHz e)
[  4783.409] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[  4783.409] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  4783.409] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  4783.409] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 -hsync +vsync (55.5 kHz e)
[  4783.409] (II) modeset(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[  4783.409] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  4783.409] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  4783.409] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  4783.409] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  4783.409] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  4783.409] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  4783.409] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4783.409] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  4783.409] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[  4783.409] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  4783.409] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4783.409] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  4783.409] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  4783.409] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  4783.409] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  4783.409] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  4783.409] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[  4783.409] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4783.409] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4783.409] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  4783.420] (II) modeset(0): EDID for output HDMI-2
[  4783.421] (II) modeset(0): EDID for output DP-1
[  4783.421] (II) modeset(0): Output HDMI-1 connected
[  4783.421] (II) modeset(0): Output HDMI-2 disconnected
[  4783.421] (II) modeset(0): Output DP-1 disconnected
[  4783.421] (II) modeset(0): Using exact sizes for initial modes
[  4783.421] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[  4783.421] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  4783.421] (==) modeset(0): DPI set to (96, 96)
[  4783.421] (II) Loading sub module "fb"
[  4783.421] (II) LoadModule: "fb"
[  4783.421] (II) Loading /usr/lib/xorg/modules/libfb.so
[  4783.421] (II) Module fb: vendor="X.Org Foundation"
[  4783.421] 	compiled for 1.20.10, module version = 1.0.0
[  4783.421] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4783.426] (==) modeset(0): Backing store enabled
[  4783.426] (==) modeset(0): Silken mouse disabled
[  4783.568] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  4783.568] (==) modeset(0): DPMS enabled
[  4783.568] (II) modeset(0): [DRI2] Setup complete
[  4783.568] (II) modeset(0): [DRI2]   DRI driver: iris
[  4783.568] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[  4783.568] (II) Initializing extension Generic Event Extension
[  4783.568] (II) Initializing extension SHAPE
[  4783.568] (II) Initializing extension MIT-SHM
[  4783.568] (II) Initializing extension XInputExtension
[  4783.568] (II) Initializing extension XTEST
[  4783.569] (II) Initializing extension BIG-REQUESTS
[  4783.569] (II) Initializing extension SYNC
[  4783.569] (II) Initializing extension XKEYBOARD
[  4783.569] (II) Initializing extension XC-MISC
[  4783.569] (II) Initializing extension SECURITY
[  4783.569] (II) Initializing extension XFIXES
[  4783.569] (II) Initializing extension RENDER
[  4783.569] (II) Initializing extension RANDR
[  4783.569] (II) Initializing extension COMPOSITE
[  4783.569] (II) Initializing extension DAMAGE
[  4783.569] (II) Initializing extension MIT-SCREEN-SAVER
[  4783.569] (II) Initializing extension DOUBLE-BUFFER
[  4783.569] (II) Initializing extension RECORD
[  4783.569] (II) Initializing extension DPMS
[  4783.569] (II) Initializing extension Present
[  4783.569] (II) Initializing extension DRI3
[  4783.569] (II) Initializing extension X-Resource
[  4783.569] (II) Initializing extension XVideo
[  4783.569] (II) Initializing extension XVideo-MotionCompensation
[  4783.569] (II) Initializing extension GLX
[  4783.593] (II) AIGLX: Loaded and initialized iris
[  4783.593] (II) GLX: Initialized DRI2 GL provider for screen 0
[  4783.593] (II) Initializing extension XFree86-VidModeExtension
[  4783.593] (II) Initializing extension XFree86-DGA
[  4783.593] (II) Initializing extension XFree86-DRI
[  4783.593] (II) Initializing extension DRI2
[  4783.596] (II) modeset(0): Damage tracking initialized
[  4783.596] (II) modeset(0): Setting screen physical size to 508 x 285
[  4783.636] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  4783.636] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  4783.636] (**) Power Button: Applying InputClass "system-keyboard"
[  4783.636] (II) LoadModule: "libinput"
[  4783.636] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  4783.638] (II) Module libinput: vendor="X.Org Foundation"
[  4783.638] 	compiled for 1.20.8, module version = 0.30.0
[  4783.638] 	Module class: X.Org XInput Driver
[  4783.638] 	ABI class: X.Org XInput driver, version 24.1
[  4783.638] (II) Using input driver 'libinput' for 'Power Button'
[  4783.639] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 19 paused 0
[  4783.639] (**) Power Button: always reports core events
[  4783.639] (**) Option "Device" "/dev/input/event2"
[  4783.639] (**) Option "_source" "server/udev"
[  4783.641] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  4783.641] (II) event2  - Power Button: device is a keyboard
[  4783.641] (II) event2  - Power Button: device removed
[  4783.641] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  4783.641] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  4783.641] (**) Option "xkb_layout" "us,cn"
[  4783.641] (**) Option "xkb_variant" ","
[  4783.666] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  4783.666] (II) event2  - Power Button: device is a keyboard
[  4783.667] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[  4783.667] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  4783.667] (**) Video Bus: Applying InputClass "system-keyboard"
[  4783.667] (II) Using input driver 'libinput' for 'Video Bus'
[  4783.668] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 22 paused 0
[  4783.668] (**) Video Bus: always reports core events
[  4783.668] (**) Option "Device" "/dev/input/event3"
[  4783.668] (**) Option "_source" "server/udev"
[  4783.669] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  4783.669] (II) event3  - Video Bus: device is a keyboard
[  4783.669] (II) event3  - Video Bus: device removed
[  4783.669] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[  4783.669] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  4783.669] (**) Option "xkb_layout" "us,cn"
[  4783.669] (**) Option "xkb_variant" ","
[  4783.670] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  4783.670] (II) event3  - Video Bus: device is a keyboard
[  4783.671] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  4783.671] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  4783.671] (**) Power Button: Applying InputClass "system-keyboard"
[  4783.671] (II) Using input driver 'libinput' for 'Power Button'
[  4783.672] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 23 paused 0
[  4783.672] (**) Power Button: always reports core events
[  4783.672] (**) Option "Device" "/dev/input/event1"
[  4783.672] (**) Option "_source" "server/udev"
[  4783.673] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  4783.673] (II) event1  - Power Button: device is a keyboard
[  4783.673] (II) event1  - Power Button: device removed
[  4783.673] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  4783.673] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  4783.673] (**) Option "xkb_layout" "us,cn"
[  4783.673] (**) Option "xkb_variant" ","
[  4783.674] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  4783.674] (II) event1  - Power Button: device is a keyboard
[  4783.675] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[  4783.675] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  4783.675] (**) Sleep Button: Applying InputClass "system-keyboard"
[  4783.675] (II) Using input driver 'libinput' for 'Sleep Button'
[  4783.676] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 24 paused 0
[  4783.676] (**) Sleep Button: always reports core events
[  4783.676] (**) Option "Device" "/dev/input/event0"
[  4783.676] (**) Option "_source" "server/udev"
[  4783.677] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  4783.677] (II) event0  - Sleep Button: device is a keyboard
[  4783.677] (II) event0  - Sleep Button: device removed
[  4783.677] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[  4783.677] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  4783.677] (**) Option "xkb_layout" "us,cn"
[  4783.677] (**) Option "xkb_variant" ","
[  4783.678] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  4783.678] (II) event0  - Sleep Button: device is a keyboard
[  4783.679] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard (/dev/input/event4)
[  4783.679] (**) LiteOn Lenovo Traditional USB Keyboard: Applying InputClass "libinput keyboard catchall"
[  4783.679] (**) LiteOn Lenovo Traditional USB Keyboard: Applying InputClass "system-keyboard"
[  4783.679] (II) Using input driver 'libinput' for 'LiteOn Lenovo Traditional USB Keyboard'
[  4783.680] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[  4783.680] (**) LiteOn Lenovo Traditional USB Keyboard: always reports core events
[  4783.680] (**) Option "Device" "/dev/input/event4"
[  4783.680] (**) Option "_source" "server/udev"
[  4783.682] (II) event4  - LiteOn Lenovo Traditional USB Keyboard: is tagged by udev as: Keyboard
[  4783.682] (II) event4  - LiteOn Lenovo Traditional USB Keyboard: device is a keyboard
[  4783.682] (II) event4  - LiteOn Lenovo Traditional USB Keyboard: device removed
[  4783.682] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:17EF:6099.0001/input/input4/event4"
[  4783.682] (II) XINPUT: Adding extended input device "LiteOn Lenovo Traditional USB Keyboard" (type: KEYBOARD, id 10)
[  4783.682] (**) Option "xkb_layout" "us,cn"
[  4783.682] (**) Option "xkb_variant" ","
[  4783.684] (II) event4  - LiteOn Lenovo Traditional USB Keyboard: is tagged by udev as: Keyboard
[  4783.684] (II) event4  - LiteOn Lenovo Traditional USB Keyboard: device is a keyboard
[  4783.685] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard System Control (/dev/input/event5)
[  4783.685] (**) LiteOn Lenovo Traditional USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  4783.685] (**) LiteOn Lenovo Traditional USB Keyboard System Control: Applying InputClass "system-keyboard"
[  4783.685] (II) Using input driver 'libinput' for 'LiteOn Lenovo Traditional USB Keyboard System Control'
[  4783.686] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 26 paused 0
[  4783.686] (**) LiteOn Lenovo Traditional USB Keyboard System Control: always reports core events
[  4783.686] (**) Option "Device" "/dev/input/event5"
[  4783.686] (**) Option "_source" "server/udev"
[  4783.688] (II) event5  - LiteOn Lenovo Traditional USB Keyboard System Control: is tagged by udev as: Keyboard
[  4783.688] (II) event5  - LiteOn Lenovo Traditional USB Keyboard System Control: device is a keyboard
[  4783.688] (II) event5  - LiteOn Lenovo Traditional USB Keyboard System Control: device removed
[  4783.688] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:17EF:6099.0002/input/input5/event5"
[  4783.688] (II) XINPUT: Adding extended input device "LiteOn Lenovo Traditional USB Keyboard System Control" (type: KEYBOARD, id 11)
[  4783.688] (**) Option "xkb_layout" "us,cn"
[  4783.688] (**) Option "xkb_variant" ","
[  4783.690] (II) event5  - LiteOn Lenovo Traditional USB Keyboard System Control: is tagged by udev as: Keyboard
[  4783.690] (II) event5  - LiteOn Lenovo Traditional USB Keyboard System Control: device is a keyboard
[  4783.691] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard Consumer Control (/dev/input/event6)
[  4783.691] (**) LiteOn Lenovo Traditional USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  4783.691] (**) LiteOn Lenovo Traditional USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[  4783.691] (II) Using input driver 'libinput' for 'LiteOn Lenovo Traditional USB Keyboard Consumer Control'
[  4783.692] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 27 paused 0
[  4783.692] (**) LiteOn Lenovo Traditional USB Keyboard Consumer Control: always reports core events
[  4783.692] (**) Option "Device" "/dev/input/event6"
[  4783.692] (**) Option "_source" "server/udev"
[  4783.694] (II) event6  - LiteOn Lenovo Traditional USB Keyboard Consumer Control: is tagged by udev as: Keyboard Joystick
[  4783.694] (II) event6  - LiteOn Lenovo Traditional USB Keyboard Consumer Control: device is a keyboard
[  4783.694] (II) event6  - LiteOn Lenovo Traditional USB Keyboard Consumer Control: device removed
[  4783.694] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:17EF:6099.0002/input/input6/event6"
[  4783.694] (II) XINPUT: Adding extended input device "LiteOn Lenovo Traditional USB Keyboard Consumer Control" (type: KEYBOARD, id 12)
[  4783.694] (**) Option "xkb_layout" "us,cn"
[  4783.694] (**) Option "xkb_variant" ","
[  4783.696] (II) event6  - LiteOn Lenovo Traditional USB Keyboard Consumer Control: is tagged by udev as: Keyboard Joystick
[  4783.696] (II) event6  - LiteOn Lenovo Traditional USB Keyboard Consumer Control: device is a keyboard
[  4783.696] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard Consumer Control (/dev/input/js0)
[  4783.696] (**) LiteOn Lenovo Traditional USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[  4783.696] (II) No input driver specified, ignoring this device.
[  4783.696] (II) This device may have been added with another device file.
[  4783.697] (II) config/udev: Adding input device Lenovo USB Optical Mouse (/dev/input/event7)
[  4783.697] (**) Lenovo USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[  4783.697] (II) Using input driver 'libinput' for 'Lenovo USB Optical Mouse'
[  4783.698] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 28 paused 0
[  4783.698] (**) Lenovo USB Optical Mouse: always reports core events
[  4783.698] (**) Option "Device" "/dev/input/event7"
[  4783.698] (**) Option "_source" "server/udev"
[  4783.699] (II) event7  - Lenovo USB Optical Mouse: is tagged by udev as: Mouse
[  4783.699] (II) event7  - Lenovo USB Optical Mouse: device is a pointer
[  4783.699] (II) event7  - Lenovo USB Optical Mouse: device removed
[  4783.699] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:17EF:608D.0003/input/input7/event7"
[  4783.699] (II) XINPUT: Adding extended input device "Lenovo USB Optical Mouse" (type: MOUSE, id 13)
[  4783.699] (**) Option "AccelerationScheme" "none"
[  4783.699] (**) Lenovo USB Optical Mouse: (accel) selected scheme none/0
[  4783.699] (**) Lenovo USB Optical Mouse: (accel) acceleration factor: 2.000
[  4783.699] (**) Lenovo USB Optical Mouse: (accel) acceleration threshold: 4
[  4783.701] (II) event7  - Lenovo USB Optical Mouse: is tagged by udev as: Mouse
[  4783.701] (II) event7  - Lenovo USB Optical Mouse: device is a pointer
[  4783.701] (II) config/udev: Adding input device Lenovo USB Optical Mouse (/dev/input/mouse0)
[  4783.701] (II) No input driver specified, ignoring this device.
[  4783.701] (II) This device may have been added with another device file.
[  4783.702] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[  4783.702] (II) No input driver specified, ignoring this device.
[  4783.702] (II) This device may have been added with another device file.
[  4785.845] (**) Option "fd" "19"
[  4785.845] (II) event2  - Power Button: device removed
[  4785.845] (**) Option "fd" "22"
[  4785.845] (II) event3  - Video Bus: device removed
[  4785.845] (**) Option "fd" "23"
[  4785.845] (II) event1  - Power Button: device removed
[  4785.845] (**) Option "fd" "24"
[  4785.845] (II) event0  - Sleep Button: device removed
[  4785.845] (**) Option "fd" "25"
[  4785.845] (II) event4  - LiteOn Lenovo Traditional USB Keyboard: device removed
[  4785.845] (**) Option "fd" "26"
[  4785.845] (II) event5  - LiteOn Lenovo Traditional USB Keyboard System Control: device removed
[  4785.845] (**) Option "fd" "27"
[  4785.845] (II) event6  - LiteOn Lenovo Traditional USB Keyboard Consumer Control: device removed
[  4785.845] (**) Option "fd" "28"
[  4785.845] (II) event7  - Lenovo USB Optical Mouse: device removed
[  4785.851] (II) UnloadModule: "libinput"
[  4785.851] (II) systemd-logind: releasing fd for 13:71
[  4785.921] (II) UnloadModule: "libinput"
[  4785.921] (II) systemd-logind: releasing fd for 13:70
[  4785.974] (II) UnloadModule: "libinput"
[  4785.974] (II) systemd-logind: releasing fd for 13:69
[  4786.000] (II) UnloadModule: "libinput"
[  4786.000] (II) systemd-logind: releasing fd for 13:68
[  4786.037] (II) UnloadModule: "libinput"
[  4786.037] (II) systemd-logind: releasing fd for 13:64
[  4786.080] (II) UnloadModule: "libinput"
[  4786.081] (II) systemd-logind: releasing fd for 13:65
[  4786.107] (II) UnloadModule: "libinput"
[  4786.107] (II) systemd-logind: releasing fd for 13:67
[  4786.161] (II) UnloadModule: "libinput"
[  4786.161] (II) systemd-logind: releasing fd for 13:66
[  4786.241] (II) Server terminated successfully (0). Closing log file.

Last edited by wushuzh (2020-12-11 01:24:07)

Offline

#2 2020-12-07 13:47:09

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,961

Re: [SOLVED] startx does not start gnome-classic after upgrade

The xorg log shows no errors, the problem appears to be with starting gnome .

Does gnome start if you try an X11 session instead of classic ?

ADDED:

Are you using an amd videocard that uses the radeon kernel module ?
https://bbs.archlinux.org/viewtopic.php?id=261502

Last edited by Lone_Wolf (2020-12-07 17:25:53)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2020-12-08 01:32:00

wushuzh
Member
Registered: 2015-08-19
Posts: 14

Re: [SOLVED] startx does not start gnome-classic after upgrade

Yes, the gnome can be started if it's configured as following.  So my issue is related to gnome classic ? If there is extra logs I should check ?

export XDG_SESSION_TYPE=x11
export GDK_BACKEND=x11
exec gnome-session

I also installed xorg-twm and xterm, uncomment default lines of .xinitrc, it can be started successfully as well.

twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name login

I don't have the hw spec of the PC, which is borrowed from others.

But I don't think there is an amd videocard in this PC.

Anyway, I checked with lshw command. Is it correct ? Or there is other better way to check this ?

sudo lshw -c video
[sudo] password for wushuzh: 
  *-display                 
       description: VGA compatible controller
       product: UHD Graphics 630 (Desktop)
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:124 memory:b0000000-b0ffffff memory:a0000000-afffffff ioport:3000(size=64) memory:c0000-dffff

Offline

#4 2020-12-08 04:41:01

Max13
Member
From: México
Registered: 2017-08-19
Posts: 12

Re: [SOLVED] startx does not start gnome-classic after upgrade

Mesa is the gulty, I had the same issue. I solved it downgrading the mesa package to mesa 20.2.2

Last edited by Max13 (2020-12-08 04:41:54)

Offline

#5 2020-12-08 11:33:51

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,961

Re: [SOLVED] startx does not start gnome-classic after upgrade

wushuzh wrote:

Anyway, I checked with lshw command. Is it correct ? Or there is other better way to check this ?

Most users of this forum prefer more targeted information, for hardware info lspci -k is very useful.

In this case lshw + xorg log confirm eachothers results : one videocard , an integrated intel GPU .
The mesa bug that's been reported does not affect you.

I suggest you reboot and try with gnome-classic.
In case it fails again , run (as root)

# journalctl -b

and post the log (use a pastebin client) .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2020-12-09 01:21:40

wushuzh
Member
Registered: 2015-08-19
Posts: 14

Re: [SOLVED] startx does not start gnome-classic after upgrade

Hi Lone_Wolf,

I rebooted and tried with gnome-classic again.

My journalctl log now is available in http://ix.io/2HeI

Also thanks for your advise on the command. I copied the result here in case it may be useful.

# lspci -k
00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
        DeviceName: Onboard - Other
        Subsystem: Lenovo Device 3133
        Kernel driver in use: skl_uncore
        Kernel modules: ie31200_edac
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Desktop)
        DeviceName: Onboard - Video
        Subsystem: Lenovo Device 3133
        Kernel driver in use: i915
        Kernel modules: i915
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
        DeviceName: Onboard - Other
        Subsystem: Lenovo Device 3133
00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller (rev 10)
        DeviceName: Onboard - Other
        Subsystem: Lenovo Device 3133
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
00:14.2 RAM memory: Intel Corporation Cannon Lake PCH Shared SRAM (rev 10)
        DeviceName: Onboard - Other
        Subsystem: Lenovo Device 3133
00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI Controller (rev 10)
        DeviceName: Onboard - Other
        Subsystem: Lenovo Device 3133
        Kernel driver in use: mei_me
        Kernel modules: mei_me
00:16.3 Serial controller: Intel Corporation Cannon Lake PCH Active Management Technology - SOL (rev 10)
        DeviceName: Onboard - Other
        Subsystem: Lenovo Device 3133
        Kernel driver in use: serial
00:17.0 SATA controller: Intel Corporation Cannon Lake PCH SATA AHCI Controller (rev 10)
        DeviceName: Onboard - SATA
        Subsystem: Lenovo Device 3133
        Kernel driver in use: ahci
00:1c.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #7 (rev f0)
        Kernel driver in use: pcieport
00:1f.0 ISA bridge: Intel Corporation Q370 Chipset LPC/eSPI Controller (rev 10)
        DeviceName: Onboard - Other
        Subsystem: Lenovo Device 3133
00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
        DeviceName: Onboard - Sound
        Subsystem: Lenovo Device 3133
        Kernel driver in use: sof-audio-pci
        Kernel modules: snd_hda_intel, snd_soc_skl, snd_sof_pci
00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10)
        DeviceName: Onboard - Other
        Subsystem: Lenovo Device 3133
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801
00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH SPI Controller (rev 10)
        DeviceName: Onboard - Other
        Subsystem: Lenovo Device 3133
        Kernel driver in use: intel-spi
        Kernel modules: intel_spi_pci
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (7) I219-LM (rev 10)
        DeviceName: Onboard - Ethernet
        Subsystem: Lenovo Device 3133
        Kernel driver in use: e1000e
        Kernel modules: e1000e

Offline

#7 2020-12-09 12:31:06

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,961

Re: [SOLVED] startx does not start gnome-classic after upgrade

Dec 09 09:09:45 veronica gnome-session[677]: gnome-session-binary[677]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-tty@gnome-classic.target not found.
Dec 09 09:09:45 veronica gnome-session-binary[677]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-tty@gnome-classic.target not found.
Dec 09 09:09:45 veronica gnome-session[677]: gnome-session-binary[677]: WARNING: Could not get session id for session. Check that logind is properly installed and pam_systemd is getting used at login.
Dec 09 09:09:45 veronica gnome-session-binary[677]: WARNING: Could not get session id for session. Check that logind is properly installed and pam_systemd is getting used at login.
Dec 09 09:09:45 veronica gnome-session-binary[677]: Entering running state

Searching for that led me to https://bbs.archlinux.org/viewtopic.php?id=249302  .

your xinitrc looks correct and follows the wiki .
possibly a systemd or gnome change causes this.

No time now to dig further, please post the pacman log from the update.

I also suggest you change the title to clarify the problem is with gnome-classic .

Last edited by Lone_Wolf (2020-12-09 12:32:17)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#8 2020-12-10 04:51:25

wushuzh
Member
Registered: 2015-08-19
Posts: 14

Re: [SOLVED] startx does not start gnome-classic after upgrade

I've just changed the title.

Also here is the related lines from pacman.log for my upgrade

  2325  [2020-12-03T17:56:46+0800] [PACMAN] Running 'pacman -S archlinux-keyring'
  2326  [2020-12-03T17:56:51+0800] [ALPM] transaction started
  2327  [2020-12-03T17:56:51+0800] [ALPM] upgraded archlinux-keyring (20200422-1 -> 20201028-1)
  2328  [2020-12-03T17:56:51+0800] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
  2329  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET] gpg: public key DB323392796CA067 is 3037 days newer than the signature
  2330  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
  2331  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Locally signing key D8AFDDA07A5B6EDFA7D8CCDAD6D055F927843F1C...
  2332  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Locally signing key DDB867B92AA789C165EEFA799B729B06A680C281...
  2333  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Locally signing key 91FFE0700E80619CEB73235CA88E23E377514E00...
  2334  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
  2335  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
  2336  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET] ==> Importing owner trust values...
  2337  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
  2338  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 8F76BEEA0289F9E1D3E229C05F946DED983D4366...
  2339  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 63F395DE2D6398BBE458F281F2DBB4931985A992...
  2340  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 50F33E2E5B0C3D900424ABE89BDCF497A4BBCC7F...
  2341  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
  2342  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 39F880E50E49A4D11341E8F939E4F17F295AFBF4...
  2343  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 8840BD07FC24CB7CE394A07CCF7037A4F27FB7DA...
  2344  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 5559BC1A32B8F76B3FCCD9555FA5E5544F010D48...
  2345  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196...
  2346  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 07DFD3A0BC213FA12EDC217559B3122E2FA915EC...
  2347  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 4FCF887689C41B09506BE8D5F3E1D5C5D30DB0AD...
  2348  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 5A2257D19FF7E1E0E415968CE62F853100F0D0F0...
  2349  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key D921CABED130A5690EF1896E81AF739EC0711BF1...
  2350  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 7FA647CD89891DEDC060287BB9113D1ED21E1A55...
  2351  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
  2352  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2...
  2353  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 5696C003B0854206450C8E5BE613C09CB4440678...
  2354  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 684148BB25B49E986A4944C55184252D824B18E8...
  2355  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 8CF934E339CAD8ABF342E822E711306E3C4F88BC...
  2356  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6...
  2357  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 5E7585ADFF106BFFBBA319DC654B877A0864983E...
  2358  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A...
  2359  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 40440DC037C05620984379A6761FAD69BA06C6A9...
  2360  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 34C5D94FE7E7913E86DC427E7FB1A3800C84C0A5...
  2361  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 1A60DC44245D06FEF90623D6EEEEE2EEEE2EEEEE...
  2362  [2020-12-03T17:56:52+0800] [ALPM-SCRIPTLET]   -> Disabling key 81D7F8241DB38BC759C80FCE3A726C6170E80477...
  2363  [2020-12-03T17:56:53+0800] [ALPM-SCRIPTLET]   -> Disabling key E7210A59715F6940CF9A4E36A001876699AD6E84...
  2364  [2020-12-03T17:56:53+0800] [ALPM-SCRIPTLET]   -> Disabling key 5357F3B111688D88C1D88119FCF2CB179205AC90...
  2365  [2020-12-03T17:56:53+0800] [ALPM-SCRIPTLET]   -> Disabling key 4D913AECD81726D9A6C74F0ADA6426DD215B37AD...
  2366  [2020-12-03T17:56:53+0800] [ALPM-SCRIPTLET]   -> Disabling key FB871F0131FEA4FB5A9192B4C8880A6406361833...
  2367  [2020-12-03T17:56:53+0800] [ALPM-SCRIPTLET]   -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
  2368  [2020-12-03T17:56:53+0800] [ALPM-SCRIPTLET]   -> Disabling key 487EACC08557AD082088DABA1EB2638FF56C0C53...
  2369  [2020-12-03T17:56:53+0800] [ALPM-SCRIPTLET]   -> Disabling key B1F2C889CB2CCB2ADA36D963097D629E437520BD...
  2370  [2020-12-03T17:56:53+0800] [ALPM-SCRIPTLET]   -> Disabling key 9515D8A8EAB88E49BB65EDBCE6B456CAF15447D5...
  2371  [2020-12-03T17:56:53+0800] [ALPM-SCRIPTLET]   -> Disabling key 76B4192E902C0A52642C63C273B8ED52F1D357C1...
  2372  [2020-12-03T17:56:53+0800] [ALPM-SCRIPTLET]   -> Disabling key 40776A5221EF5AD468A4906D42A1DB15EC133BAD...
  2373  [2020-12-03T17:56:53+0800] [ALPM-SCRIPTLET]   -> Disabling key D4DE5ABDE2A7287644EAC7E36D1A9E70E19DAA50...
  2374  [2020-12-03T17:56:53+0800] [ALPM-SCRIPTLET]   -> Disabling key 44D4A033AC140143927397D47EFD567D4C7EA887...
  2375  [2020-12-03T17:56:53+0800] [ALPM-SCRIPTLET] ==> Updating trust database...
  2376  [2020-12-03T17:56:53+0800] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2021-01-01
  2377  [2020-12-03T17:56:54+0800] [ALPM] transaction completed
  2378  [2020-12-03T17:56:54+0800] [ALPM] running '30-systemd-update.hook'...
  2379  [2020-12-03T18:09:26+0800] [PACMAN] Running 'pacman -Syyu'
  2380  [2020-12-03T18:09:26+0800] [PACMAN] synchronizing package lists
  2381  [2020-12-03T18:09:30+0800] [PACMAN] starting full system upgrade
  2382  [2020-12-03T18:10:41+0800] [ALPM] running '60-mkinitcpio-remove.hook'...
  2383  [2020-12-03T18:10:41+0800] [ALPM] running '70-dkms-remove.hook'...
  2384  [2020-12-03T18:10:42+0800] [ALPM-SCRIPTLET] ==> dkms remove rtl8812au/5.6.4.2.r9.g49e98ff -k 5.6.6-arch1-1
  2385  [2020-12-03T18:10:55+0800] [ALPM] transaction started
  2386  [2020-12-03T18:10:56+0800] [ALPM] removed xapps (1.8.0-1)
  2387  [2020-12-03T18:10:56+0800] [ALPM] removed intel-tbb (2020.2-1)
  2388  [2020-12-03T18:10:56+0800] [ALPM] removed pygobject-devel (3.36.0-2)
  2389  [2020-12-03T18:10:56+0800] [ALPM] removed libwbclient (4.11.3-3)
  2390  [2020-12-03T18:10:56+0800] [ALPM] removed libutil-linux (2.35.1-2)
  2391  [2020-12-03T18:10:56+0800] [ALPM] upgraded linux-api-headers (5.4.17-1 -> 5.8-1)
  2392  [2020-12-03T18:10:56+0800] [ALPM] upgraded tzdata (2019c-3 -> 2020d-1)
  2393  [2020-12-03T18:10:57+0800] [ALPM] upgraded iana-etc (20200401-1 -> 20201012-1)
  2394  [2020-12-03T18:10:57+0800] [ALPM] warning: /etc/nsswitch.conf installed as /etc/nsswitch.conf.pacnew
  2395  [2020-12-03T18:10:57+0800] [ALPM] warning: /etc/shadow installed as /etc/shadow.pacnew
  2396  [2020-12-03T18:10:57+0800] [ALPM] upgraded filesystem (2019.10-2 -> 2020.09.03-1)
  2397  [2020-12-03T18:10:57+0800] [ALPM] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
  2398  [2020-12-03T18:10:57+0800] [ALPM] upgraded glibc (2.31-2 -> 2.32-5)
  2399  [2020-12-03T18:10:57+0800] [ALPM-SCRIPTLET] Generating locales...
  2400  [2020-12-03T18:10:58+0800] [ALPM-SCRIPTLET]   en_US.UTF-8... done
  2401  [2020-12-03T18:11:00+0800] [ALPM-SCRIPTLET]   zh_CN.UTF-8... done
  2402  [2020-12-03T18:11:00+0800] [ALPM-SCRIPTLET] Generation complete.
  2403  [2020-12-03T18:11:02+0800] [ALPM] upgraded gcc-libs (9.3.0-1 -> 10.2.0-4)
  2404  [2020-12-03T18:11:02+0800] [ALPM] upgraded bash (5.0.016-1 -> 5.0.018-2)
  2405  [2020-12-03T18:11:03+0800] [ALPM] upgraded pambase (20190105.1-2 -> 20200721.1-2)
  2406  [2020-12-03T18:11:03+0800] [ALPM] installed util-linux-libs (2.36.1-4)
  2407  [2020-12-03T18:11:04+0800] [ALPM] upgraded e2fsprogs (1.45.6-1 -> 1.45.6-3)
  2408  [2020-12-03T18:11:04+0800] [ALPM] installed libxcrypt (4.4.17-1)
  2409  [2020-12-03T18:11:04+0800] [ALPM] upgraded perl (5.30.2-1 -> 5.32.0-3)
  2410  [2020-12-03T18:11:04+0800] [ALPM] upgraded openssl (1.1.1.g-1 -> 1.1.1.h-1)
  2411  [2020-12-03T18:11:04+0800] [ALPM] upgraded libsasl (2.1.27-2 -> 2.1.27-3)
  2412  [2020-12-03T18:11:05+0800] [ALPM] upgraded libldap (2.4.49-1 -> 2.4.56-1)
  2413  [2020-12-03T18:11:05+0800] [ALPM] upgraded keyutils (1.6.1-3 -> 1.6.3-1)
  2414  [2020-12-03T18:11:05+0800] [ALPM] upgraded krb5 (1.18-1 -> 1.18.2-1)
  2415  [2020-12-03T18:11:05+0800] [ALPM] upgraded libcap-ng (0.7.10-1 -> 0.8-1)
  2416  [2020-12-03T18:11:05+0800] [ALPM] upgraded audit (2.8.5-6 -> 2.8.5-9)
  2417  [2020-12-03T18:11:05+0800] [ALPM] upgraded pam (1.3.1-2 -> 1.5.0-1)
  2418  [2020-12-03T18:11:05+0800] [ALPM] upgraded libcap (2.33-1 -> 2.45-2)
  2419  [2020-12-03T18:11:05+0800] [ALPM] upgraded libgpg-error (1.37-1 -> 1.39-1)
  2420  [2020-12-03T18:11:05+0800] [ALPM] upgraded libgcrypt (1.8.5-2 -> 1.8.7-1)
  2421  [2020-12-03T18:11:05+0800] [ALPM] upgraded zstd (1.4.4-1 -> 1.4.5-1)
  2422  [2020-12-03T18:11:05+0800] [ALPM] upgraded systemd-libs (245.5-2 -> 247.1-1)
  2423  [2020-12-03T18:11:05+0800] [ALPM] upgraded procps-ng (3.3.16-1 -> 3.3.16-2)
  2424  [2020-12-03T18:11:05+0800] [ALPM] upgraded gpm (1.20.7.r27.g1fd1941-2 -> 1.20.7.r38.ge82d1a6-3)
  2425  [2020-12-03T18:11:05+0800] [ALPM] upgraded libxau (1.0.9-2 -> 1.0.9-3)
  2426  [2020-12-03T18:11:05+0800] [ALPM] upgraded libxdmcp (1.1.3-2 -> 1.1.3-3)
  2427  [2020-12-03T18:11:05+0800] [ALPM] upgraded xcb-proto (1.14-1 -> 1.14.1-3)
  2428  [2020-12-03T18:11:05+0800] [ALPM] upgraded libx11 (1.6.9-6 -> 1.7.0-1)
  2429  [2020-12-03T18:11:05+0800] [ALPM] upgraded aalib (1.4rc5-13 -> 1.4rc5-14)
  2430  [2020-12-03T18:11:05+0800] [ALPM] upgraded libffi (3.3-3 -> 3.3-4)
  2431  [2020-12-03T18:11:05+0800] [ALPM] upgraded bzip2 (1.0.8-3 -> 1.0.8-4)
  2432  [2020-12-03T18:11:05+0800] [ALPM] upgraded glib2 (2.64.2-1 -> 2.66.3-1)
  2433  [2020-12-03T18:11:05+0800] [ALPM] upgraded expat (2.2.9-3 -> 2.2.10-2)
  2434  [2020-12-03T18:11:05+0800] [ALPM] upgraded attr (2.4.48-2 -> 2.4.48-3)
  2435  [2020-12-03T18:11:05+0800] [ALPM] upgraded acl (2.2.53-2 -> 2.2.53-3)
  2436  [2020-12-03T18:11:05+0800] [ALPM] upgraded device-mapper (2.02.187-1 -> 2.02.187-3)
  2437  [2020-12-03T18:11:05+0800] [ALPM] upgraded popt (1.16-12 -> 1.18-1)
  2438  [2020-12-03T18:11:05+0800] [ALPM] upgraded json-c (0.13.1-3 -> 0.15-1)
  2439  [2020-12-03T18:11:05+0800] [ALPM] upgraded argon2 (20190702-2 -> 20190702-3)
  2440  [2020-12-03T18:11:05+0800] [ALPM] upgraded cryptsetup (2.3.1-1 -> 2.3.4-1)
  2441  [2020-12-03T18:11:05+0800] [ALPM] upgraded dbus (1.12.16-5 -> 1.12.20-1)
  2442  [2020-12-03T18:11:06+0800] [ALPM] upgraded libnftnl (1.1.6-1 -> 1.1.8-1)
  2443  [2020-12-03T18:11:06+0800] [ALPM] upgraded libpcap (1.9.1-2 -> 1.9.1-4)
  2444  [2020-12-03T18:11:06+0800] [ALPM] upgraded libnfnetlink (1.0.1-3 -> 1.0.1-4)
  2445  [2020-12-03T18:11:06+0800] [ALPM] upgraded iptables (1:1.8.4-1 -> 1:1.8.6-1)
  2446  [2020-12-03T18:11:06+0800] [ALPM] upgraded kbd (2.2.0-5 -> 2.3.0-2)
  2447  [2020-12-03T18:11:06+0800] [ALPM] upgraded kmod (27-1 -> 27-2)
  2448  [2020-12-03T18:11:06+0800] [ALPM] upgraded hwids (20200306-1 -> 20200813.1-1)
  2449  [2020-12-03T18:11:06+0800] [ALPM] upgraded libp11-kit (0.23.20-4 -> 0.23.21-1)
  2450  [2020-12-03T18:11:06+0800] [ALPM] upgraded p11-kit (0.23.20-4 -> 0.23.21-1)
  2451  [2020-12-03T18:11:06+0800] [ALPM] upgraded ca-certificates-utils (20181109-3 -> 20181109-4)
  2452  [2020-12-03T18:11:06+0800] [ALPM] upgraded ca-certificates-mozilla (3.51.1-1 -> 3.59-1)
  2453  [2020-12-03T18:11:06+0800] [ALPM] upgraded ca-certificates (20181109-3 -> 20181109-4)
  2454  [2020-12-03T18:11:06+0800] [ALPM] upgraded libunistring (0.9.10-2 -> 0.9.10-3)
  2455  [2020-12-03T18:11:06+0800] [ALPM] upgraded libpsl (0.21.0-2 -> 0.21.1-1)
  2456  [2020-12-03T18:11:06+0800] [ALPM] upgraded libnghttp2 (1.40.0-1 -> 1.41.0-1)
  2457  [2020-12-03T18:11:06+0800] [ALPM] upgraded curl (7.69.1-1 -> 7.73.0-1)
  2458  [2020-12-03T18:11:06+0800] [ALPM] upgraded libelf (0.178-2 -> 0.181-1)
  2459  [2020-12-03T18:11:06+0800] [ALPM] upgraded libseccomp (2.4.2-1 -> 2.5.1-2)
  2460  [2020-12-03T18:11:06+0800] [ALPM] upgraded shadow (4.8.1-1 -> 4.8.1-4)
  2461  [2020-12-03T18:11:07+0800] [ALPM] upgraded file (5.38-3 -> 5.39-1)
  2462  [2020-12-03T18:11:08+0800] [ALPM] upgraded util-linux (2.35.1-2 -> 2.36.1-4)
  2463  [2020-12-03T18:11:08+0800] [ALPM] upgraded pcre2 (10.34-3 -> 10.35-1)
  2464  [2020-12-03T18:11:10+0800] [ALPM] upgraded systemd (245.5-2 -> 247.1-1)
  2465  [2020-12-03T18:11:17+0800] [ALPM] installed js78 (78.5.0-2)
  2466  [2020-12-03T18:11:17+0800] [ALPM] upgraded polkit (0.116-5 -> 0.118-1)
  2467  [2020-12-03T18:11:18+0800] [ALPM] upgraded accountsservice (0.6.55-1 -> 0.6.55-3)
  2468  [2020-12-03T18:11:18+0800] [ALPM] upgraded adobe-source-code-pro-fonts (2.030ro+1.050it-5 -> 2.032ro+1.052it+1.012var-1)
  2469  [2020-12-03T18:11:23+0800] [ALPM] upgraded adobe-source-han-sans-otc-fonts (2.001-1 -> 2.002-1)
  2470  [2020-12-03T18:11:23+0800] [ALPM] upgraded hicolor-icon-theme (0.17-1 -> 0.17-2)
  2471  [2020-12-03T18:11:23+0800] [ALPM] upgraded libpng (1.6.37-1 -> 1.6.37-3)
  2472  [2020-12-03T18:11:23+0800] [ALPM] upgraded libjpeg-turbo (2.0.4-1 -> 2.0.6-1)
  2473  [2020-12-03T18:11:24+0800] [ALPM] upgraded libtiff (4.1.0-1 -> 4.1.0-2)
  2474  [2020-12-03T18:11:24+0800] [ALPM] upgraded icu (65.1-3 -> 67.1-1)
  2475  [2020-12-03T18:11:24+0800] [ALPM] upgraded libxml2 (2.9.10-1 -> 2.9.10-7)
  2476  [2020-12-03T18:11:24+0800] [ALPM] upgraded shared-mime-info (1.15-2 -> 2.0+1+g6bf9e4f-2)
  2477  [2020-12-03T18:11:24+0800] [ALPM] upgraded gdk-pixbuf2 (2.40.0-2 -> 2.42.0-2)
  2478  [2020-12-03T18:11:24+0800] [ALPM] upgraded libdatrie (0.2.12-1 -> 0.2.12-2)
  2479  [2020-12-03T18:11:24+0800] [ALPM] upgraded libthai (0.1.28-1 -> 0.1.28-2)
  2480  [2020-12-03T18:11:24+0800] [ALPM] upgraded harfbuzz (2.6.5-1 -> 2.7.2-1)
  2481  [2020-12-03T18:11:25+0800] [ALPM] upgraded freetype2 (2.10.1-2 -> 2.10.4-1)
  2482  [2020-12-03T18:11:25+0800] [ALPM] warning: /etc/fonts/fonts.conf installed as /etc/fonts/fonts.conf.pacnew
  2483  [2020-12-03T18:11:25+0800] [ALPM] upgraded fontconfig (2:2.13.91+24+g75eadca-2 -> 2:2.13.91+48+gfcb0420-2)
  2484  [2020-12-03T18:11:37+0800] [ALPM-SCRIPTLET] Rebuilding fontconfig cache... done.
  2485  [2020-12-03T18:11:37+0800] [ALPM] upgraded libxext (1.3.4-2 -> 1.3.4-3)
  2486  [2020-12-03T18:11:37+0800] [ALPM] upgraded libxrender (0.9.10-3 -> 0.9.10-4)
  2487  [2020-12-03T18:11:37+0800] [ALPM] upgraded cairo (1.17.2+17+g52a7c79fd-2 -> 1.17.4-1)
  2488  [2020-12-03T18:11:37+0800] [ALPM] upgraded libxft (2.3.3-1 -> 2.3.3-2)
  2489  [2020-12-03T18:11:37+0800] [ALPM] upgraded fribidi (1.0.9-1 -> 1.0.10-1)
  2490  [2020-12-03T18:11:37+0800] [ALPM] upgraded pango (1:1.44.7+11+g73b46b04-1 -> 1:1.48.0-1)
  2491  [2020-12-03T18:11:37+0800] [ALPM] upgraded librsvg (2:2.48.4-1 -> 2:2.50.2-1)
  2492  [2020-12-03T18:11:37+0800] [ALPM] upgraded gtk-update-icon-cache (1:3.24.18-1 -> 1:3.24.23-4)
  2493  [2020-12-03T18:11:37+0800] [ALPM] upgraded adwaita-icon-theme (3.36.1-1 -> 3.38.0-1)
  2494  [2020-12-03T18:11:37+0800] [ALPM] upgraded alsa-topology-conf (1.2.2-2 -> 1.2.4-2)
  2495  [2020-12-03T18:11:37+0800] [ALPM] upgraded alsa-ucm-conf (1.2.2-1 -> 1.2.4-2)
  2496  [2020-12-03T18:11:37+0800] [ALPM] upgraded alsa-lib (1.2.2-1 -> 1.2.4-3)
  2497  [2020-12-03T18:11:37+0800] [ALPM] upgraded alsa-plugins (1.2.2-1 -> 1:1.2.2-2)
  2498  [2020-12-03T18:11:37+0800] [ALPM] upgraded libxfixes (5.0.3-3 -> 5.0.3-4)
  2499  [2020-12-03T18:11:38+0800] [ALPM] upgraded libxcursor (1.2.0-1 -> 1.2.0-2)
  2500  [2020-12-03T18:11:38+0800] [ALPM] upgraded libxinerama (1.1.4-2 -> 1.1.4-3)
  2501  [2020-12-03T18:11:38+0800] [ALPM] upgraded libxrandr (1.5.2-2 -> 1.5.2-3)
  2502  [2020-12-03T18:11:38+0800] [ALPM] upgraded libxi (1.7.10-2 -> 1.7.10-3)
  2503  [2020-12-03T18:11:38+0800] [ALPM] upgraded libepoxy (1.5.4-1 -> 1.5.4-2)
  2504  [2020-12-03T18:11:38+0800] [ALPM] upgraded dconf (0.36.0-1 -> 0.38.0-1)
  2505  [2020-12-03T18:11:38+0800] [ALPM] upgraded libxcomposite (0.4.5-2 -> 0.4.5-3)
  2506  [2020-12-03T18:11:38+0800] [ALPM] upgraded libxdamage (1.1.5-2 -> 1.1.5-3)
  2507  [2020-12-03T18:11:38+0800] [ALPM] upgraded libxtst (1.2.3-3 -> 1.2.3-4)
  2508  [2020-12-03T18:11:38+0800] [ALPM] upgraded at-spi2-core (2.36.0-1 -> 2.38.0-1)
  2509  [2020-12-03T18:11:38+0800] [ALPM] upgraded at-spi2-atk (2.34.2-1 -> 2.38.0-1)
  2510  [2020-12-03T18:11:38+0800] [ALPM] upgraded xkeyboard-config (2.29-1 -> 2.31-1)
  2511  [2020-12-03T18:11:38+0800] [ALPM] upgraded libxkbcommon (0.10.0-1 -> 1.0.3-1)
  2512  [2020-12-03T18:11:38+0800] [ALPM] upgraded json-glib (1.4.4-1 -> 1.6.0-1)
  2513  [2020-12-03T18:11:38+0800] [ALPM] upgraded desktop-file-utils (0.24-2 -> 0.26-1)
  2514  [2020-12-03T18:11:38+0800] [ALPM] upgraded libpciaccess (0.16-1 -> 0.16-2)
  2515  [2020-12-03T18:11:38+0800] [ALPM] upgraded libdrm (2.4.101-1 -> 2.4.103-2)
  2516  [2020-12-03T18:11:38+0800] [ALPM] upgraded libxxf86vm (1.1.4-3 -> 1.1.4-4)
  2517  [2020-12-03T18:11:38+0800] [ALPM] upgraded libxshmfence (1.3-1 -> 1.3-2)
  2518  [2020-12-03T18:11:38+0800] [ALPM] upgraded libomxil-bellagio (0.9.3-2 -> 0.9.3-3)
  2519  [2020-12-03T18:11:38+0800] [ALPM] upgraded libunwind (1.3.1-1 -> 1.3.1-2)
  2520  [2020-12-03T18:11:38+0800] [ALPM] upgraded libedit (20191231_3.1-1 -> 20191231_3.1-2)
  2521  [2020-12-03T18:11:40+0800] [ALPM] upgraded llvm-libs (10.0.0-1 -> 11.0.0-4)
  2522  [2020-12-03T18:11:41+0800] [ALPM] upgraded lm_sensors (3.6.0-1 -> 3.6.0-2)
  2523  [2020-12-03T18:11:41+0800] [ALPM] upgraded libglvnd (1.3.1-1 -> 1.3.2-1)
  2524  [2020-12-03T18:11:41+0800] [ALPM] upgraded vulkan-icd-loader (1.2.135-1 -> 1.2.158-1)
  2525  [2020-12-03T18:11:43+0800] [ALPM] upgraded mesa (20.0.5-1 -> 20.2.3-1)
  2526  [2020-12-03T18:11:43+0800] [ALPM] upgraded lcms2 (2.9-2 -> 2.11-2)
  2527  [2020-12-03T18:11:43+0800] [ALPM] upgraded libusb (1.0.23-2 -> 1.0.23-3)
  2528  [2020-12-03T18:11:43+0800] [ALPM] upgraded libgusb (0.3.4-1 -> 0.3.5-1)
  2529  [2020-12-03T18:11:44+0800] [ALPM] upgraded sqlite (3.31.1-1 -> 3.33.0-2)
  2530  [2020-12-03T18:11:44+0800] [ALPM] upgraded libgudev (233-1 -> 234-1)
  2531  [2020-12-03T18:11:45+0800] [ALPM] upgraded colord (1.4.4+9+g1ce26da-1 -> 1.4.5-1)
  2532  [2020-12-03T18:11:45+0800] [ALPM] upgraded libproxy (0.4.15+33+g454a499-1 -> 0.4.15+33+g454a499-4)
  2533  [2020-12-03T18:11:45+0800] [ALPM] upgraded nettle (3.5.1-2 -> 3.6-1)
  2534  [2020-12-03T18:11:46+0800] [ALPM] upgraded gnutls (3.6.13-1 -> 3.6.15-1)
  2535  [2020-12-03T18:11:46+0800] [ALPM] upgraded gsettings-desktop-schemas (3.36.0-1 -> 3.38.0-1)
  2536  [2020-12-03T18:11:46+0800] [ALPM] upgraded glib-networking (2.64.2-1 -> 2.66.0-1)
  2537  [2020-12-03T18:11:46+0800] [ALPM] upgraded brotli (1.0.7-3 -> 1.0.9-4)
  2538  [2020-12-03T18:11:47+0800] [ALPM] upgraded libsoup (2.70.0-1 -> 2.72.0+5+g0b094bff-3)
  2539  [2020-12-03T18:11:47+0800] [ALPM] upgraded rest (0.8.1-1 -> 0.8.1-3)
  2540  [2020-12-03T18:11:47+0800] [ALPM] upgraded libdaemon (0.14-4 -> 0.14-5)
  2541  [2020-12-03T18:11:48+0800] [ALPM] upgraded avahi (0.8+15+ge8a3dd0-1 -> 0.8+15+ge8a3dd0-3)
  2542  [2020-12-03T18:11:48+0800] [ALPM] upgraded libcups (2.3.1-1 -> 1:2.3.3op1-1)
  2543  [2020-12-03T18:11:48+0800] [ALPM] upgraded libogg (1.3.4-1 -> 1.3.4-2)
  2544  [2020-12-03T18:11:48+0800] [ALPM] upgraded libvorbis (1.3.6-1 -> 1.3.7-2)
  2545  [2020-12-03T18:11:48+0800] [ALPM] upgraded libtool (2.4.6+42+gb88cebd5-11 -> 2.4.6+42+gb88cebd5-14)
  2546  [2020-12-03T18:11:48+0800] [ALPM] upgraded tdb (1.4.3-2 -> 1.4.3-4)
  2547  [2020-12-03T18:11:49+0800] [ALPM] upgraded sound-theme-freedesktop (0.8-3 -> 0.8-4)
  2548  [2020-12-03T18:11:49+0800] [ALPM] upgraded libcanberra (0.30+2+gc0620e4-2 -> 0.30+2+gc0620e4-3)
  2549  [2020-12-03T18:11:50+0800] [ALPM] upgraded iso-codes (4.4-1 -> 4.5.0-1)
  2550  [2020-12-03T18:11:50+0800] [ALPM] upgraded libstemmer (0+713-1 -> 0+713-2)
  2551  [2020-12-03T18:11:50+0800] [ALPM] installed tracker3 (3.0.1-1)
  2552  [2020-12-03T18:11:50+0800] [ALPM] installed libcloudproviders (0.3.1-2)
  2553  [2020-12-03T18:11:51+0800] [ALPM] upgraded gtk3 (1:3.24.18-1 -> 1:3.24.23-4)
  2554  [2020-12-03T18:11:52+0800] [ALPM] upgraded amtk (5.0.2-1 -> 5.2.0-2)
  2555  [2020-12-03T18:11:53+0800] [ALPM] upgraded aom (1.0.0.errata1+avif-1 -> 2.0.0-1)
  2556  [2020-12-03T18:11:53+0800] [ALPM] upgraded apr (1.7.0-2 -> 1.7.0-3)
  2557  [2020-12-03T18:11:54+0800] [ALPM] upgraded apr-util (1.6.1-6 -> 1.6.1-8)
  2558  [2020-12-03T18:11:56+0800] [ALPM] upgraded apache (2.4.43-1 -> 2.4.46-3)
  2559  [2020-12-03T18:11:56+0800] [ALPM] upgraded libyaml (0.2.4-1 -> 0.2.5-1)
  2560  [2020-12-03T18:11:57+0800] [ALPM] upgraded libarchive (3.4.2-1 -> 3.5.0-1)
  2561  [2020-12-03T18:11:57+0800] [ALPM] upgraded libksba (1.3.5-2 -> 1.4.0-2)
  2562  [2020-12-03T18:11:57+0800] [ALPM] upgraded libassuan (2.5.3-2 -> 2.5.4-1)
  2563  [2020-12-03T18:11:57+0800] [ALPM] upgraded libsecret (0.20.3-1 -> 0.20.4-1)
  2564  [2020-12-03T18:11:58+0800] [ALPM] upgraded gnupg (2.2.20-1 -> 2.2.24-1)
  2565  [2020-12-03T18:11:58+0800] [ALPM] upgraded gpgme (1.13.1-3 -> 1.15.0-2)
  2566  [2020-12-03T18:11:58+0800] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
  2567  [2020-12-03T18:11:58+0800] [ALPM] upgraded pacman-mirrorlist (20200411-1 -> 20201031-1)
  2568  [2020-12-03T18:11:58+0800] [ALPM] upgraded pacman (5.2.1-4 -> 5.2.2-1)
  2569  [2020-12-03T18:11:58+0800] [ALPM] upgraded appstream-glib (0.7.17-1 -> 0.7.18-1)
  2570  [2020-12-03T18:11:58+0800] [ALPM] upgraded aspell (0.60.8-1 -> 0.60.8-2)
  2571  [2020-12-03T18:11:58+0800] [ALPM] upgraded libsigc++ (2.10.3-1 -> 2.10.6-1)
  2572  [2020-12-03T18:11:59+0800] [ALPM] upgraded glibmm (2.64.2-1 -> 2.64.5-1)
  2573  [2020-12-03T18:11:59+0800] [ALPM] upgraded atkmm (2.28.0-1 -> 2.28.0-2)
  2574  [2020-12-03T18:11:59+0800] [ALPM] upgraded augeas (1.12.0-1 -> 1.12.0-2)
  2575  [2020-12-03T18:11:59+0800] [ALPM] upgraded automake (1.16.2-1 -> 1.16.2-3)
  2576  [2020-12-03T18:11:59+0800] [ALPM] upgraded babl (0.1.74-1 -> 0.1.82-1)
  2577  [2020-12-03T18:11:59+0800] [ALPM] upgraded baobab (3.34.0-1 -> 3.38.0-1)
  2578  [2020-12-03T18:11:59+0800] [ALPM] upgraded libmicrohttpd (0.9.70-1 -> 0.9.71-1)
  2579  [2020-12-03T18:11:59+0800] [ALPM] upgraded elfutils (0.178-2 -> 0.181-1)
  2580  [2020-12-03T18:11:59+0800] [ALPM] upgraded binutils (2.34-2 -> 2.35.1-1)
  2581  [2020-12-03T18:11:59+0800] [ALPM] upgraded bison (3.5.4-1 -> 3.7.2-1)
  2582  [2020-12-03T18:11:59+0800] [ALPM] upgraded blas (3.9.0-2 -> 3.9.0-3)
  2583  [2020-12-03T18:11:59+0800] [ALPM] upgraded libical (3.0.8-1 -> 3.0.8-2)
  2584  [2020-12-03T18:11:59+0800] [ALPM] upgraded bluez (5.54-1 -> 5.55-1)
  2585  [2020-12-03T18:11:59+0800] [ALPM] upgraded bluez-libs (5.54-1 -> 5.55-1)
  2586  [2020-12-03T18:11:59+0800] [ALPM] upgraded bolt (0.8-3 -> 0.9.1-1)
  2587  [2020-12-03T18:11:59+0800] [ALPM] upgraded boost-libs (1.72.0-1 -> 1.72.0-4)
  2588  [2020-12-03T18:11:59+0800] [ALPM] upgraded bridge-utils (1.6-4 -> 1.7-1)
  2589  [2020-12-03T18:12:00+0800] [ALPM] upgraded liblouis (3.13.0-1 -> 3.15.0-3)
  2590  [2020-12-03T18:12:00+0800] [ALPM] upgraded libspeechd (0.9.1-3 -> 0.10.2-1)
  2591  [2020-12-03T18:12:01+0800] [ALPM] upgraded tcl (8.6.10-1 -> 8.6.10-2)
  2592  [2020-12-03T18:12:02+0800] [ALPM] upgraded brltty (6.0-8 -> 6.1-4)
  2593  [2020-12-03T18:12:02+0800] [ALPM-SCRIPTLET] Please add your user to the brlapi group.
  2594  [2020-12-03T18:12:02+0800] [ALPM] upgraded btrfs-progs (5.6-1 -> 5.9-3)
  2595  [2020-12-03T18:12:02+0800] [ALPM] upgraded c-ares (1.16.0-1 -> 1.17.1-1)
  2596  [2020-12-03T18:12:03+0800] [ALPM] upgraded cairomm (1.12.2-3 -> 1.12.2-4)
  2597  [2020-12-03T18:12:03+0800] [ALPM] upgraded cblas (3.9.0-2 -> 3.9.0-3)
  2598  [2020-12-03T18:12:03+0800] [ALPM] upgraded cdparanoia (10.2-7 -> 10.2-8)
  2599  [2020-12-03T18:12:04+0800] [ALPM] upgraded cdrtools (3.02a09-2 -> 3.02a09-4)
  2600  [2020-12-03T18:12:04+0800] [ALPM] upgraded celt (0.11.3-3 -> 0.11.3-4)
  2601  [2020-12-03T18:12:04+0800] [ALPM] upgraded celt0.5.1 (0.5.1.3-4 -> 0.5.1.3-5)
  2602  [2020-12-03T18:12:04+0800] [ALPM] upgraded nspr (4.25-1 -> 4.29-1)
  2603  [2020-12-03T18:12:05+0800] [ALPM] upgraded nss (3.51.1-1 -> 3.59-1)
  2604  [2020-12-03T18:12:05+0800] [ALPM] upgraded libxslt (1.1.34-2 -> 1.1.34-5)
  2605  [2020-12-03T18:12:06+0800] [ALPM] upgraded xmlsec (1.2.30-1 -> 1.2.31-1)
  2606  [2020-12-03T18:12:07+0800] [ALPM] upgraded oath-toolkit (2.6.2-7 -> 2.6.4-1)
  2607  [2020-12-03T18:12:07+0800] [ALPM] upgraded libnsl (1.2.0-2 -> 1.3.0-1)
  2608  [2020-12-03T18:12:10+0800] [ALPM] upgraded python (3.8.2-2 -> 3.9.0-1)
  2609  [2020-12-03T18:12:10+0800] [ALPM] upgraded snappy (1.1.8-1 -> 1.1.8-2)
  2610  [2020-12-03T18:12:12+0800] [ALPM] upgraded ceph-libs (14.2.8-1 -> 15.2.6-2)
  2611  [2020-12-03T18:12:12+0800] [ALPM] upgraded gstreamer (1.16.2-1 -> 1.18.1-1)
  2612  [2020-12-03T18:12:12+0800] [ALPM] upgraded orc (0.4.31-1 -> 0.4.32-1)
  2613  [2020-12-03T18:12:13+0800] [ALPM] upgraded libxv (1.0.11-3 -> 1.0.11-4)
  2614  [2020-12-03T18:12:13+0800] [ALPM] upgraded gst-plugins-base-libs (1.16.2-1 -> 1.18.1-1)
  2615  [2020-12-03T18:12:14+0800] [ALPM] upgraded libvdpau (1.3-1 -> 1.4-1)
  2616  [2020-12-03T18:12:14+0800] [ALPM] upgraded libxkbcommon-x11 (0.10.0-1 -> 1.0.3-1)
  2617  [2020-12-03T18:12:14+0800] [ALPM] upgraded gst-plugins-bad-libs (1.16.2-7 -> 1.18.1-1)
  2618  [2020-12-03T18:12:14+0800] [ALPM] upgraded libasyncns (0.8+3+g68cd5af-2 -> 0.8+3+g68cd5af-3)
  2619  [2020-12-03T18:12:14+0800] [ALPM] upgraded libice (1.0.10-2 -> 1.0.10-3)
  2620  [2020-12-03T18:12:14+0800] [ALPM] upgraded libsm (1.2.3-1 -> 1.2.3-2)
  2621  [2020-12-03T18:12:14+0800] [ALPM] upgraded flac (1.3.3-1 -> 1.3.3-2)
  2622  [2020-12-03T18:12:14+0800] [ALPM] upgraded libpulse (13.0-3 -> 14.0-1)
  2623  [2020-12-03T18:12:14+0800] [ALPM] upgraded wavpack (5.2.0-1 -> 5.3.0-1)
  2624  [2020-12-03T18:12:14+0800] [ALPM] upgraded taglib (1.11.1-3 -> 1.11.1-4)
  2625  [2020-12-03T18:12:14+0800] [ALPM] upgraded libdv (1.0.0-7 -> 1.0.0-9)
  2626  [2020-12-03T18:12:14+0800] [ALPM] upgraded libtheora (1.1.1-4 -> 1.1.1-5)
  2627  [2020-12-03T18:12:14+0800] [ALPM] upgraded speexdsp (1.2.0-1 -> 1.2.0-2)
  2628  [2020-12-03T18:12:14+0800] [ALPM] upgraded speex (1.2.0-2 -> 1.2.0-3)
  2629  [2020-12-03T18:12:15+0800] [ALPM] upgraded libshout (1:2.4.3-2 -> 1:2.4.4-1)
  2630  [2020-12-03T18:12:15+0800] [ALPM] upgraded libvpx (1.8.2-1 -> 1.9.0-1)
  2631  [2020-12-03T18:12:15+0800] [ALPM] upgraded giflib (5.2.1-1 -> 5.2.1-2)
  2632  [2020-12-03T18:12:15+0800] [ALPM] upgraded libid3tag (0.15.1b-9 -> 0.15.1b-11)
  2633  [2020-12-03T18:12:15+0800] [ALPM] upgraded imlib2 (1.6.1-1 -> 1.7.0-1)
  2634  [2020-12-03T18:12:16+0800] [ALPM] upgraded libcaca (0.99.beta19-2 -> 0.99.beta19-3)
  2635  [2020-12-03T18:12:16+0800] [ALPM] upgraded libraw1394 (2.1.2-2 -> 2.1.2-3)
  2636  [2020-12-03T18:12:16+0800] [ALPM] upgraded libavc1394 (0.5.4-3 -> 0.5.4-4)
  2637  [2020-12-03T18:12:16+0800] [ALPM] upgraded libiec61883 (1.2.0-5 -> 1.2.0-6)
  2638  [2020-12-03T18:12:17+0800] [ALPM] upgraded v4l-utils (1.18.0-1 -> 1.20.0-1)
  2639  [2020-12-03T18:12:17+0800] [ALPM] upgraded lame (3.100-2 -> 3.100-3)
  2640  [2020-12-03T18:12:17+0800] [ALPM] upgraded mpg123 (1.25.13-1 -> 1.26.3-2)
  2641  [2020-12-03T18:12:17+0800] [ALPM] upgraded zita-alsa-pcmi (0.3.2-2 -> 0.3.2-3)
  2642  [2020-12-03T18:12:17+0800] [ALPM] upgraded zita-resampler (1.6.2-2 -> 1.6.2-3)
  2643  [2020-12-03T18:12:17+0800] [ALPM] upgraded gst-plugins-good (1.16.2-3 -> 1.18.1-1)
  2644  [2020-12-03T18:12:17+0800] [ALPM] upgraded libass (0.14.0-1 -> 0.15.0-2)
  2645  [2020-12-03T18:12:17+0800] [ALPM] upgraded libbs2b (3.1.0-6 -> 3.1.0-7)
  2646  [2020-12-03T18:12:17+0800] [ALPM] upgraded libbluray (1.2.0-3 -> 1.2.1-1)
  2647  [2020-12-03T18:12:17+0800] [ALPM] upgraded dav1d (0.6.0-1 -> 0.7.1-1)
  2648  [2020-12-03T18:12:17+0800] [ALPM] upgraded libmfx (20.1.1-1 -> 20.3.1-1)
  2649  [2020-12-03T18:12:17+0800] [ALPM] upgraded libmodplug (0.8.9.0-2 -> 0.8.9.0-3)
  2650  [2020-12-03T18:12:17+0800] [ALPM] installed rav1e (0.3.4-1)
  2651  [2020-12-03T18:12:17+0800] [ALPM] upgraded libsoxr (0.1.3-1 -> 0.1.3-2)
  2652  [2020-12-03T18:12:17+0800] [ALPM] upgraded libssh (0.9.4-1 -> 0.9.5-1)
  2653  [2020-12-03T18:12:17+0800] [ALPM] upgraded libva (2.7.1-1 -> 2.9.1-1)
  2654  [2020-12-03T18:12:17+0800] [ALPM] upgraded vid.stab (1.1-2 -> 1.1-3)
  2655  [2020-12-03T18:12:17+0800] [ALPM] upgraded l-smash (2.14.5-1 -> 2.14.5-2)
  2656  [2020-12-03T18:12:17+0800] [ALPM] upgraded x264 (3:0.159.r2999.296494a-1 -> 3:0.160.r3011.cde9a93-1)
  2657  [2020-12-03T18:12:17+0800] [ALPM] upgraded x265 (3.3-1 -> 3.4-1)
  2658  [2020-12-03T18:12:17+0800] [ALPM] upgraded xvidcore (1.3.7-1 -> 1.3.7-2)
  2659  [2020-12-03T18:12:17+0800] [ALPM] upgraded opencore-amr (0.1.5-3 -> 0.1.5-5)
  2660  [2020-12-03T18:12:17+0800] [ALPM] upgraded openjpeg2 (2.3.1-1 -> 2.3.1-2)
  2661  [2020-12-03T18:12:17+0800] [ALPM] upgraded opus (1.3.1-1 -> 1.3.1-2)
  2662  [2020-12-03T18:12:19+0800] [ALPM] upgraded libibus (1.5.22-1 -> 1.5.23+1+gdd4cc5b0-3)
  2663  [2020-12-03T18:12:19+0800] [ALPM] installed hidapi (0.10.1-1)
  2664  [2020-12-03T18:12:19+0800] [ALPM] upgraded sdl2 (2.0.12-1 -> 2.0.12-3)
  2665  [2020-12-03T18:12:19+0800] [ALPM] upgraded srt (1.4.1-1 -> 1.4.2-1)
  2666  [2020-12-03T18:12:20+0800] [ALPM] installed vmaf (1.5.3-1)
  2667  [2020-12-03T18:12:21+0800] [ALPM] upgraded ffmpeg (1:4.2.2-6 -> 2:4.3.1-2)
  2668  [2020-12-03T18:12:21+0800] [ALPM] upgraded chromaprint (1.4.3-2 -> 1.5.0-3)
  2669  [2020-12-03T18:12:21+0800] [ALPM] upgraded libdc1394 (2.2.6-1 -> 2.2.6-2)
  2670  [2020-12-03T18:12:22+0800] [ALPM] upgraded libde265 (1.0.5-1 -> 1.0.8-1)
  2671  [2020-12-03T18:12:22+0800] [ALPM] upgraded faad2 (2.9.1-2 -> 2.10.0-1)
  2672  [2020-12-03T18:12:23+0800] [ALPM] upgraded libfdk-aac (2.0.1-1 -> 2.0.1-2)
  2673  [2020-12-03T18:12:23+0800] [ALPM] upgraded libinstpatch (1.1.4-1 -> 1.1.5-1)
  2674  [2020-12-03T18:12:23+0800] [ALPM] upgraded portaudio (1:19.6.0-6 -> 1:19.6.0-7)
  2675  [2020-12-03T18:12:23+0800] [ALPM] upgraded fluidsynth (2.1.2-1 -> 2.1.5-2)
  2676  [2020-12-03T18:12:23+0800] [ALPM] upgraded libgme (0.6.2-1 -> 0.6.3-1)
  2677  [2020-12-03T18:12:23+0800] [ALPM] upgraded raptor (2.0.15-12 -> 2.0.15-14)
  2678  [2020-12-03T18:12:23+0800] [ALPM] upgraded liblrdf (0.6.1-3 -> 0.6.1-4)
  2679  [2020-12-03T18:12:23+0800] [ALPM] upgraded serd (0.30.2-1 -> 0.30.6-1)
  2680  [2020-12-03T18:12:23+0800] [ALPM] upgraded sord (0.16.4-1 -> 0.16.6-1)
  2681  [2020-12-03T18:12:23+0800] [ALPM] upgraded sratom (0.6.4-1 -> 0.6.6-1)
  2682  [2020-12-03T18:12:23+0800] [ALPM] upgraded lilv (0.24.6-2 -> 0.24.10-3)
  2683  [2020-12-03T18:12:23+0800] [ALPM] upgraded libmms (0.6.4-2 -> 0.6.4-3)
  2684  [2020-12-03T18:12:23+0800] [ALPM] upgraded sdl (1.2.15-13 -> 1.2.15-14)
  2685  [2020-12-03T18:12:23+0800] [ALPM] upgraded mjpegtools (2.1.0-4 -> 2.1.0-5)
  2686  [2020-12-03T18:12:23+0800] [ALPM] upgraded libmpcdec (1:0.1+r475-2 -> 1:0.1+r475-3)
  2687  [2020-12-03T18:12:23+0800] [ALPM] upgraded neon (0.31.0-1 -> 0.31.2-1)
  2688  [2020-12-03T18:12:24+0800] [ALPM] upgraded dnssec-anchors (20190629-2 -> 20190629-3)
  2689  [2020-12-03T18:12:24+0800] [ALPM] upgraded openssh (8.2p1-3 -> 8.4p1-2)
  2690  [2020-12-03T18:12:24+0800] [ALPM] upgraded openmpi (4.0.3-1 -> 4.0.5-2)
  2691  [2020-12-03T18:12:24+0800] [ALPM] upgraded fftw (3.3.8-2 -> 3.3.8-3)
  2692  [2020-12-03T18:12:24+0800] [ALPM] upgraded libofa (0.9.3-8 -> 0.9.3-9)
  2693  [2020-12-03T18:12:24+0800] [ALPM] upgraded openal (1.20.1-2 -> 1.21.0-1)
  2694  [2020-12-03T18:12:25+0800] [ALPM] upgraded openexr (2.5.1-1 -> 2.5.3-3)
  2695  [2020-12-03T18:12:25+0800] [ALPM] upgraded rtmpdump (1:2.4.r96.fa8646d-5 -> 1:2.4.r96.fa8646d-6)
  2696  [2020-12-03T18:12:25+0800] [ALPM] upgraded sbc (1.4-1 -> 1.4-2)
  2697  [2020-12-03T18:12:25+0800] [ALPM] upgraded soundtouch (2.1.2-1 -> 2.2-1)
  2698  [2020-12-03T18:12:25+0800] [ALPM] upgraded spandsp (0.0.6-2 -> 0.0.6-3)
  2699  [2020-12-03T18:12:25+0800] [ALPM] upgraded zvbi (0.2.35-3 -> 0.2.35-4)
  2700  [2020-12-03T18:12:25+0800] [ALPM] upgraded gssdp (1.2.2-1 -> 1.2.3-1)
  2701  [2020-12-03T18:12:25+0800] [ALPM] upgraded gupnp (1.2.2-1 -> 1.2.4-1)
  2702  [2020-12-03T18:12:25+0800] [ALPM] upgraded gupnp-igd (0.2.5+3+gedd78a6-2 -> 1.2.0-1)
  2703  [2020-12-03T18:12:25+0800] [ALPM] upgraded libnice (0.1.16-1 -> 0.1.18-1)
  2704  [2020-12-03T18:12:25+0800] [ALPM] upgraded webrtc-audio-processing (0.3.1-1 -> 0.3.1-2)
  2705  [2020-12-03T18:12:25+0800] [ALPM] upgraded wildmidi (0.4.3-1 -> 0.4.3-3)
  2706  [2020-12-03T18:12:25+0800] [ALPM] upgraded liblqr (0.4.2-2 -> 0.4.2-3)
  2707  [2020-12-03T18:12:25+0800] [ALPM] upgraded libraqm (0.7.0-1 -> 0.7.1-1)
  2708  [2020-12-03T18:12:25+0800] [ALPM] upgraded imagemagick (7.0.10.8-1 -> 7.0.10.45-1)
  2709  [2020-12-03T18:12:25+0800] [ALPM] upgraded zbar (0.23-3 -> 0.23.1-5)
  2710  [2020-12-03T18:12:25+0800] [ALPM] installed libavtp (0.1.0-2)
  2711  [2020-12-03T18:12:25+0800] [ALPM] installed svt-hevc (1.5.0-1)
  2712  [2020-12-03T18:12:25+0800] [ALPM] installed libmicrodns (0.2.0-1)
  2713  [2020-12-03T18:12:25+0800] [ALPM] installed zxing-cpp (1.1.1-1)
  2714  [2020-12-03T18:12:26+0800] [ALPM] upgraded gst-plugins-bad (1.16.2-7 -> 1.18.1-1)
  2715  [2020-12-03T18:12:26+0800] [ALPM] upgraded libvisual (0.4.0-7 -> 0.4.0-8)
  2716  [2020-12-03T18:12:27+0800] [ALPM] upgraded graphene (1.10.0-1 -> 1.10.2-1)
  2717  [2020-12-03T18:12:27+0800] [ALPM] upgraded gst-plugins-base (1.16.2-1 -> 1.18.1-1)
  2718  [2020-12-03T18:12:28+0800] [ALPM] upgraded cogl (1.22.6-1 -> 1.22.8-1)
  2719  [2020-12-03T18:12:28+0800] [ALPM] upgraded libevdev (1.9.0-1 -> 1.10.0-1)
  2720  [2020-12-03T18:12:29+0800] [ALPM] upgraded libwacom (1.3-1 -> 1.6-1)
  2721  [2020-12-03T18:12:29+0800] [ALPM] upgraded libinput (1.15.5-1 -> 1.16.4-1)
  2722  [2020-12-03T18:12:30+0800] [ALPM] upgraded clutter-gst (3.0.27-2 -> 3.0.27-3)
  2723  [2020-12-03T18:12:30+0800] [ALPM] upgraded clutter-gtk (1.8.4-1 -> 1.8.4-2)
  2724  [2020-12-03T18:12:30+0800] [ALPM] upgraded libxkbfile (1.1.0-1 -> 1.1.0-2)
  2725  [2020-12-03T18:12:31+0800] [ALPM] upgraded gnome-desktop (1:3.36.1-1 -> 1:3.38.2-1)
  2726  [2020-12-03T18:12:32+0800] [ALPM] upgraded gavl (1.4.0-3 -> 1.4.0-4)
  2727  [2020-12-03T18:12:32+0800] [ALPM] upgraded gnome-video-effects (0.5.0+4+g9554041-1 -> 0.5.0+4+g9554041-2)
  2728  [2020-12-03T18:12:32+0800] [ALPM] upgraded cheese (3.34.0+23+gcac6d3a1-1 -> 3.38.0-1)
  2729  [2020-12-03T18:12:32+0800] [ALPM] upgraded talloc (2.3.1-1 -> 2.3.1-5)
  2730  [2020-12-03T18:12:32+0800] [ALPM] upgraded tevent (1:0.10.2-1 -> 1:0.10.2-3)
  2731  [2020-12-03T18:12:32+0800] [ALPM] upgraded lmdb (0.9.24-1 -> 0.9.27-1)
  2732  [2020-12-03T18:12:32+0800] [ALPM] upgraded ldb (1:2.0.7-2 -> 1:2.2.0-3)
  2733  [2020-12-03T18:12:33+0800] [ALPM] upgraded libbsd (0.10.0-1 -> 0.10.0-2)
  2734  [2020-12-03T18:12:33+0800] [ALPM] upgraded jansson (2.12-1 -> 2.13.1-1)
  2735  [2020-12-03T18:12:33+0800] [ALPM] upgraded smbclient (4.11.3-3 -> 4.13.2-3)
  2736  [2020-12-03T18:12:33+0800] [ALPM] upgraded cifs-utils (6.10-1 -> 6.11-1)
  2737  [2020-12-03T18:12:33+0800] [ALPM] upgraded cinnamon-desktop (4.4.1-1 -> 4.8.0-1)
  2738  [2020-12-03T18:12:33+0800] [ALPM] upgraded clucene (2.3.3.4-10 -> 2.3.3.4-11)
  2739  [2020-12-03T18:12:33+0800] [ALPM] upgraded cni-plugins (0.8.5-1 -> 0.8.7-1)
  2740  [2020-12-03T18:12:33+0800] [ALPM] upgraded libevent (2.1.11-5 -> 2.1.12-1)
  2741  [2020-12-03T18:12:33+0800] [ALPM] upgraded libxss (1.2.3-2 -> 1.2.3-3)
  2742  [2020-12-03T18:12:33+0800] [ALPM] upgraded re2 (1:20200401-1 -> 1:20201001-1)
  2743  [2020-12-03T18:12:39+0800] [ALPM] upgraded electron9 (9.3.4-2 -> 9.3.5-1)
  2744  [2020-12-03T18:12:39+0800] [ALPM] upgraded ripgrep (12.0.1-1 -> 12.1.1-1)
  2745  [2020-12-03T18:12:41+0800] [ALPM] upgraded code (1.44.2-1 -> 1.51.1-1)
  2746  [2020-12-03T18:12:42+0800] [ALPM] upgraded colord-gtk (0.2.0-1 -> 0.2.0-2)
  2747  [2020-12-03T18:12:42+0800] [ALPM] upgraded libexif (0.6.21-3 -> 0.6.22-1)
  2748  [2020-12-03T18:12:42+0800] [ALPM] upgraded libxt (1.2.0-1 -> 1.2.0-2)
  2749  [2020-12-03T18:12:42+0800] [ALPM] upgraded libxpm (3.5.13-1 -> 3.5.13-2)
  2750  [2020-12-03T18:12:43+0800] [ALPM] upgraded libgphoto2 (2.5.24-1 -> 2.5.26-1)
  2751  [2020-12-03T18:12:43+0800] [ALPM] upgraded libieee1284 (0.2.11-8 -> 0.2.11-11)
  2752  [2020-12-03T18:12:43+0800] [ALPM] upgraded pciutils (3.6.4-1 -> 3.7.0-1)
  2753  [2020-12-03T18:12:43+0800] [ALPM] upgraded net-snmp (5.8-4 -> 5.9-3)
  2754  [2020-12-03T18:12:43+0800] [ALPM] upgraded poppler (0.87.0-1 -> 20.12.0-1)
  2755  [2020-12-03T18:12:44+0800] [ALPM] upgraded poppler-glib (0.87.0-1 -> 20.12.0-1)
  2756  [2020-12-03T18:12:44+0800] [ALPM] upgraded sane (1.0.29-1 -> 1.0.31-3)
  2757  [2020-12-03T18:12:44+0800] [ALPM] upgraded colord-sane (1.4.4+9+g1ce26da-1 -> 1.4.5-1)
  2758  [2020-12-03T18:12:44+0800] [ALPM] upgraded conmon (1:2.0.15-1 -> 1:2.0.21-1)
  2759  [2020-12-03T18:12:45+0800] [ALPM] upgraded runc (1.0.0rc10-2 -> 1.0.0rc92-1)
  2760  [2020-12-03T18:12:47+0800] [ALPM] upgraded containerd (1.3.4-2 -> 1.4.3-1)
  2761  [2020-12-03T18:12:47+0800] [ALPM] upgraded cups-pk-helper (0.2.6-3 -> 0.2.6-4)
  2762  [2020-12-03T18:12:48+0800] [ALPM] upgraded dbus-glib (0.110-1 -> 0.110-2)
  2763  [2020-12-03T18:12:48+0800] [ALPM] upgraded djvulibre (3.5.27-5 -> 3.5.27-6)
  2764  [2020-12-03T18:12:49+0800] [ALPM] upgraded mpfr (4.0.2-2 -> 4.1.0-1)
  2765  [2020-12-03T18:12:53+0800] [ALPM] upgraded gcc (9.3.0-1 -> 10.2.0-4)
  2766  [2020-12-03T18:12:53+0800] [ALPM] upgraded gc (8.0.4-3 -> 8.0.4-4)
  2767  [2020-12-03T18:12:53+0800] [ALPM] upgraded less (551-3 -> 563-1)
  2768  [2020-12-03T18:12:54+0800] [ALPM] upgraded texinfo (6.7-2 -> 6.7-3)
  2769  [2020-12-03T18:12:54+0800] [ALPM] upgraded dkms (2.8.1-1 -> 2.8.3-1)
  2770  [2020-12-03T18:12:55+0800] [ALPM] upgraded dleyna-core (0.6.0+2+g1c6853f-1 -> 0.6.0+2+g1c6853f-2)
  2771  [2020-12-03T18:12:55+0800] [ALPM] upgraded dleyna-connector-dbus (0.3.0-2 -> 0.3.0-3)
  2772  [2020-12-03T18:12:55+0800] [ALPM] upgraded gupnp-av (0.12.11+2+gb5ca07c-1 -> 0.12.11+3+g2123c81-1)
  2773  [2020-12-03T18:12:56+0800] [ALPM] upgraded gupnp-dlna (0.10.5+4+gc947eed-1 -> 0.10.5+4+gc947eed-2)
  2774  [2020-12-03T18:12:56+0800] [ALPM] upgraded dleyna-renderer (0.6.0-3 -> 0.6.0-4)
  2775  [2020-12-03T18:12:56+0800] [ALPM] upgraded dleyna-server (0.6.0+2+geb895ae-1 -> 0.6.0+2+geb895ae-2)
  2776  [2020-12-03T18:12:56+0800] [ALPM] upgraded dnsmasq (2.81-3 -> 2.82-2)
  2777  [2020-12-03T18:12:57+0800] [ALPM] upgraded iproute2 (5.6.0-1 -> 5.9.0-1)
  2778  [2020-12-03T18:13:00+0800] [ALPM] upgraded docker (1:19.03.8-2 -> 1:19.03.14-1)
  2779  [2020-12-03T18:13:00+0800] [ALPM] upgraded dotconf (1.3-5 -> 1.3-6)
  2780  [2020-12-03T18:13:00+0800] [ALPM] upgraded double-conversion (3.1.5-1 -> 3.1.5-2)
  2781  [2020-12-03T18:13:00+0800] [ALPM] upgraded ebtables (2.0.10_4-7 -> 2.0.10_4-8)
  2782  [2020-12-03T18:13:00+0800] [ALPM] upgraded efivar (37-3 -> 37-4)
  2783  [2020-12-03T18:13:00+0800] [ALPM] upgraded efibootmgr (17-1 -> 17-2)
  2784  [2020-12-03T18:13:03+0800] [ALPM] upgraded electron6 (6.1.9-3 -> 6.1.12-1)
  2785  [2020-12-03T18:13:03+0800] [ALPM] upgraded enchant (2.2.8-1 -> 2.2.12-1)
  2786  [2020-12-03T18:13:03+0800] [ALPM] upgraded exempi (2.5.1-1 -> 2.5.2-1)
  2787  [2020-12-03T18:13:03+0800] [ALPM] upgraded gobject-introspection-runtime (1.64.1-2 -> 1.66.1-3)
  2788  [2020-12-03T18:13:03+0800] [ALPM] upgraded libpeas (1.26.0-1 -> 1.28.0-3)
  2789  [2020-12-03T18:13:03+0800] [ALPM] installed libportal (0.3-2)
  2790  [2020-12-03T18:13:04+0800] [ALPM] upgraded eog (3.36.2-1 -> 3.38.1-1)
  2791  [2020-12-03T18:13:04+0800] [ALPM] upgraded harfbuzz-icu (2.6.5-1 -> 2.7.2-1)
  2792  [2020-12-03T18:13:04+0800] [ALPM] upgraded hyphen (2.8.8-2 -> 2.8.8-3)
  2793  [2020-12-03T18:13:04+0800] [ALPM] upgraded woff2 (1.0.2-1 -> 1.0.2-3)
  2794  [2020-12-03T18:13:04+0800] [ALPM] upgraded libwpe (1.6.0-1 -> 1.8.0-1)
  2795  [2020-12-03T18:13:04+0800] [ALPM] upgraded wpebackend-fdo (1.6.0-1 -> 1.8.0-1)
  2796  [2020-12-03T18:13:04+0800] [ALPM] upgraded xdg-dbus-proxy (0.1.2-1 -> 0.1.2-2)
  2797  [2020-12-03T18:13:06+0800] [ALPM] upgraded webkit2gtk (2.28.2-1 -> 2.30.3-1)
  2798  [2020-12-03T18:13:07+0800] [ALPM] upgraded gcr (3.36-1 -> 3.38-1)
  2799  [2020-12-03T18:13:07+0800] [ALPM] upgraded libdazzle (3.36.0-1 -> 3.38.0-1)
  2800  [2020-12-03T18:13:08+0800] [ALPM] upgraded libhandy (0.0.13-1 -> 1.0.2-1)
  2801  [2020-12-03T18:13:09+0800] [ALPM] upgraded epiphany (3.36.1-1 -> 3.38.2-1)
  2802  [2020-12-03T18:13:09+0800] [ALPM] upgraded libgxps (0.3.1-1 -> 0.3.1-2)
  2803  [2020-12-03T18:13:09+0800] [ALPM] upgraded jbig2dec (0.18-1 -> 0.19-1)
  2804  [2020-12-03T18:13:09+0800] [ALPM] upgraded ijs (0.35-2 -> 0.35-3)
  2805  [2020-12-03T18:13:09+0800] [ALPM] upgraded libidn (1.35-2 -> 1.36-1)
  2806  [2020-12-03T18:13:10+0800] [ALPM] upgraded ghostscript (9.52-1 -> 9.53.3-2)
  2807  [2020-12-03T18:13:10+0800] [ALPM] upgraded libspectre (0.2.8-2 -> 0.2.9-2)
  2808  [2020-12-03T18:13:11+0800] [ALPM] upgraded gsfonts (20180524-2 -> 20200910-1)
  2809  [2020-12-03T18:13:12+0800] [ALPM] upgraded libxmu (1.1.3-1 -> 1.1.3-2)
  2810  [2020-12-03T18:13:12+0800] [ALPM] upgraded libxaw (1.0.13-2 -> 1.0.13-3)
  2811  [2020-12-03T18:13:12+0800] [ALPM] upgraded t1lib (5.1.2-7 -> 5.1.2-8)
  2812  [2020-12-03T18:13:12+0800] [ALPM] upgraded libsynctex (2019.51075-8 -> 2020.54586-7)
  2813  [2020-12-03T18:13:12+0800] [ALPM] upgraded gspell (1.8.3-1 -> 1.8.4-1)
  2814  [2020-12-03T18:13:14+0800] [ALPM] upgraded evince (3.36.0-1 -> 3.38.0+1+gffa3fd98-1)
  2815  [2020-12-03T18:13:14+0800] [ALPM] upgraded gnome-online-accounts (3.36.0-1 -> 3.38.0-1)
  2816  [2020-12-03T18:13:14+0800] [ALPM] upgraded libgweather (3.36.0-1 -> 3.36.1-1)
  2817  [2020-12-03T18:13:14+0800] [ALPM] upgraded libgdata (0.17.12-1 -> 0.17.13-1)
  2818  [2020-12-03T18:13:14+0800] [ALPM] upgraded protobuf (3.11.4-1 -> 3.12.4-3)
  2819  [2020-12-03T18:13:14+0800] [ALPM] upgraded libphonenumber (8.11.5-1 -> 8.12.9-1)
  2820  [2020-12-03T18:13:15+0800] [ALPM] upgraded evolution-data-server (3.36.2-1 -> 3.38.2-1)
  2821  [2020-12-03T18:13:15+0800] [ALPM] upgraded libcroco (0.6.13-1 -> 0.6.13-2)
  2822  [2020-12-03T18:13:16+0800] [ALPM] upgraded gettext (0.20.2-1 -> 0.21-1)
  2823  [2020-12-03T18:13:16+0800] [ALPM] upgraded exiv2 (0.27.2-1 -> 0.27.3-1)
  2824  [2020-12-03T18:13:16+0800] [ALPM] upgraded fakeroot (1.24-2 -> 1.25.3-1)
  2825  [2020-12-03T18:13:31+0800] [ALPM] upgraded fcitx (4.2.9.7-2 -> 4.2.9.8-1)
  2826  [2020-12-03T18:13:31+0800] [ALPM] upgraded fcitx-configtool (0.4.10-3 -> 0.4.10-4)
  2827  [2020-12-03T18:13:31+0800] [ALPM] upgraded xcb-util-keysyms (0.4.0-2 -> 0.4.0-3)
  2828  [2020-12-03T18:13:31+0800] [ALPM] upgraded xcb-util-renderutil (0.3.9-2 -> 0.3.9-3)
  2829  [2020-12-03T18:13:31+0800] [ALPM] upgraded xcb-util-wm (0.4.1-2 -> 0.4.1-3)
  2830  [2020-12-03T18:13:31+0800] [ALPM] upgraded xcb-util (0.4.0-2 -> 0.4.0-3)
  2831  [2020-12-03T18:13:31+0800] [ALPM] upgraded xcb-util-image (0.4.0-2 -> 0.4.0-3)
  2832  [2020-12-03T18:13:31+0800] [ALPM] upgraded tslib (1.21-1 -> 1.22-1)
  2833  [2020-12-03T18:13:31+0800] [ALPM] upgraded md4c (0.4.3-1 -> 0.4.6-1)
  2834  [2020-12-03T18:13:32+0800] [ALPM] upgraded xorg-xprop (1.2.4-1 -> 1.2.5-1)
  2835  [2020-12-03T18:13:32+0800] [ALPM] upgraded xorg-xset (1.2.4-1 -> 1.2.4-2)
  2836  [2020-12-03T18:13:32+0800] [ALPM] upgraded qt5-base (5.14.2-1 -> 5.15.2-1)
  2837  [2020-12-03T18:13:32+0800] [ALPM] upgraded fcitx-qt5 (1.2.4-4 -> 1.2.5-3)
  2838  [2020-12-03T18:13:32+0800] [ALPM] upgraded file-roller (3.36.2-1 -> 3.38.0-1)
  2839  [2020-12-03T18:13:32+0800] [ALPM] upgraded mailcap (2.1.48+14+g5811758-1 -> 2.1.49-1)
  2840  [2020-12-03T18:13:33+0800] [ALPM] upgraded gnu-free-fonts (20120503-7 -> 20120503-8)
  2841  [2020-12-03T18:13:43+0800] [ALPM] upgraded firefox (75.0-1 -> 83.0-2)
  2842  [2020-12-03T18:13:43+0800] [ALPM] upgraded fuse-common (3.9.1-1 -> 3.10.0-1)
  2843  [2020-12-03T18:13:43+0800] [ALPM] upgraded fuse2 (2.9.9-3 -> 2.9.9-4)
  2844  [2020-12-03T18:13:44+0800] [ALPM] upgraded ostree (2020.3-1 -> 2020.8-1)
  2845  [2020-12-03T18:13:44+0800] [ALPM] installed alsa-card-profiles (14.0-1)
  2846  [2020-12-03T18:13:44+0800] [ALPM] warning: /etc/pipewire/pipewire.conf installed as /etc/pipewire/pipewire.conf.pacnew
  2847  [2020-12-03T18:13:44+0800] [ALPM] upgraded pipewire (0.3.2-1 -> 0.3.17-1)
  2848  [2020-12-03T18:13:44+0800] [ALPM] upgraded xdg-desktop-portal-gtk (1.7.1-1 -> 1.8.0-1)
  2849  [2020-12-03T18:13:45+0800] [ALPM] upgraded libmm-glib (1.12.8-1 -> 1.14.8-1)
  2850  [2020-12-03T18:13:45+0800] [ALPM] upgraded xdg-desktop-portal (1.7.2-1 -> 1.8.0-1)
  2851  [2020-12-03T18:13:46+0800] [ALPM] upgraded flatpak (1.7.2-1 -> 1.9.2-1)
  2852  [2020-12-03T18:13:46+0800] [ALPM] upgraded telepathy-glib (0.24.1-2 -> 0.24.1-4)
  2853  [2020-12-03T18:13:46+0800] [ALPM] upgraded folks (0.14-1 -> 0.14-2)
  2854  [2020-12-03T18:13:46+0800] [ALPM] upgraded pcsclite (1.8.26-1 -> 1.9.0-1)
  2855  [2020-12-03T18:13:46+0800] [ALPM] upgraded freerdp (2:2.0.0-2 -> 2:2.2.0-2)
  2856  [2020-12-03T18:13:46+0800] [ALPM] upgraded fuse3 (3.9.1-1 -> 3.10.0-1)
  2857  [2020-12-03T18:13:46+0800] [ALPM] upgraded fuse-overlayfs (1.0.0-1 -> 1.3.0-1)
  2858  [2020-12-03T18:13:46+0800] [ALPM] upgraded gjs (2:1.64.1-2 -> 2:1.66.1-1)
  2859  [2020-12-03T18:13:46+0800] [ALPM] upgraded pulseaudio (13.0-3 -> 14.0-1)
  2860  [2020-12-03T18:13:46+0800] [ALPM] upgraded pulseaudio-bluetooth (13.0-3 -> 14.0-1)
  2861  [2020-12-03T18:13:46+0800] [ALPM] upgraded gnome-bluetooth (3.34.1-1 -> 3.34.3-1)
  2862  [2020-12-03T18:13:46+0800] [ALPM] upgraded libplist (2.1.0-2 -> 2.2.0-3)
  2863  [2020-12-03T18:13:46+0800] [ALPM] upgraded libusbmuxd (2.0.1-1 -> 2.0.2-1)
  2864  [2020-12-03T18:13:46+0800] [ALPM] upgraded usbmuxd (1.1.0+69+g8a69f1a-1 -> 1.1.1-1)
  2865  [2020-12-03T18:13:46+0800] [ALPM] upgraded libimobiledevice (1.2.0+87+g92c5462-6 -> 1.3.0-3)
  2866  [2020-12-03T18:13:46+0800] [ALPM] upgraded upower (0.99.11-1 -> 0.99.11-3)
  2867  [2020-12-03T18:13:46+0800] [ALPM] upgraded gnome-session (3.36.0-1 -> 3.38.0-1)
  2868  [2020-12-03T18:13:46+0800] [ALPM] upgraded libcanberra-pulse (0.30+2+gc0620e4-2 -> 0.30+2+gc0620e4-3)
  2869  [2020-12-03T18:13:46+0800] [ALPM] upgraded pulseaudio-alsa (2-5 -> 1:1.2.2-2)
  2870  [2020-12-03T18:13:46+0800] [ALPM] upgraded libnm (1.22.10-1 -> 1.26.4-1)
  2871  [2020-12-03T18:13:46+0800] [ALPM] upgraded gnome-settings-daemon (3.36.0-1 -> 3.38.1-1)
  2872  [2020-12-03T18:13:47+0800] [ALPM] upgraded gnome-themes-extra (3.28-1 -> 3.28-2)
  2873  [2020-12-03T18:13:47+0800] [ALPM] upgraded libgdm (3.34.1-2 -> 3.38.2-1)
  2874  [2020-12-03T18:13:47+0800] [ALPM] upgraded startup-notification (0.12-6 -> 0.12-7)
  2875  [2020-12-03T18:13:47+0800] [ALPM] upgraded zenity (3.32.0+17+gfb0938f-1 -> 3.32.0+55+gd7bedff-1)
  2876  [2020-12-03T18:13:47+0800] [ALPM] installed xorg-fonts-encodings (1.0.5-2)
  2877  [2020-12-03T18:13:47+0800] [ALPM] upgraded libfontenc (1.1.4-1 -> 1.1.4-3)
  2878  [2020-12-03T18:13:47+0800] [ALPM] upgraded libxfont2 (2.0.4-2 -> 2.0.4-3)
  2879  [2020-12-03T18:13:47+0800] [ALPM] upgraded xorg-xkbcomp (1.4.3-1 -> 1.4.4-1)
  2880  [2020-12-03T18:13:47+0800] [ALPM] upgraded xorg-setxkbmap (1.3.2-1 -> 1.3.2-2)
  2881  [2020-12-03T18:13:47+0800] [ALPM] upgraded xorg-server-common (1.20.8-1 -> 1.20.10-1)
  2882  [2020-12-03T18:13:47+0800] [ALPM] upgraded xorg-server-xwayland (1.20.8-1 -> 1.20.10-1)
  2883  [2020-12-03T18:13:47+0800] [ALPM] upgraded mutter (3.36.1-1 -> 3.38.2-1)
  2884  [2020-12-03T18:13:47+0800] [ALPM] upgraded mobile-broadband-provider-info (20190618-1 -> 20190618-2)
  2885  [2020-12-03T18:13:47+0800] [ALPM] upgraded libnma (1.8.28-1 -> 1.8.30-1)
  2886  [2020-12-03T18:13:47+0800] [ALPM] upgraded nm-connection-editor (1.16.0-1 -> 1.18.0-1)
  2887  [2020-12-03T18:13:47+0800] [ALPM] upgraded gnome-autoar (0.2.4-1 -> 0.2.4-2)
  2888  [2020-12-03T18:13:47+0800] [ALPM] upgraded libatasmart (0.19-4 -> 0.19-5)
  2889  [2020-12-03T18:13:47+0800] [ALPM] upgraded libbytesize (2.2-1 -> 2.4-3)
  2890  [2020-12-03T18:13:47+0800] [ALPM] upgraded thin-provisioning-tools (0.8.5-3 -> 0.9.0-1)
  2891  [2020-12-03T18:13:47+0800] [ALPM] upgraded lvm2 (2.02.187-1 -> 2.02.187-3)
  2892  [2020-12-03T18:13:47+0800] [ALPM] upgraded ndctl (68-1 -> 70.1-1)
  2893  [2020-12-03T18:13:47+0800] [ALPM] upgraded parted (3.3-1 -> 3.3-2)
  2894  [2020-12-03T18:13:47+0800] [ALPM] upgraded volume_key (0.3.12-2 -> 0.3.12-5)
  2895  [2020-12-03T18:13:47+0800] [ALPM] upgraded xfsprogs (5.6.0-1 -> 5.8.0-1)
  2896  [2020-12-03T18:13:47+0800] [ALPM] upgraded libblockdev (2.23-3 -> 2.24-3)
  2897  [2020-12-03T18:13:49+0800] [ALPM] upgraded udisks2 (2.8.4-2 -> 2.9.1-1)
  2898  [2020-12-03T18:13:49+0800] [ALPM] upgraded libpwquality (1.4.2-2 -> 1.4.4-3)
  2899  [2020-12-03T18:13:49+0800] [ALPM] upgraded gnome-disk-utility (3.36.1-2 -> 3.38.0-1)
  2900  [2020-12-03T18:13:49+0800] [ALPM] installed gst-plugin-pipewire (0.3.17-1)
  2901  [2020-12-03T18:13:50+0800] [ALPM] upgraded gnome-shell (1:3.36.1-1 -> 1:3.38.2-1)
  2902  [2020-12-03T18:13:50+0800] [ALPM] upgraded xorg-xrdb (1.2.0-1 -> 1.2.0-2)
  2903  [2020-12-03T18:13:50+0800] [ALPM] upgraded xf86-input-libinput (0.29.0-2 -> 0.30.0-1)
  2904  [2020-12-03T18:13:50+0800] [ALPM] upgraded xorg-server (1.20.8-1 -> 1.20.10-1)
  2905  [2020-12-03T18:13:50+0800] [ALPM] upgraded xorg-xhost (1.0.8-1 -> 1.0.8-2)
  2906  [2020-12-03T18:13:52+0800] [ALPM] warning: directory permissions differ on /var/lib/gdm/.local/
  2907  filesystem: 755  package: 700
  2908  [2020-12-03T18:13:52+0800] [ALPM] upgraded gdm (3.34.1-2 -> 3.38.2-1)
  2909  [2020-12-03T18:13:52+0800] [ALPM] upgraded gtksourceview4 (4.6.0-1 -> 4.8.0-1)
  2910  [2020-12-03T18:13:52+0800] [ALPM] upgraded python-gobject (3.36.0-2 -> 3.38.0-3)
  2911  [2020-12-03T18:13:52+0800] [ALPM] upgraded tepl (4.4.0-1 -> 5.0.1-1)
  2912  [2020-12-03T18:13:54+0800] [ALPM] upgraded gedit (3.36.2-1 -> 3.38.1-1)
  2913  [2020-12-03T18:13:54+0800] [ALPM] upgraded libspiro (1:20190731-1 -> 1:20200505-2)
  2914  [2020-12-03T18:13:54+0800] [ALPM] upgraded libgexiv2 (0.12.0-4 -> 0.12.1-3)
  2915  [2020-12-03T18:13:55+0800] [ALPM] upgraded jasper (2.0.16-1 -> 2.0.19-1)
  2916  [2020-12-03T18:13:55+0800] [ALPM] upgraded libraw (0.19.5-2 -> 0.20.2-1)
  2917  [2020-12-03T18:13:56+0800] [ALPM] upgraded luajit (2.0.5-2 -> 2.0.5-3)
  2918  [2020-12-03T18:13:56+0800] [ALPM] upgraded lensfun (0.3.95-1 -> 0.3.95-4)
  2919  [2020-12-03T18:13:56+0800] [ALPM] upgraded metis (5.1.0.p8-1 -> 5.1.0.p10-1)
  2920  [2020-12-03T18:13:57+0800] [ALPM] upgraded lapack (3.9.0-2 -> 3.9.0-3)
  2921  [2020-12-03T18:13:57+0800] [ALPM] installed tbb (2020.3-1)
  2922  [2020-12-03T18:13:57+0800] [ALPM] upgraded suitesparse (5.7.2-1 -> 5.8.1-1)
  2923  [2020-12-03T18:13:58+0800] [ALPM] upgraded gegl (0.4.22-1 -> 0.4.26-1)
  2924  [2020-12-03T18:13:58+0800] [ALPM] upgraded gfbgraph (0.2.3+23+g5925221-1 -> 0.2.4-1)
  2925  [2020-12-03T18:13:58+0800] [ALPM] upgraded perl-error (0.17029-1 -> 0.17029-2)
  2926  [2020-12-03T18:13:58+0800] [ALPM] upgraded perl-timedate (2.32-1 -> 2.33-2)
  2927  [2020-12-03T18:13:59+0800] [ALPM] upgraded perl-mailtools (2.21-2 -> 2.21-4)
  2928  [2020-12-03T18:13:59+0800] [ALPM] upgraded grep (3.4-1 -> 3.6-1)
  2929  [2020-12-03T18:14:00+0800] [ALPM] upgraded git (2.26.2-1 -> 2.29.2-1)
  2930  [2020-12-03T18:14:00+0800] [ALPM] upgraded glu (9.0.1-1 -> 9.0.1-2)
  2931  [2020-12-03T18:14:01+0800] [ALPM] upgraded liburcu (0.11.0-1 -> 0.11.0-2)
  2932  [2020-12-03T18:14:04+0800] [ALPM] upgraded glusterfs (1:7.4-1 -> 1:8.2-2)
  2933  [2020-12-03T18:14:04+0800] [ALPM-SCRIPTLET] -- Read https://gluster.readthedocs.io/en/latest/Upgrade-Guide/ page!
  2934  [2020-12-03T18:14:07+0800] [ALPM] upgraded gnome-backgrounds (3.36.0-1 -> 3.38.0-1)
  2935  [2020-12-03T18:14:07+0800] [ALPM] installed edk2-ovmf (202008-1)
  2936  [2020-12-03T18:14:07+0800] [ALPM] upgraded gtk-vnc (1.0.0-1 -> 1.0.0-2)
  2937  [2020-12-03T18:14:07+0800] [ALPM] upgraded osinfo-db (20200214-1 -> 20201015-1)
  2938  [2020-12-03T18:14:07+0800] [ALPM] upgraded libosinfo (1.7.1-1 -> 1.8.0-1)
  2939  [2020-12-03T18:14:07+0800] [ALPM] upgraded yajl (2.1.0-2 -> 2.1.0-4)
  2940  [2020-12-03T18:14:07+0800] [ALPM] upgraded numactl (2.0.13-3 -> 2.0.14-1)
  2941  [2020-12-03T18:14:07+0800] [ALPM] warning: /etc/libvirt/qemu/networks/default.xml installed as /etc/libvirt/qemu/networks/default.xml.pacnew
  2942  [2020-12-03T18:14:07+0800] [ALPM] warning: /etc/libvirt/virtinterfaced.conf installed as /etc/libvirt/virtinterfaced.conf.pacnew
  2943  [2020-12-03T18:14:07+0800] [ALPM] warning: /etc/libvirt/virtlxcd.conf installed as /etc/libvirt/virtlxcd.conf.pacnew
  2944  [2020-12-03T18:14:07+0800] [ALPM] warning: /etc/libvirt/virtnetworkd.conf installed as /etc/libvirt/virtnetworkd.conf.pacnew
  2945  [2020-12-03T18:14:07+0800] [ALPM] warning: /etc/libvirt/virtnodedevd.conf installed as /etc/libvirt/virtnodedevd.conf.pacnew
  2946  [2020-12-03T18:14:07+0800] [ALPM] warning: /etc/libvirt/virtnwfilterd.conf installed as /etc/libvirt/virtnwfilterd.conf.pacnew
  2947  [2020-12-03T18:14:07+0800] [ALPM] warning: /etc/libvirt/virtproxyd.conf installed as /etc/libvirt/virtproxyd.conf.pacnew
  2948  [2020-12-03T18:14:07+0800] [ALPM] warning: /etc/libvirt/virtqemud.conf installed as /etc/libvirt/virtqemud.conf.pacnew
  2949  [2020-12-03T18:14:07+0800] [ALPM] warning: /etc/libvirt/virtsecretd.conf installed as /etc/libvirt/virtsecretd.conf.pacnew
  2950  [2020-12-03T18:14:07+0800] [ALPM] warning: /etc/libvirt/virtstoraged.conf installed as /etc/libvirt/virtstoraged.conf.pacnew
  2951  [2020-12-03T18:14:07+0800] [ALPM] warning: /etc/libvirt/virtvboxd.conf installed as /etc/libvirt/virtvboxd.conf.pacnew
  2952  [2020-12-03T18:14:08+0800] [ALPM] upgraded libvirt (5.10.0-3 -> 1:6.5.0-3)
  2953  [2020-12-03T18:14:08+0800] [ALPM] upgraded libvirt-glib (3.0.0-1 -> 3.0.0-2)
  2954  [2020-12-03T18:14:08+0800] [ALPM] upgraded mtools (4.0.24-1 -> 4.0.26-1)
  2955  [2020-12-03T18:14:08+0800] [ALPM] upgraded vte-common (0.60.2-1 -> 0.62.1-1)
  2956  [2020-12-03T18:14:08+0800] [ALPM] upgraded vte3 (0.60.2-1 -> 0.62.1-1)
  2957  [2020-12-03T18:14:08+0800] [ALPM] upgraded seabios (1.13.0-1 -> 1.14.0-1)
  2958  [2020-12-03T18:14:08+0800] [ALPM] upgraded libnfs (4.0.0-3 -> 4.0.0-4)
  2959  [2020-12-03T18:14:08+0800] [ALPM] upgraded vde2 (2.3.2-13 -> 2.3.2-16)
  2960  [2020-12-03T18:14:08+0800] [ALPM-SCRIPTLET] vde config files should be placed in /etc/vde, sample files are provided.
  2961  [2020-12-03T18:14:08+0800] [ALPM-SCRIPTLET] iptables and dhcpd sample files have been installed to '/usr/share/vde2'.
  2962  [2020-12-03T18:14:08+0800] [ALPM-SCRIPTLET] Merge those examples, if needed to the according config files.
  2963  [2020-12-03T18:14:08+0800] [ALPM] upgraded spice (0.14.2-1 -> 0.14.3-2)
  2964  [2020-12-03T18:14:08+0800] [ALPM] upgraded libcacard (2.7.0-1 -> 2.7.0-2)
  2965  [2020-12-03T18:14:08+0800] [ALPM] upgraded usbredir (0.8.0-1 -> 0.8.0-2)
  2966  [2020-12-03T18:14:08+0800] [ALPM] upgraded libslirp (4.3.0-1 -> 4.4.0-1)
  2967  [2020-12-03T18:14:08+0800] [ALPM] installed liburing (0.7-2)
  2968  [2020-12-03T18:14:08+0800] [ALPM] upgraded qemu (4.2.0-2 -> 5.1.0-3)
  2969  [2020-12-03T18:14:08+0800] [ALPM] upgraded phodav (2.4-1 -> 2.5-1)
  2970  [2020-12-03T18:14:08+0800] [ALPM] upgraded spice-gtk (0.37-1 -> 0.38-1)
  2971  [2020-12-03T18:14:09+0800] [ALPM] upgraded gnome-boxes (3.36.0-1 -> 3.38.1-2)
  2972  [2020-12-03T18:14:10+0800] [ALPM] upgraded gnome-calculator (3.36.0-1 -> 3.38.2-1)
  2973  [2020-12-03T18:14:10+0800] [ALPM] upgraded libgtop (2.40.0+2+g31db82ef-1 -> 2.40.0+2+g31db82ef-2)
  2974  [2020-12-03T18:14:10+0800] [ALPM] upgraded libxklavier (5.4-2 -> 5.4-3)
  2975  [2020-12-03T18:14:10+0800] [ALPM] upgraded libgnomekbd (3.26.1+2+g8d02ebd-1 -> 3.26.1+2+g8d02ebd-2)
  2976  [2020-12-03T18:14:10+0800] [ALPM] upgraded liboauth (1.0.3+14+g186fb14-1 -> 1.0.3+14+g186fb14-2)
  2977  [2020-12-03T18:14:10+0800] [ALPM] upgraded lua52-socket (20190219-1 -> 20200329-1)
  2978  [2020-12-03T18:14:10+0800] [ALPM] upgraded lua52-bitop (1.0.2-8 -> 1.0.2-9)
  2979  [2020-12-03T18:14:10+0800] [ALPM] upgraded lua52-expat (1.3.0-4 -> 1.3.0-5)
  2980  [2020-12-03T18:14:10+0800] [ALPM] upgraded lua52-lpeg (1.0.2-1 -> 1.0.2-3)
  2981  [2020-12-03T18:14:10+0800] [ALPM] upgraded lua52-luajson (1.3.4-2 -> 1.3.4-3)
  2982  [2020-12-03T18:14:10+0800] [ALPM] upgraded libquvi-scripts (0.9.20131130-4 -> 0.9.20131130-5)
  2983  [2020-12-03T18:14:10+0800] [ALPM] upgraded libquvi (0.9.4-5 -> 0.9.4-6)
  2984  [2020-12-03T18:14:10+0800] [ALPM] upgraded grilo (0.3.12-1 -> 0.3.13-1)
  2985  [2020-12-03T18:14:10+0800] [ALPM] upgraded gsound (1.0.2-4 -> 1.0.2-5)
  2986  [2020-12-03T18:14:10+0800] [ALPM] upgraded shared-color-targets (0.1.7-2 -> 0.1.7-3)
  2987  [2020-12-03T18:14:11+0800] [ALPM] upgraded gnome-control-center (3.36.1-1 -> 3.38.2-1)
  2988  [2020-12-03T18:14:11+0800] [ALPM] installed libhandy0 (0.0.13+12+gaa6b6f4-2)
  2989  [2020-12-03T18:14:11+0800] [ALPM] upgraded gnome-calendar (3.36.1-1 -> 3.38.1-1)
  2990  [2020-12-03T18:14:12+0800] [ALPM] upgraded noto-fonts-emoji (20191016-6 -> 20200916-1)
  2991  [2020-12-03T18:14:12+0800] [ALPM] upgraded gnome-characters (3.34.0-1 -> 3.34.0+9+geeab5f2-1)
  2992  [2020-12-03T18:14:13+0800] [ALPM] upgraded gnome-clocks (3.36.0-1 -> 3.38.0-1)
  2993  [2020-12-03T18:14:14+0800] [ALPM] upgraded gnome-contacts (3.36.1-1 -> 3.38.1-1)
  2994  [2020-12-03T18:14:16+0800] [ALPM] upgraded gnome-dictionary (3.26.1-1 -> 3.26.1+96+gedfc2b5-1)
  2995  [2020-12-03T18:14:16+0800] [ALPM] upgraded gnome-epub-thumbnailer (1.6-1 -> 1.6-2)
  2996  [2020-12-03T18:14:16+0800] [ALPM] upgraded yelp-xsl (3.36.0-1 -> 3.38.2-1)
  2997  [2020-12-03T18:14:16+0800] [ALPM] upgraded yelp (3.36.0-1 -> 3.38.2-1)
  2998  [2020-12-03T18:14:19+0800] [ALPM] upgraded gnome-getting-started-docs (3.36.2-1 -> 3.38.0-1)
  2999  [2020-12-03T18:14:19+0800] [ALPM] upgraded gnome-logs (3.34.0-1 -> 3.36.0-1)
  3000  [2020-12-03T18:14:20+0800] [ALPM] upgraded libchamplain (0.12.20-1 -> 0.12.20-2)
  3001  [2020-12-03T18:14:20+0800] [ALPM] upgraded gnome-maps (3.36.2-1 -> 3.38.2-1)
  3002  [2020-12-03T18:14:20+0800] [ALPM] upgraded lua (5.3.5-3 -> 5.4.1-1)
  3003  [2020-12-03T18:14:20+0800] [ALPM] upgraded libmediaart (1.9.4+1+ga704d0b-1 -> 1.9.4+1+ga704d0b-2)
  3004  [2020-12-03T18:14:20+0800] [ALPM] upgraded gom (0.4-1 -> 0.4-3)
  3005  [2020-12-03T18:14:20+0800] [ALPM] upgraded libdmapsharing (2.9.39-2 -> 2.9.39-3)
  3006  [2020-12-03T18:14:20+0800] [ALPM] upgraded grilo-plugins (0.3.11+4+g11cc1f8-1 -> 1:0.3.12-2)
  3007  [2020-12-03T18:14:20+0800] [ALPM] upgraded libcue (2.2.1-1 -> 2.2.1-2)
  3008  [2020-12-03T18:14:20+0800] [ALPM] upgraded libgrss (0.7.0+16+g971c421-2 -> 0.7.0+16+g971c421-3)
  3009  [2020-12-03T18:14:20+0800] [ALPM] upgraded libiptcdata (1.0.4-4 -> 1.0.4-5)
  3010  [2020-12-03T18:14:20+0800] [ALPM] installed tracker3-miners (3.0.1-1)
  3011  [2020-12-03T18:14:21+0800] [ALPM] upgraded libcddb (1.3.2-5 -> 1.3.2-6)
  3012  [2020-12-03T18:14:21+0800] [ALPM] upgraded libcdio (2.1.0-1 -> 2.1.0-2)
  3013  [2020-12-03T18:14:21+0800] [ALPM] upgraded libcdio-paranoia (10.2+2.0.1-1 -> 10.2+2.0.1-2)
  3014  [2020-12-03T18:14:22+0800] [ALPM] upgraded gvfs (1.44.1-1 -> 1.46.1-1)
  3015  [2020-12-03T18:14:22+0800] [ALPM] upgraded python-cairo (1.19.1-1 -> 1.20.0-3)
  3016  [2020-12-03T18:14:23+0800] [ALPM] upgraded python-urllib3 (1.25.9-1 -> 1.25.10-4)
  3017  [2020-12-03T18:14:23+0800] [ALPM] upgraded python-appdirs (1.4.3-5 -> 1.4.4-3)
  3018  [2020-12-03T18:14:23+0800] [ALPM] upgraded python-pyparsing (2.4.7-1 -> 2.4.7-3)
  3019  [2020-12-03T18:14:23+0800] [ALPM] upgraded python-six (1.14.0-1 -> 1.15.0-3)
  3020  [2020-12-03T18:14:23+0800] [ALPM] upgraded python-packaging (20.3-1 -> 20.7-1)
  3021  [2020-12-03T18:14:23+0800] [ALPM] upgraded python-ordered-set (3.1.1-1 -> 4.0.2-3)
  3022  [2020-12-03T18:14:23+0800] [ALPM] upgraded python-setuptools (1:46.1.3-1 -> 1:50.3.2-4)
  3023  [2020-12-03T18:14:23+0800] [ALPM] upgraded python-chardet (3.0.4-4 -> 3.0.4-7)
  3024  [2020-12-03T18:14:23+0800] [ALPM] upgraded python-idna (2.9-1 -> 2.10-3)
  3025  [2020-12-03T18:14:23+0800] [ALPM] upgraded python-requests (2.23.0-1 -> 2.25.0-1)
  3026  [2020-12-03T18:14:24+0800] [ALPM] upgraded gnome-music (1:3.36.2-1 -> 1:3.38.2-1)
  3027  [2020-12-03T18:14:25+0800] [ALPM] upgraded libzapojit (0.0.3+14+g2dace3f-1 -> 0.0.3+14+g2dace3f-2)
  3028  [2020-12-03T18:14:25+0800] [ALPM] upgraded tracker (2.3.4-1 -> 2.3.6-2)
  3029  [2020-12-03T18:14:25+0800] [ALPM] upgraded gnome-online-miners (3.34.0-1 -> 3.34.0-2)
  3030  [2020-12-03T18:14:25+0800] [ALPM] upgraded tracker-miners (2.3.3-1 -> 2.3.5-2)
  3031  [2020-12-03T18:14:26+0800] [ALPM] upgraded gnome-photos (3.34.1-1 -> 3.38.0-1)
  3032  [2020-12-03T18:14:26+0800] [ALPM] upgraded libvncserver (0.9.12-2 -> 0.9.13-1)
  3033  [2020-12-03T18:14:26+0800] [ALPM] upgraded gnome-remote-desktop (0.1.8-1 -> 0.1.9-1)
  3034  [2020-12-03T18:14:26+0800] [ALPM] upgraded gnome-screenshot (3.36.0-1 -> 3.38.0-1)
  3035  [2020-12-03T18:14:27+0800] [ALPM] upgraded gnome-shell-extensions (3.36.1-1 -> 3.38.2-1)
  3036  [2020-12-03T18:14:27+0800] [ALPM] upgraded libxmlb (0.1.15-2 -> 0.2.1-1)
  3037  [2020-12-03T18:14:28+0800] [ALPM] upgraded malcontent (0.7.0-1 -> 0.9.0-1)
  3038  [2020-12-03T18:14:28+0800] [ALPM] upgraded gnome-software (3.36.0-1 -> 3.38.0-2)
  3039  [2020-12-03T18:14:30+0800] [ALPM] upgraded gtkmm3 (3.24.2-1 -> 3.24.2-2)
  3040  [2020-12-03T18:14:31+0800] [ALPM] upgraded gnome-system-monitor (3.36.0-1 -> 3.38.0-1)
  3041  [2020-12-03T18:14:32+0800] [ALPM] upgraded gnome-terminal (3.36.2-1 -> 3.38.1-2)
  3042  [2020-12-03T18:14:32+0800] [ALPM] upgraded gnome-todo (3.28.1+22+gd56e14e-1 -> 3.28.1+33+gc03a4c1-1)
  3043  [2020-12-03T18:14:38+0800] [ALPM] upgraded gnome-user-docs (3.36.2-1 -> 3.38.2-1)
  3044  [2020-12-03T18:14:38+0800] [ALPM] upgraded mod_dnssd (0.6-7 -> 0.6-8)
  3045  [2020-12-03T18:14:39+0800] [ALPM] upgraded gnome-user-share (3.34.0-1 -> 3.34.0-2)
  3046  [2020-12-03T18:14:41+0800] [ALPM] upgraded grub (2:2.04-5 -> 2:2.04-8)
  3047  [2020-12-03T18:14:42+0800] [ALPM] upgraded gst-plugin-gtk (1.16.2-3 -> 1.18.1-1)
  3048  [2020-12-03T18:14:42+0800] [ALPM] upgraded libutempter (1.1.6-3 -> 1.2.1-1)
  3049  [2020-12-03T18:14:43+0800] [ALPM] upgraded python-dbus-common (1.2.16-1 -> 1.2.16-3)
  3050  [2020-12-03T18:14:44+0800] [ALPM] upgraded python-dbus (1.2.16-1 -> 1.2.16-3)
  3051  [2020-12-03T18:14:44+0800] [ALPM] upgraded python-pbr (5.4.4-2 -> 5.5.1-3)
  3052  [2020-12-03T18:14:44+0800] [ALPM] upgraded libxres (1.2.0-1 -> 1.2.0-2)
  3053  [2020-12-03T18:14:44+0800] [ALPM] upgraded guake (3.7.0-1 -> 3.7.0-2)
  3054  [2020-12-03T18:14:44+0800] [ALPM] upgraded gvfs-afc (1.44.1-1 -> 1.46.1-1)
  3055  [2020-12-03T18:14:44+0800] [ALPM] upgraded gvfs-goa (1.44.1-1 -> 1.46.1-1)
  3056  [2020-12-03T18:14:44+0800] [ALPM] upgraded gvfs-google (1.44.1-1 -> 1.46.1-1)
  3057  [2020-12-03T18:14:44+0800] [ALPM] upgraded gvfs-gphoto2 (1.44.1-1 -> 1.46.1-1)
  3058  [2020-12-03T18:14:44+0800] [ALPM] upgraded libmtp (1.1.17-1 -> 1.1.18-1)
  3059  [2020-12-03T18:14:44+0800] [ALPM] upgraded gvfs-mtp (1.44.1-1 -> 1.46.1-1)
  3060  [2020-12-03T18:14:44+0800] [ALPM] upgraded gvfs-nfs (1.44.1-1 -> 1.46.1-1)
  3061  [2020-12-03T18:14:45+0800] [ALPM] upgraded gvfs-smb (1.44.1-1 -> 1.46.1-1)
  3062  [2020-12-03T18:14:45+0800] [ALPM] upgraded hspell (1.4-2 -> 1.4-3)
  3063  [2020-12-03T18:14:45+0800] [ALPM] upgraded hunspell (1.7.0-2 -> 1.7.0-3)
  3064  [2020-12-03T18:14:49+0800] [ALPM] upgraded python2 (2.7.17-3 -> 2.7.18-2)
  3065  [2020-12-03T18:14:50+0800] [ALPM] upgraded python2-gobject2 (2.28.7-5 -> 2.28.7-6)
  3066  [2020-12-03T18:14:50+0800] [ALPM] upgraded python2-dbus (1.2.16-1 -> 1.2.16-3)
  3067  [2020-12-03T18:14:50+0800] [ALPM] upgraded python2-gobject (3.36.0-2 -> 3.36.1-2)
  3068  [2020-12-03T18:14:51+0800] [ALPM] upgraded ibus (1.5.22-1 -> 1.5.23+1+gdd4cc5b0-3)
  3069  [2020-12-03T18:14:53+0800] [ALPM] upgraded kyotocabinet (1.2.77-1 -> 1.2.78-1)
  3070  [2020-12-03T18:14:55+0800] [ALPM] upgraded libpinyin (2.3.0-1 -> 2.3.0-2)
  3071  [2020-12-03T18:14:56+0800] [ALPM] installed lua53 (5.3.6-1)
  3072  [2020-12-03T18:14:56+0800] [ALPM] installed opencc (1.1.1-5)
  3073  [2020-12-03T18:14:56+0800] [ALPM] upgraded python-pyxdg (0.26-6 -> 0.26-8)
  3074  [2020-12-03T18:14:56+0800] [ALPM] upgraded ibus-libpinyin (1.11.1-3 -> 1.11.1-6)
  3075  [2020-12-03T18:14:57+0800] [ALPM] upgraded iniparser (4.1-1 -> 4.1-3)
  3076  [2020-12-03T18:14:57+0800] [ALPM] upgraded iputils (20190709-2 -> 20200821-1)
  3077  [2020-12-03T18:14:57+0800] [ALPM] upgraded iw (5.4-1 -> 5.9-1)
  3078  [2020-12-03T18:14:57+0800] [ALPM] upgraded jemalloc (1:5.2.1-1 -> 1:5.2.1-3)
  3079  [2020-12-03T18:15:00+0800] [ALPM] upgraded js68 (68.7.0-1 -> 68.12.0-1)
  3080  [2020-12-03T18:15:03+0800] [ALPM] upgraded kubectl (1.18.2-1 -> 1.19.4-2)
  3081  [2020-12-03T18:15:03+0800] [ALPM] upgraded ladspa (1.15-1 -> 1.15-2)
  3082  [2020-12-03T18:15:03+0800] [ALPM] upgraded leptonica (1.79.0-1 -> 1.80.0-1)
  3083  [2020-12-03T18:15:04+0800] [ALPM] upgraded librevenge (0.0.4-2 -> 0.0.4-3)
  3084  [2020-12-03T18:15:04+0800] [ALPM] upgraded libabw (0.1.3-1 -> 0.1.3-2)
  3085  [2020-12-03T18:15:05+0800] [ALPM] upgraded libao (1.2.2-2 -> 1.2.2-5)
  3086  [2020-12-03T18:15:06+0800] [ALPM] upgraded libatomic_ops (7.6.10-1 -> 7.6.10-2)
  3087  [2020-12-03T18:15:07+0800] [ALPM] upgraded libwpd (0.10.3-1 -> 0.10.3-2)
  3088  [2020-12-03T18:15:08+0800] [ALPM] upgraded libcdr (0.1.6-1 -> 0.1.6-2)
  3089  [2020-12-03T18:15:08+0800] [ALPM] upgraded libdbusmenu-qt5 (0.9.3+16.04.20160218-4 -> 0.9.3+16.04.20160218-5)
  3090  [2020-12-03T18:15:08+0800] [ALPM] upgraded liblangtag (0.6.3-1 -> 0.6.3-2)
  3091  [2020-12-03T18:15:09+0800] [ALPM] upgraded libe-book (0.1.3-6 -> 0.1.3-7)
  3092  [2020-12-03T18:15:09+0800] [ALPM] upgraded libepubgen (0.1.1-1 -> 0.1.1-2)
  3093  [2020-12-03T18:15:09+0800] [ALPM] upgraded libexttextcat (3.4.5-1 -> 3.4.5-2)
  3094  [2020-12-03T18:15:09+0800] [ALPM] upgraded libfreehand (0.1.2-2 -> 0.1.2-3)
  3095  [2020-12-03T18:15:09+0800] [ALPM] upgraded libgepub (0.6.0-1 -> 0.6.0-2)
  3096  [2020-12-03T18:15:09+0800] [ALPM] upgraded libimagequant (2.12.6-1 -> 2.13.1-1)
  3097  [2020-12-03T18:15:09+0800] [ALPM] upgraded libiscsi (1.19.0-1 -> 1.19.0-2)
  3098  [2020-12-03T18:15:09+0800] [ALPM] upgraded libixion (0.15.0-1 -> 0.16.1-3)
  3099  [2020-12-03T18:15:09+0800] [ALPM] upgraded libmng (2.0.3-2 -> 2.0.3-3)
  3100  [2020-12-03T18:15:09+0800] [ALPM] upgraded libmpeg2 (0.5.1-6 -> 0.5.1-7)
  3101  [2020-12-03T18:15:09+0800] [ALPM] upgraded libmspub (0.1.4-6 -> 0.1.4-8)
  3102  [2020-12-03T18:15:09+0800] [ALPM] upgraded libmusicbrainz5 (5.1.0-3 -> 5.1.0-4)
  3103  [2020-12-03T18:15:10+0800] [ALPM] upgraded libmwaw (0.3.16-1 -> 0.3.17-1)
  3104  [2020-12-03T18:15:10+0800] [ALPM] upgraded libnautilus-extension (3.36.2-1 -> 3.38.2-1)
  3105  [2020-12-03T18:15:11+0800] [ALPM] upgraded libndp (1.7-1 -> 1.7-2)
  3106  [2020-12-03T18:15:11+0800] [ALPM] upgraded slang (2.3.2-1 -> 2.3.2-2)
  3107  [2020-12-03T18:15:11+0800] [ALPM] upgraded libnewt (0.52.21-3 -> 0.52.21-5)
  3108  [2020-12-03T18:15:11+0800] [ALPM] upgraded libnumbertext (1.0.5-1 -> 1.0.6-1)
  3109  [2020-12-03T18:15:11+0800] [ALPM] upgraded libodfgen (0.1.7-1 -> 0.1.7-2)
  3110  [2020-12-03T18:15:11+0800] [ALPM] upgraded liborcus (0.15.4-1 -> 0.16.1-3)
  3111  [2020-12-03T18:15:11+0800] [ALPM] upgraded libpgm (5.2.122-5 -> 5.3.128-1)
  3112  [2020-12-03T18:15:11+0800] [ALPM] upgraded libpipeline (1.5.2-1 -> 1.5.3-1)
  3113  [2020-12-03T18:15:11+0800] [ALPM] upgraded libqxp (0.0.2-3 -> 0.0.2-4)
  3114  [2020-12-03T18:15:11+0800] [ALPM] upgraded libwps (0.4.11-1 -> 0.4.12-1)
  3115  [2020-12-03T18:15:11+0800] [ALPM] upgraded rasqal (1:0.9.33-2 -> 1:0.9.33-4)
  3116  [2020-12-03T18:15:12+0800] [ALPM] upgraded redland (1:1.0.17-7 -> 1:1.0.17-8)
  3117  [2020-12-03T18:15:12+0800] [ALPM] upgraded lpsolve (5.5.2.5-3 -> 5.5.2.5-4)
  3118  [2020-12-03T18:15:12+0800] [ALPM] upgraded libwpg (0.3.3-1 -> 0.3.3-2)
  3119  [2020-12-03T18:15:12+0800] [ALPM] upgraded libvisio (0.1.7-2 -> 0.1.7-3)
  3120  [2020-12-03T18:15:13+0800] [ALPM] upgraded libtommath (1.2.0-1 -> 1.2.0-3)
  3121  [2020-12-03T18:15:13+0800] [ALPM] upgraded libzmf (0.0.2-7 -> 0.0.2-8)
  3122  [2020-12-03T18:15:26+0800] [ALPM] upgraded libreoffice-still (6.3.5-4 -> 6.4.7-4)
  3123  [2020-12-03T18:15:26+0800] [ALPM] upgraded libsodium (1.0.18-1 -> 1.0.18-2)
  3124  [2020-12-03T18:15:26+0800] [ALPM] upgraded zeromq (4.3.2-1 -> 4.3.3-2)
  3125  [2020-12-03T18:15:26+0800] [ALPM] upgraded libteam (1.30-1 -> 1.31-2)
  3126  [2020-12-03T18:15:26+0800] [ALPM] upgraded libvoikko (4.3-1 -> 4.3-3)
  3127  [2020-12-03T18:15:26+0800] [ALPM] upgraded licenses (20191011-2 -> 20200427-1)
  3128  [2020-12-03T18:15:26+0800] [ALPM] upgraded mkinitcpio-busybox (1.31.1-1 -> 1.31.1-2)
  3129  [2020-12-03T18:15:26+0800] [ALPM] upgraded mkinitcpio (27-3 -> 29-1)
  3130  [2020-12-03T18:15:32+0800] [ALPM] upgraded linux (5.6.6.arch1-1 -> 5.9.11.arch2-1)
  3131  [2020-12-03T18:15:42+0800] [ALPM] upgraded linux-firmware (20200316.8eb0b28-1 -> 20201120.bc9cd0b-1)
  3132  [2020-12-03T18:15:49+0800] [ALPM] upgraded linux-headers (5.6.6.arch1-1 -> 5.9.11.arch2-1)
  3133  [2020-12-03T18:15:49+0800] [ALPM] upgraded man-db (2.9.1-2 -> 2.9.3-1)
  3134  [2020-12-03T18:15:50+0800] [ALPM] upgraded mbedtls (2.16.5-1 -> 2.16.7-1)
  3135  [2020-12-03T18:15:52+0800] [ALPM] upgraded minikube (1.9.2-1 -> 1.15.1-1)
  3136  [2020-12-03T18:15:52+0800] [ALPM] upgraded mousetweaks (3.32.0-1 -> 3.32.0-2)
  3137  [2020-12-03T18:15:53+0800] [ALPM] upgraded nautilus (3.36.2-1 -> 3.38.2-1)
  3138  [2020-12-03T18:15:53+0800] [ALPM] upgraded nautilus-sendto (3.8.6+14+ge8a3604-1 -> 3.8.6+28+gc87aac4-1)
  3139  [2020-12-03T18:15:53+0800] [ALPM] upgraded netcf (0.2.8-7 -> 0.2.8-8)
  3140  [2020-12-03T18:15:55+0800] [ALPM] upgraded networkmanager (1.22.10-1 -> 1.26.4-1)
  3141  [2020-12-03T18:16:00+0800] [ALPM] upgraded opencv (4.3.0-7 -> 4.5.0-3)
  3142  [2020-12-03T18:16:00+0800] [ALPM] upgraded pkcs11-helper (1.26.0-1 -> 1.27.0-1)
  3143  [2020-12-03T18:16:00+0800] [ALPM] upgraded openvpn (2.4.9-2 -> 2.5.0-3)
  3144  [2020-12-03T18:16:00+0800] [ALPM-SCRIPTLET] :: OpenVPN now uses a netlink interface for network configuration. The systemd
  3145  [2020-12-03T18:16:00+0800] [ALPM-SCRIPTLET]    units start the process with a dedicated unprivileged user 'openvpn', with
  3146  [2020-12-03T18:16:00+0800] [ALPM-SCRIPTLET]    extra capabilities(7). The configuration should no longer drop privileges,
  3147  [2020-12-03T18:16:00+0800] [ALPM-SCRIPTLET]    so remove 'user' and 'group' directives.
  3148  [2020-12-03T18:16:00+0800] [ALPM-SCRIPTLET]    Scripts that require elevated privileges may need a workaround.
  3149  [2020-12-03T18:16:00+0800] [ALPM] upgraded python-atspi (2.36.0-1 -> 2.38.0-3)
  3150  [2020-12-03T18:16:01+0800] [ALPM] upgraded speech-dispatcher (0.9.1-3 -> 0.10.2-1)
  3151  [2020-12-03T18:16:01+0800] [ALPM] upgraded xorg-xmodmap (1.0.10-1 -> 1.0.10-2)
  3152  [2020-12-03T18:16:02+0800] [ALPM] upgraded orca (3.36.2-1 -> 3.38.0-2)
  3153  [2020-12-03T18:16:02+0800] [ALPM] upgraded pacman-contrib (1.3.0-1 -> 1.4.0-1)
  3154  [2020-12-03T18:16:02+0800] [ALPM] upgraded perl-parse-yapp (1.21-2 -> 1.21-3)
  3155  [2020-12-03T18:16:02+0800] [ALPM] upgraded pkgconf (1.6.3-3 -> 1.7.3-1)
  3156  [2020-12-03T18:16:02+0800] [ALPM] warning: /etc/containers/registries.conf installed as /etc/containers/registries.conf.pacnew
  3157  [2020-12-03T18:16:02+0800] [ALPM] warning: /etc/containers/seccomp.json installed as /etc/containers/seccomp.json.pacnew
  3158  [2020-12-03T18:16:02+0800] [ALPM] warning: /etc/containers/storage.conf installed as /etc/containers/storage.conf.pacnew
  3159  [2020-12-03T18:16:02+0800] [ALPM] installed containers-common (0.30.0-1)
  3160  [2020-12-03T18:16:02+0800] [ALPM] upgraded slirp4netns (1.0.1-1 -> 1.1.7-1)
  3161  [2020-12-03T18:16:06+0800] [ALPM] upgraded podman (1.9.0-2 -> 2.2.0-1)
  3162  [2020-12-03T18:16:07+0800] [ALPM] upgraded privoxy (3.0.28-1 -> 3.0.28-2)
  3163  [2020-12-03T18:16:07+0800] [ALPM] upgraded proxychains-ng (4.14-1 -> 4.14-2)
  3164  [2020-12-03T18:16:08+0800] [ALPM] upgraded python-msgpack (1.0.0-1 -> 1.0.0-3)
  3165  [2020-12-03T18:16:08+0800] [ALPM] upgraded python-cachecontrol (0.12.6-1 -> 0.12.6-3)
  3166  [2020-12-03T18:16:08+0800] [ALPM] upgraded python-certifi (2019.11.28-1 -> 2020.6.20-3)
  3167  [2020-12-03T18:16:08+0800] [ALPM] upgraded python-colorama (0.4.3-1 -> 0.4.4-3)
  3168  [2020-12-03T18:16:08+0800] [ALPM] upgraded python-contextlib2 (0.6.0.post1-1 -> 0.6.0.post1-3)
  3169  [2020-12-03T18:16:09+0800] [ALPM] upgraded python-distlib (0.3.0-1 -> 0.3.1-2)
  3170  [2020-12-03T18:16:09+0800] [ALPM] upgraded python-distro (1.5.0-1 -> 1.5.0-3)
  3171  [2020-12-03T18:16:09+0800] [ALPM] upgraded python-filelock (3.0.12-3 -> 3.0.12-5)
  3172  [2020-12-03T18:16:09+0800] [ALPM] upgraded python-webencodings (0.5.1-4 -> 0.5.1-6)
  3173  [2020-12-03T18:16:10+0800] [ALPM] upgraded python-html5lib (1.0.1-7 -> 1.1-5)
  3174  [2020-12-03T18:16:11+0800] [ALPM] upgraded python-numpy (1.18.4-1 -> 1.19.4-3)
  3175  [2020-12-03T18:16:12+0800] [ALPM] upgraded python-toml (0.10.1-1 -> 0.10.2-3)
  3176  [2020-12-03T18:16:12+0800] [ALPM] upgraded python-pep517 (0.8.2-1 -> 0.9.1-3)
  3177  [2020-12-03T18:16:13+0800] [ALPM] upgraded python-virtualenv (20.0.18-1 -> 20.2.0-1)
  3178  [2020-12-03T18:16:13+0800] [ALPM] upgraded python-virtualenv-clone (0.5.4-1 -> 0.5.4-3)
  3179  [2020-12-03T18:16:13+0800] [ALPM] upgraded python-pew (1.2.0-4 -> 1.2.0-5)
  3180  [2020-12-03T18:16:13+0800] [ALPM] upgraded python-pillow (6.2.1-1 -> 8.0.1-3)
  3181  [2020-12-03T18:16:13+0800] [ALPM] upgraded python-progress (1.5-3 -> 1.5-5)
  3182  [2020-12-03T18:16:13+0800] [ALPM] upgraded python-retrying (1.3.3-6 -> 1.3.3-9)
  3183  [2020-12-03T18:16:13+0800] [ALPM] installed python-resolvelib (0.5.2-1)
  3184  [2020-12-03T18:16:13+0800] [ALPM] installed python-ply (3.11-7)
  3185  [2020-12-03T18:16:13+0800] [ALPM] installed python-pycparser (2.20-3)
  3186  [2020-12-03T18:16:13+0800] [ALPM] installed python-cffi (1.14.4-1)
  3187  [2020-12-03T18:16:13+0800] [ALPM] installed python-asn1crypto (1.4.0-3)
  3188  [2020-12-03T18:16:13+0800] [ALPM] installed python-cryptography (3.2.1-3)
  3189  [2020-12-03T18:16:13+0800] [ALPM] installed python-pyopenssl (20.0.0-1)
  3190  [2020-12-03T18:16:13+0800] [ALPM] upgraded python-pip (20.0.2-1 -> 20.2-3)
  3191  [2020-12-03T18:16:15+0800] [ALPM] upgraded python-pipenv (2018.11.26-3 -> 2020.11.15-1)
  3192  [2020-12-03T18:16:15+0800] [ALPM] upgraded python-psutil (5.7.0-1 -> 5.7.3-3)
  3193  [2020-12-03T18:16:15+0800] [ALPM] upgraded python-pyocr (0.7.2-3 -> 0.7.2-5)
  3194  [2020-12-03T18:16:15+0800] [ALPM] upgraded python-pyqt5-sip (12.8.0-1 -> 12.8.1-3)
  3195  [2020-12-03T18:16:15+0800] [ALPM] upgraded python-pyqt5 (5.15.0-2 -> 5.15.2-2)
  3196  [2020-12-03T18:16:15+0800] [ALPM] upgraded python-pytoml (0.1.21-3 -> 0.1.21-6)
  3197  [2020-12-03T18:16:15+0800] [ALPM] upgraded python-setproctitle (1.1.10-5 -> 1.2-9)
  3198  [2020-12-03T18:16:15+0800] [ALPM] upgraded python-xapp (2.0.0-1 -> 2.0.2-2)
  3199  [2020-12-03T18:16:27+0800] [ALPM] upgraded qemu-arch-extra (4.2.0-2 -> 5.1.0-3)
  3200  [2020-12-03T18:16:27+0800] [ALPM] upgraded qopenvpn (2.0.0-3 -> 2.0.0-4)
  3201  [2020-12-03T18:16:27+0800] [ALPM] upgraded qt5-imageformats (5.14.2-1 -> 5.15.2-1)
  3202  [2020-12-03T18:16:27+0800] [ALPM] upgraded xxhash (0.7.3-1 -> 0.8.0-1)
  3203  [2020-12-03T18:16:27+0800] [ALPM] upgraded rsync (3.1.3-3 -> 3.2.3-1)
  3204  [2020-12-03T18:16:27+0800] [ALPM] upgraded rubygems (3.1.2-4 -> 3.1.4-1)
  3205  [2020-12-03T18:16:28+0800] [ALPM] upgraded ruby-reline (0.0.7-2 -> 0.1.6-1)
  3206  [2020-12-03T18:16:28+0800] [ALPM] upgraded ruby-irb (1.2.1-1 -> 1.2.7-1)
  3207  [2020-12-03T18:16:29+0800] [ALPM] upgraded ruby (2.7.1-2 -> 2.7.2-1)
  3208  [2020-12-03T18:16:29+0800] [ALPM] installed gst-editing-services (1.18.1-3)
  3209  [2020-12-03T18:16:29+0800] [ALPM] upgraded rygel (0.38.3-1 -> 0.40.0-1)
  3210  [2020-12-03T18:16:31+0800] [ALPM] upgraded samba (4.11.3-3 -> 4.13.2-3)
  3211  [2020-12-03T18:16:31+0800] [ALPM] upgraded shadowsocks (3.0.0a.20180219-2 -> 3.0.0a.20180219-3)
  3212  [2020-12-03T18:16:32+0800] [ALPM] upgraded simple-scan (3.36.1-1 -> 3.38.1-1)
  3213  [2020-12-03T18:16:32+0800] [ALPM] upgraded skopeo (0.2.0-1 -> 1.2.0-2)
  3214  [2020-12-03T18:16:32+0800] [ALPM] warning: /etc/sudoers installed as /etc/sudoers.pacnew
  3215  [2020-12-03T18:16:32+0800] [ALPM] upgraded sudo (1.8.31.p1-1 -> 1.9.4-1)
  3216  [2020-12-03T18:16:32+0800] [ALPM] upgraded sushi (3.34.0+15+g6aa213e-1 -> 3.38.0-1)
  3217  [2020-12-03T18:16:32+0800] [ALPM] upgraded systemd-sysvcompat (245.5-2 -> 247.1-1)
  3218  [2020-12-03T18:16:33+0800] [ALPM] installed qt5-declarative (5.15.2-1)
  3219  [2020-12-03T18:16:33+0800] [ALPM] installed qt5-wayland (5.15.2-1)
  3220  [2020-12-03T18:16:36+0800] [ALPM] upgraded telegram-desktop (2.1.0-1 -> 2.4.7-3)
  3221  [2020-12-03T18:16:39+0800] [ALPM] upgraded terraform (0.12.26-1 -> 0.13.5-1)
  3222  [2020-12-03T18:16:41+0800] [ALPM] upgraded tesseract (4.1.1-2 -> 4.1.1-3)
  3223  [2020-12-03T18:16:41+0800] [ALPM-SCRIPTLET] You must install one of tesseract-data-* packages or whole tesseract-data group
  3224  [2020-12-03T18:16:43+0800] [ALPM] upgraded tesseract-data-chi_sim (1:4.0.0-1 -> 2:4.0.0-1)
  3225  [2020-12-03T18:16:44+0800] [ALPM] upgraded totem (3.34.1-2 -> 3.38.0-1)
  3226  [2020-12-03T18:16:44+0800] [ALPM] upgraded tsocks (1.8beta5-8 -> 1.8beta5-9)
  3227  [2020-12-03T18:16:44+0800] [ALPM] upgraded usbutils (012-2 -> 013-1)
  3228  [2020-12-03T18:16:44+0800] [ALPM] upgraded v2ray-domain-list-community (202004241242-1 -> 20201130101618-1)
  3229  [2020-12-03T18:16:44+0800] [ALPM] upgraded v2ray-geoip (202004230458-1 -> 202011260013-1)
  3230  [2020-12-03T18:16:44+0800] [ALPM] upgraded v2ray (4.23.1-1 -> 4.33.0-1)
  3231  [2020-12-03T18:16:45+0800] [ALPM] upgraded vagrant (2.2.7-5 -> 2.2.14-1)
  3232  [2020-12-03T18:16:45+0800] [ALPM] upgraded vim-runtime (8.2.0510-1 -> 8.2.1989-3)
  3233  [2020-12-03T18:16:46+0800] [ALPM] upgraded vim (8.2.0510-1 -> 8.2.1989-3)
  3234  [2020-12-03T18:16:47+0800] [ALPM] upgraded vino (3.22.0+60+gd29a4f2-1 -> 3.22.0+72+g3fe1f12-1)
  3235  [2020-12-03T18:16:47+0800] [ALPM] installed xapp (2.0.0-2)
  3236  [2020-12-03T18:16:47+0800] [ALPM] upgraded xdg-user-dirs (0.17-2 -> 0.17-3)
  3237  [2020-12-03T18:16:47+0800] [ALPM] upgraded xdg-user-dirs-gtk (0.10+9+g5b7efc6-2 -> 0.10+9+g5b7efc6-3)
  3238  [2020-12-03T18:16:47+0800] [ALPM] upgraded xorg-bdftopcf (1.1-1 -> 1.1-2)
  3239  [2020-12-03T18:16:47+0800] [ALPM] upgraded xorg-font-util (1.3.2-1 -> 1.3.2-2)
  3240  [2020-12-03T18:16:47+0800] [ALPM] upgraded xorg-xauth (1.1-1 -> 1.1-2)
  3241  [2020-12-03T18:16:47+0800] [ALPM] upgraded xorg-xinit (1.4.1-1 -> 1.4.1-3)
  3242  [2020-12-03T18:16:47+0800] [ALPM] upgraded xss-lock (0.3.0.g1e158fb20108-2 -> 0.3.0.g1e158fb20108-4)
  3243  [2020-12-03T18:16:47+0800] [ALPM] upgraded youtube-dl (2020.03.24-1 -> 2020.11.29-2)
  3244  [2020-12-03T18:16:55+0800] [ALPM] transaction completed
  3245  [2020-12-03T18:16:57+0800] [ALPM] running '20-systemd-sysusers.hook'...
  3246  [2020-12-03T18:16:58+0800] [ALPM-SCRIPTLET] Creating group openvpn with gid 968.
  3247  [2020-12-03T18:16:58+0800] [ALPM-SCRIPTLET] Creating user openvpn (OpenVPN) with uid 968 and gid 968.
  3248  [2020-12-03T18:16:58+0800] [ALPM] running '30-systemd-catalog.hook'...
  3249  [2020-12-03T18:16:58+0800] [ALPM] running '30-systemd-daemon-reload.hook'...
  3250  [2020-12-03T18:17:00+0800] [ALPM] running '30-systemd-hwdb.hook'...
  3251  [2020-12-03T18:17:00+0800] [ALPM] running '30-systemd-sysctl.hook'...
  3252  [2020-12-03T18:17:00+0800] [ALPM-SCRIPTLET] Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
  3253  [2020-12-03T18:17:00+0800] [ALPM-SCRIPTLET] Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
  3254  [2020-12-03T18:17:00+0800] [ALPM-SCRIPTLET] Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
  3255  [2020-12-03T18:17:00+0800] [ALPM-SCRIPTLET] Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
  3256  [2020-12-03T18:17:00+0800] [ALPM-SCRIPTLET] Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  3257  [2020-12-03T18:17:00+0800] [ALPM-SCRIPTLET] Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
  3258  [2020-12-03T18:17:00+0800] [ALPM] running '30-systemd-tmpfiles.hook'...
  3259  [2020-12-03T18:17:01+0800] [ALPM] running '30-systemd-udev-reload.hook'...
  3260  [2020-12-03T18:17:01+0800] [ALPM] running '30-systemd-update.hook'...
  3261  [2020-12-03T18:17:01+0800] [ALPM] running '40-update-ca-trust.hook'...
  3262  [2020-12-03T18:17:02+0800] [ALPM] running '60-depmod.hook'...
  3263  [2020-12-03T18:17:14+0800] [ALPM] running '70-dkms-install.hook'...
  3264  [2020-12-03T18:17:14+0800] [ALPM-SCRIPTLET] ==> dkms install --no-depmod -m rtl8812au -v 5.6.4.2.r9.g49e98ff -k 5.9.11-arch2-1
  3265  [2020-12-03T18:17:25+0800] [ALPM-SCRIPTLET] Error! Bad return status for module build on kernel: 5.9.11-arch2-1 (x86_64)
  3266  [2020-12-03T18:17:25+0800] [ALPM-SCRIPTLET] Consult /var/lib/dkms/rtl8812au/5.6.4.2.r9.g49e98ff/build/make.log for more information.
  3267  [2020-12-03T18:17:25+0800] [ALPM-SCRIPTLET] ==> Warning, `dkms install --no-depmod -m rtl8812au -v 5.6.4.2.r9.g49e98ff -k 5.9.11-arch2-1' returned 10
  3268  [2020-12-03T18:17:25+0800] [ALPM-SCRIPTLET] ==> depmod 5.9.11-arch2-1
  3269  [2020-12-03T18:17:35+0800] [ALPM] running '90-mkinitcpio-install.hook'...
  3270  [2020-12-03T18:17:35+0800] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  3271  [2020-12-03T18:17:35+0800] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
  3272  [2020-12-03T18:17:35+0800] [ALPM-SCRIPTLET] ==> Starting build: 5.9.11-arch2-1
  3273  [2020-12-03T18:17:35+0800] [ALPM-SCRIPTLET]   -> Running build hook: [base]
  3274  [2020-12-03T18:17:35+0800] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
  3275  [2020-12-03T18:17:36+0800] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
  3276  [2020-12-03T18:17:36+0800] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
  3277  [2020-12-03T18:17:36+0800] [ALPM-SCRIPTLET]   -> Running build hook: [block]
  3278  [2020-12-03T18:17:37+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
  3279  [2020-12-03T18:17:38+0800] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
  3280  [2020-12-03T18:17:38+0800] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
  3281  [2020-12-03T18:17:38+0800] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
  3282  [2020-12-03T18:17:38+0800] [ALPM-SCRIPTLET] ==> Generating module dependencies
  3283  [2020-12-03T18:17:38+0800] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
  3284  [2020-12-03T18:17:39+0800] [ALPM-SCRIPTLET] ==> Image generation successful
  3285  [2020-12-03T18:17:39+0800] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  3286  [2020-12-03T18:17:39+0800] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
  3287  [2020-12-03T18:17:39+0800] [ALPM-SCRIPTLET] ==> Starting build: 5.9.11-arch2-1
  3288  [2020-12-03T18:17:39+0800] [ALPM-SCRIPTLET]   -> Running build hook: [base]
  3289  [2020-12-03T18:17:39+0800] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
  3290  [2020-12-03T18:17:39+0800] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
  3291  [2020-12-03T18:17:39+0800] [ALPM-SCRIPTLET]   -> Running build hook: [block]
  3292  [2020-12-03T18:17:40+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
  3293  [2020-12-03T18:17:40+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
  3294  [2020-12-03T18:17:41+0800] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
  3295  [2020-12-03T18:17:42+0800] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
  3296  [2020-12-03T18:17:43+0800] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
  3297  [2020-12-03T18:17:44+0800] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
  3298  [2020-12-03T18:17:45+0800] [ALPM-SCRIPTLET] ==> Generating module dependencies
  3299  [2020-12-03T18:17:45+0800] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
  3300  [2020-12-03T18:17:48+0800] [ALPM-SCRIPTLET] ==> Image generation successful
  3301  [2020-12-03T18:17:48+0800] [ALPM] running 'dbus-reload.hook'...
  3302  [2020-12-03T18:17:48+0800] [ALPM] running 'dconf-update.hook'...
  3303  [2020-12-03T18:17:49+0800] [ALPM] running 'detect-old-perl-modules.hook'...
  3304  [2020-12-03T18:17:49+0800] [ALPM] running 'fontconfig.hook'...
  3305  [2020-12-03T18:17:52+0800] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
  3306  [2020-12-03T18:17:52+0800] [ALPM] running 'gio-querymodules.hook'...
  3307  [2020-12-03T18:17:52+0800] [ALPM] running 'glib-compile-schemas.hook'...
  3308  [2020-12-03T18:17:54+0800] [ALPM] running 'gtk-query-immodules-2.0.hook'...
  3309  [2020-12-03T18:17:54+0800] [ALPM] running 'gtk-query-immodules-3.0.hook'...
  3310  [2020-12-03T18:17:54+0800] [ALPM] running 'gtk-update-icon-cache.hook'...
  3311  [2020-12-03T18:17:55+0800] [ALPM] running 'gvfsd.hook'...
  3312  [2020-12-03T18:17:55+0800] [ALPM] running 'texinfo-install.hook'...
  3313  [2020-12-03T18:17:58+0800] [ALPM] running 'update-desktop-database.hook'...
  3314  [2020-12-03T18:17:58+0800] [ALPM] running 'update-mime-database.hook'...
  3315  [2020-12-03T18:18:00+0800] [ALPM] running 'xorg-mkfontscale.hook'...

Offline

#9 2020-12-10 07:58:39

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

Re: [SOLVED] startx does not start gnome-classic after upgrade

Offline

#10 2020-12-10 10:45:54

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,961

Re: [SOLVED] startx does not start gnome-classic after upgrade

seth wrote:

great find, seth.

wushuzh, pacman log does indicate you went from gnome 3.36.1 to 3.38.2 .
In .xinitrc comment out the line exec gnome-session --session=gnome-classic and add a new line with just

exec gnome-session

Then test if it works that way.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#11 2020-12-11 01:23:10

wushuzh
Member
Registered: 2015-08-19
Posts: 14

Re: [SOLVED] startx does not start gnome-classic after upgrade

It works when I use launch command without session argument.

Let me know if there is anything else I should test or do. Thanks a lot, Lone_Wolf and seth.

Offline

#12 2020-12-11 12:38:46

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,961

Re: [SOLVED] startx does not start gnome-classic after upgrade

Seth edited the gnome wiki page, so I think everything needed is taken care of by successful team effort.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB