Manjaro doesnt boot after updates (FIXED)

Hello! Could you please help? My Manjaro KDE Plasma doesn’t start after trying installing last updates with Pamac graphic package manager.
Today I installed them all. After that I started reboot, but system didn’t start. Could you suggest what the problem may be. How to view boot logs? Do I need to try booting with a different version of the kernel (via the manjaro boot menu)?

I can’t watch exact versions now, but 6 month ago it was:

  • Manjaro 22.0.5 Sikaris
  • KDE Plasma 5.26.5
  • KDE Frameworks 5.103.0
  • Qt Version 5.15.8
  • Kernel Version 5.15.102-1-MANJARO (64-bit)
  • Graphics Platform X11

Any help would be appreciated!

UPD. Installing kernel 6.1.55-1 and packages linux61-headers, linux61-acpi, linux61-rt и linux61-nvidia solved the problem

Does the system get past Grub ?

I guess so. At least when I can start Windows OS from grub and I also can go into manjaro start menu, (where I can choose to boot manjaro with other kernel versions)

In grub I have option
“Manjaro Linux” and “Extra options for Manjaro Linux”
In extra options I have buttons like this:
“Manjaro kernel 5.15”
“Manjaro kernel 5.15 - fallback initramfs”
“Manjaro kernel 4.19”
“Manjaro kernel 4.19 - fallback initramfs”

Hi @enthusasist,

Getting logs might be simple. To do so, boot into a live environment, from there enter a chroot environment, and obtain the logs from there:

How to chroot

  1. Ensure you’ve got a relatively new ISO or at least one with a still supported LTS kernel.

  2. Write/copy/dd the ISO to a USB thumb drive.

  3. When done, boot with the above mentioned USB thumb drive into the live environment.

  4. Once booted, open a terminal and enter the following command to enter the chroot encironment:

manjaro-chroot -a
  1. If you have more than one Linux installation, select the correct one to use from the list provided.

When done, you should now be in the chroot environment.

But, be careful, as you’re now in an actual root environment on your computer, so any changes you make will persist after a restart.

From the chroot environment, run thee following to obtain the logs:

journalctl --boot=-1 --priority=warning..err --no-pager

Where:

  • --boot=-1 will limit all output to messages from the previous boot;
  • --priority=warning..err limits the messages to be only warnings and errors; and
  • --no-pager formats the output nicely for use here, on the forum.

:bangbang: Tip: :bangbang:

When posting terminal output, copy the output and paste it here, wrapped in three (3) backticks, before AND after the pasted text. Like this:

```
pasted text
```

Or three (3) tilde signs, like this:

~~~
pasted text
~~~

This will just cause it to be rendered like this:

Sed
sollicitudin dolor
eget nisl elit id
condimentum
arcu erat varius
cursus sem quis eros.

Instead of like this:

Sed sollicitudin dolor eget nisl elit id condimentum arcu erat varius cursus sem quis eros.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby increasing legibility thus making it easier for those trying to provide assistance.

For more information, please see:


:bangbang::bangbang: Additionally

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

I tried to boot with “Manjaro kernel 4.19” and it started without problems. But I would like to know what was the problem and how to avoid it in future. And also should I use kernel 4.19 now or not?

I don’t have 4.19 installed. I think there’s something kind of wacky or something with the older kernels. IIRC something to do with compression not supported, or something like that.

But if 4.19 works then you can at least use it for now.

Use it to try to update to 6.1, the latest LTS version and see what happens?

Edit:

You can use that kernel to obtain logs the same way as menti9oned above…

1 Like

Please try to do an update from commandline, to see the log of it.
(Or have a look into the present logfile at /var/log/pacman.log)

tail -c 1M /var/log/pacman.log

:footprints:

1 Like

After booting with 4.19 kernel I tried command “journalctl --boot=-1 --priority=err --no-pager” and got theese errors:

> окт 05 14:40:30 pc kernel: x86/cpu: SGX disabled by BIOS.
> окт 05 14:40:30 pc kernel: ACPI Error: No pointer back to namespace node in package 00000000c46befc9 (20210730/dsargs-301)
> окт 05 14:40:30 pc kernel: ACPI Error: No pointer back to namespace node in package 00000000c46befc9 (20210730/dsargs-301)
> окт 05 14:40:30 pc kernel: ACPI Error: No pointer back to namespace node in package 00000000c46befc9 (20210730/dsargs-301)
> окт 05 14:40:30 pc kernel: ACPI Error: No pointer back to namespace node in package 00000000c46befc9 (20210730/dsargs-301)
> окт 05 14:40:30 pc kernel: ACPI Error: No pointer back to namespace node in package 00000000c46befc9 (20210730/dsargs-301)
> окт 05 14:40:30 pc kernel: ACPI Error: No pointer back to namespace node in package 00000000c46befc9 (20210730/dsargs-301)
> окт 05 14:40:30 pc kernel: ACPI Error: No pointer back to namespace node in package 00000000c46befc9 (20210730/dsargs-301)
> окт 05 14:40:30 pc kernel: ACPI Error: No pointer back to namespace node in package 00000000c46befc9 (20210730/dsargs-301)
> окт 05 14:40:30 pc kernel: ACPI Error: No pointer back to namespace node in package 00000000c46befc9 (20210730/dsargs-301)
> окт 05 14:40:30 pc kernel: ACPI Error: No pointer back to namespace node in package 00000000c46befc9 (20210730/dsargs-301)
> окт 05 14:40:31 pc kernel: ioremap error for 0x77ef0000-0x77ef1000, requested 0x2, got 0x0
> окт 05 14:40:32 pc kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
> окт 05 14:40:32 pc kernel: ucsi_ccg 1-0008: i2c_transfer failed -110
> окт 05 14:40:32 pc kernel: ucsi_ccg 1-0008: ucsi_ccg_init failed - -110
> окт 05 14:40:35 pc kernel: psmouse serio1: synaptics: Unable to query device: -5
> окт 05 14:40:39 pc systemd[1]: Failed to start pkgfile database update.
> окт 05 14:40:39 pc nmbd[897]: [2023/10/05 14:40:39.669047,  0] ../../source3/nmbd/nmbd.c:901(main)
> окт 05 14:40:39 pc nmbd[897]:   main: nmbd version 4.19.0 started.
> окт 05 14:40:39 pc nmbd[897]:   Copyright Andrew Tridgell and the Samba Team 1992-2023
> окт 05 14:40:39 pc nmbd[897]: [2023/10/05 14:40:39.672038,  0] ../../lib/util/become_daemon.c:150(daemon_status)
> окт 05 14:40:39 pc nmbd[897]:   daemon_status: daemon 'nmbd' : No local IPv4 non-loopback interfaces available, waiting for interface ...
> окт 05 14:40:39 pc nmbd[897]: [2023/10/05 14:40:39.672193,  0] ../../source3/nmbd/nmbd_subnetdb.c:252(create_subnets)
> окт 05 14:40:39 pc nmbd[897]:   NOTE: NetBIOS name resolution is not supported for Internet Protocol Version 6 (IPv6).
> окт 05 14:40:42 pc smbd[1064]: [2023/10/05 14:40:42.253778,  0] ../../source3/smbd/server.c:1746(main)
> окт 05 14:40:42 pc smbd[1064]:   smbd version 4.19.0 started.
> окт 05 14:40:42 pc smbd[1064]:   Copyright Andrew Tridgell and the Samba Team 1992-2023
> окт 05 14:41:27 pc plasmashell[1499]: qml: The backend got an unknown wallpaper provider type. The wallpaper will now fall back to the default. Please check your wallpaper configuration!
> окт 05 10:57:41 pc nmbd[897]: [2023/10/05 10:57:41.537580,  0] ../../source3/nmbd/nmbd_incomingdgrams.c:303(process_local_master_announce)
> окт 05 10:57:41 pc nmbd[897]:   process_local_master_announce: Server EC330-G5U_RUER_ at IP 192.168.1.1 is announcing itself as a local master browser for workgroup WORKGROUP and we think we are master. Forcing election.
> окт 05 12:40:54 pc systemd-coredump[13163]: [🡕] Process 755 (Xorg) of user 0 dumped core.
>                                                
>                                                Stack trace of thread 832:
>                                                #0  0x0000000000000000 n/a (n/a + 0x0)
>                                                ELF object binary architecture: AMD x86-64
> окт 05 12:40:56 pc systemd-coredump[13217]: [🡕] Process 5747 (armgs) of user 1001 dumped core.
>                                                
>                                                Module libqnmbearer.so without build-id.
>                                                Module libqgenericbearer.so without build-id.
>                                                Module libqconnmanbearer.so without build-id.
>                                                Module libqwebp.so without build-id.
>                                                Module libqwbmp.so without build-id.
>                                                Module libqtga.so without build-id.
>                                                Module libqsvg.so without build-id.
>                                                Module libqjpeg.so without build-id.
>                                                Module libqico.so without build-id.
>                                                Module libqicns.so without build-id.
>                                                Module libqgif.so without build-id.
>                                                Module libxcb-glx.so.0 without build-id.
>                                                Module libqxcb-glx-integration.so without build-id.
>                                                Module libqxcb.so without build-id.
>                                                Module libXcursor.so.1 without build-id.
>                                                Module libGl.so.1 without build-id.
>                                                Module libXcomposite.so.1 without build-id.
>                                                Module libXfixes.so.3 without build-id.
>                                                Module libXdamage.so.1 without build-id.
>                                                Module libXrender.so.1 without build-id.
>                                                Module libXrandr.so.2 without build-id.
>                                                Module libX11.so.6 without build-id.
>                                                Module libXext.so.6 without build-id.
>                                                Module libXdmcp.so.6 without build-id.
>                                                Module libXau.so.6 without build-id.
>                                                Module libXi.so.6 without build-id.
>                                                Module libxkbcommon-x11.so.0 without build-id.
>                                                Module libxkbcommon.so.0 without build-id.
>                                                Module libQt5WebChannel.so.5 without build-id.
>                                                Module libQt5Positioning.so.5 without build-id.
>                                                Module libQt5WebEngineWidgets.so.5 without build-id.
>                                                Module libQt5WebEngine.so.5 without build-id.
>                                                Module libX11-xcb.so.1 without build-id.
>                                                Module libxcb-xkb.so.1 without build-id.
>                                                Module libxcb-xinerama.so.0 without build-id.
>                                                Module libxcb-xfixes.so.0 without build-id.
>                                                Module libxcb-util.so.1 without build-id.
>                                                Module libxcb-sync.so.1 without build-id.
>                                                Module libxcb-shm.so.0 without build-id.
>                                                Module libxcb-shape.so.0 without build-id.
>                                                Module libxcb-render-util.so.0 without build-id.
>                                                Module libxcb-render.so.0 without build-id.
>                                                Module libxcb-randr.so.0 without build-id.
>                                                Module libxcb-keysyms.so.1 without build-id.
>                                                Module libxcb-image.so.0 without build-id.
>                                                Module libxcb-ewmh.so.2 without build-id.
>                                                Module libxcb-icccm.so.4 without build-id.
>                                                Module libxcb.so.1 without build-id.
>                                                Module libQt5X11Extras.so.5 without build-id.
>                                                Module libQt5PrintSupport.so.5 without build-id.
>                                                Module libQt5QmlWorkerScript.so.5 without build-id.
>                                                Module libQt5QuickTemplates2.so.5 without build-id.
>                                                Module libQt5QuickControls2.so.5 without build-id.
>                                                Module libQt5QuickWidgets.so.5 without build-id.
>                                                Module libQt5Qml.so.5 without build-id.
>                                                Module libQt5QmlModels.so.5 without build-id.
>                                                Module libQt5Quick.so.5 without build-id.
>                                                Module libQt5Svg.so.5 without build-id.
>                                                Module libQt5Concurrent.so.5 without build-id.
>                                                Module libQt5Multimedia.so.5 without build-id.
>                                                Module libQt5Network.so.5 without build-id.
>                                                Module libQt5Gui.so.5 without build-id.
>                                                Module libQt5Widgets.so.5 without build-id.
>                                                Module libQt5DBus.so.5 without build-id.
>                                                Module libQt5XcbQpa.so.5 without build-id.
>                                                Module libQt5Core.so.5 without build-id.
>                                                Module armgs without build-id.
>                                                Stack trace of thread 5747:
>                                                #0  0x00007f3756aaf83c n/a (/usr/lib/libc.so.6 (deleted) + 0x8e83c)
>                                                ELF object binary architecture: AMD x86-64
> окт 05 12:41:07 pc plasmashell[15063]: qml: The backend got an unknown wallpaper provider type. The wallpaper will now fall back to the default. Please check your wallpaper configuration!
> окт 05 12:41:16 pc systemd-coredump[19803]: [🡕] Process 16251 (skypeforlinux) of user 1001 dumped core.
>                                                
>                                                Stack trace of thread 16251:
>                                                #0  0x0000565255c0435f n/a (skypeforlinux + 0x47d835f)
>                                                #1  0x0000565254565507 n/a (skypeforlinux + 0x3139507)
>                                                #2  0x0000565254562f6e n/a (skypeforlinux + 0x3136f6e)
>                                                #3  0x0000565254561d63 n/a (skypeforlinux + 0x3135d63)
>                                                #4  0x000056525456c3c4 n/a (skypeforlinux + 0x31403c4)
>                                                #5  0x000056525456d6e4 n/a (skypeforlinux + 0x31416e4)
>                                                #6  0x00005652543f50b1 n/a (skypeforlinux + 0x2fc90b1)
>                                                #7  0x000056525444c206 n/a (skypeforlinux + 0x3020206)
>                                                #8  0x000056525444c42d n/a (skypeforlinux + 0x302042d)
>                                                #9  0x0000565255c41916 n/a (skypeforlinux + 0x4815916)
>                                                #10 0x0000565255c5ed6c n/a (skypeforlinux + 0x4832d6c)
>                                                #11 0x0000565255c0cce6 n/a (skypeforlinux + 0x47e0ce6)
>                                                #12 0x0000565255c5f7f4 n/a (skypeforlinux + 0x48337f4)
>                                                #13 0x0000565255c2ac62 n/a (skypeforlinux + 0x47fec62)
>                                                #14 0x000056525440d26f n/a (skypeforlinux + 0x2fe126f)
>                                                #15 0x000056525440ee02 n/a (skypeforlinux + 0x2fe2e02)
>                                                #16 0x000056525440a9de n/a (skypeforlinux + 0x2fde9de)
>                                                #17 0x00005652534ba9c1 n/a (skypeforlinux + 0x208e9c1)
>                                                #18 0x00005652534bbe5e n/a (skypeforlinux + 0x208fe5e)
>                                                #19 0x00005652534bb94b n/a (skypeforlinux + 0x208f94b)
>                                                #20 0x00005652534b91bd n/a (skypeforlinux + 0x208d1bd)
>                                                #21 0x00005652534b99a4 n/a (skypeforlinux + 0x208d9a4)
>                                                #22 0x000056525323d06a n/a (skypeforlinux + 0x1e1106a)
>                                                #23 0x00007fe104046cd0 n/a (libc.so.6 + 0x27cd0)
>                                                #24 0x00007fe104046d8a __libc_start_main (libc.so.6 + 0x27d8a)
>                                                #25 0x0000565252ebc52a _start (skypeforlinux + 0x1a9052a)
>                                                
>                                                Stack trace of thread 16430:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x0000565253237b59 uv_cond_wait (skypeforlinux + 0x1e0bb59)
>                                                #3  0x0000565253228798 n/a (skypeforlinux + 0x1dfc798)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16365:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x0000565255c97983 n/a (skypeforlinux + 0x486b983)
>                                                #3  0x0000565255c9813f n/a (skypeforlinux + 0x486c13f)
>                                                #4  0x0000565255c97ece n/a (skypeforlinux + 0x486bece)
>                                                #5  0x0000565255c0ca2d n/a (skypeforlinux + 0x47e0a2d)
>                                                #6  0x0000565255c5f7f4 n/a (skypeforlinux + 0x48337f4)
>                                                #7  0x0000565255c2ac62 n/a (skypeforlinux + 0x47fec62)
>                                                #8  0x0000565255c78d48 n/a (skypeforlinux + 0x484cd48)
>                                                #9  0x0000565255c78eb2 n/a (skypeforlinux + 0x484ceb2)
>                                                #10 0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #11 0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #12 0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16360:
>                                                #0  0x00007fe10412fbf6 epoll_wait (libc.so.6 + 0x110bf6)
>                                                #1  0x0000565255dbbaba n/a (skypeforlinux + 0x498faba)
>                                                #2  0x0000565255db95fb n/a (skypeforlinux + 0x498d5fb)
>                                                #3  0x0000565255ca8b72 n/a (skypeforlinux + 0x487cb72)
>                                                #4  0x0000565255c5f7f4 n/a (skypeforlinux + 0x48337f4)
>                                                #5  0x0000565255c2ac62 n/a (skypeforlinux + 0x47fec62)
>                                                #6  0x0000565255c78d48 n/a (skypeforlinux + 0x484cd48)
>                                                #7  0x0000565255c667bd n/a (skypeforlinux + 0x483a7bd)
>                                                #8  0x0000565255c78eb2 n/a (skypeforlinux + 0x484ceb2)
>                                                #9  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #10 0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #11 0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16362:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040ab055 pthread_cond_timedwait (libc.so.6 + 0x8c055)
>                                                #2  0x0000565255c97ac6 n/a (skypeforlinux + 0x486bac6)
>                                                #3  0x0000565255c98110 n/a (skypeforlinux + 0x486c110)
>                                                #4  0x0000565255c725a2 n/a (skypeforlinux + 0x48465a2)
>                                                #5  0x0000565255c72f62 n/a (skypeforlinux + 0x4846f62)
>                                                #6  0x0000565255c72bad n/a (skypeforlinux + 0x4846bad)
>                                                #7  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #8  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #9  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16771:
>                                                #0  0x00007fe10412d73d syscall (libc.so.6 + 0x10e73d)
>                                                #1  0x00007fe10550f247 g_cond_wait (libglib-2.0.so.0 + 0xb3247)
>                                                #2  0x00007fe1054811b4 n/a (libglib-2.0.so.0 + 0x251b4)
>                                                #3  0x00007fe1054e9a2e n/a (libglib-2.0.so.0 + 0x8da2e)
>                                                #4  0x00007fe1054e79a5 n/a (libglib-2.0.so.0 + 0x8b9a5)
>                                                #5  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #6  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16607:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x00007fe0f537e91c n/a (iris_dri.so + 0xc791c)
>                                                #3  0x00007fe0f53cb82c n/a (iris_dri.so + 0x11482c)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16361:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040ab055 pthread_cond_timedwait (libc.so.6 + 0x8c055)
>                                                #2  0x0000565255c97ac6 n/a (skypeforlinux + 0x486bac6)
>                                                #3  0x0000565255c98110 n/a (skypeforlinux + 0x486c110)
>                                                #4  0x0000565255c725de n/a (skypeforlinux + 0x48465de)
>                                                #5  0x0000565255c72f62 n/a (skypeforlinux + 0x4846f62)
>                                                #6  0x0000565255c72bad n/a (skypeforlinux + 0x4846bad)
>                                                #7  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #8  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #9  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16370:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x0000565253237b59 uv_cond_wait (skypeforlinux + 0x1e0bb59)
>                                                #3  0x000056525944a3d2 n/a (skypeforlinux + 0x801e3d2)
>                                                #4  0x0000565259447f82 n/a (skypeforlinux + 0x801bf82)
>                                                #5  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #6  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16369:
>                                                #0  0x00007fe10412fbf6 epoll_wait (libc.so.6 + 0x110bf6)
>                                                #1  0x000056525323a709 n/a (skypeforlinux + 0x1e0e709)
>                                                #2  0x000056525322c022 uv_run (skypeforlinux + 0x1e00022)
>                                                #3  0x000056525944a221 n/a (skypeforlinux + 0x801e221)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16364:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040ab055 pthread_cond_timedwait (libc.so.6 + 0x8c055)
>                                                #2  0x0000565255c97ac6 n/a (skypeforlinux + 0x486bac6)
>                                                #3  0x0000565255c98110 n/a (skypeforlinux + 0x486c110)
>                                                #4  0x0000565255c725de n/a (skypeforlinux + 0x48465de)
>                                                #5  0x0000565255c72f62 n/a (skypeforlinux + 0x4846f62)
>                                                #6  0x0000565255c72bad n/a (skypeforlinux + 0x4846bad)
>                                                #7  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #8  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #9  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16371:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x0000565253237b59 uv_cond_wait (skypeforlinux + 0x1e0bb59)
>                                                #3  0x000056525944a3d2 n/a (skypeforlinux + 0x801e3d2)
>                                                #4  0x0000565259447f82 n/a (skypeforlinux + 0x801bf82)
>                                                #5  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #6  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16363:
>                                                #0  0x00007fe10412fbf6 epoll_wait (libc.so.6 + 0x110bf6)
>                                                #1  0x0000565255dbbaba n/a (skypeforlinux + 0x498faba)
>                                                #2  0x0000565255db95fb n/a (skypeforlinux + 0x498d5fb)
>                                                #3  0x0000565255ca8b72 n/a (skypeforlinux + 0x487cb72)
>                                                #4  0x0000565255c5f7f4 n/a (skypeforlinux + 0x48337f4)
>                                                #5  0x0000565255c2ac62 n/a (skypeforlinux + 0x47fec62)
>                                                #6  0x0000565255c78d48 n/a (skypeforlinux + 0x484cd48)
>                                                #7  0x000056525440fd0f n/a (skypeforlinux + 0x2fe3d0f)
>                                                #8  0x0000565255c78eb2 n/a (skypeforlinux + 0x484ceb2)
>                                                #9  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #10 0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #11 0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16608:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x00007fe0f537e91c n/a (iris_dri.so + 0xc791c)
>                                                #3  0x00007fe0f53cb82c n/a (iris_dri.so + 0x11482c)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16339:
>                                                #0  0x00007fe104121f6f __poll (libc.so.6 + 0x102f6f)
>                                                #1  0x000056525493dbcf n/a (skypeforlinux + 0x3511bcf)
>                                                #2  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #3  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #4  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16372:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x0000565253237b59 uv_cond_wait (skypeforlinux + 0x1e0bb59)
>                                                #3  0x000056525944a3d2 n/a (skypeforlinux + 0x801e3d2)
>                                                #4  0x0000565259447f82 n/a (skypeforlinux + 0x801bf82)
>                                                #5  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #6  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16432:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x0000565253237b59 uv_cond_wait (skypeforlinux + 0x1e0bb59)
>                                                #3  0x0000565253228798 n/a (skypeforlinux + 0x1dfc798)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16763:
>                                                #0  0x00007fe10412fbf6 epoll_wait (libc.so.6 + 0x110bf6)
>                                                #1  0x000056525339f9bc n/a (skypeforlinux + 0x1f739bc)
>                                                #2  0x000056525336fd17 n/a (skypeforlinux + 0x1f43d17)
>                                                #3  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #4  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16759:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040ab055 pthread_cond_timedwait (libc.so.6 + 0x8c055)
>                                                #2  0x0000565255c97ac6 n/a (skypeforlinux + 0x486bac6)
>                                                #3  0x0000565255c98110 n/a (skypeforlinux + 0x486c110)
>                                                #4  0x0000565255c725a2 n/a (skypeforlinux + 0x48465a2)
>                                                #5  0x0000565255c72f62 n/a (skypeforlinux + 0x4846f62)
>                                                #6  0x0000565255c72c0d n/a (skypeforlinux + 0x4846c0d)
>                                                #7  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #8  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #9  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16757:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040ab055 pthread_cond_timedwait (libc.so.6 + 0x8c055)
>                                                #2  0x0000565255c97ac6 n/a (skypeforlinux + 0x486bac6)
>                                                #3  0x0000565255c98110 n/a (skypeforlinux + 0x486c110)
>                                                #4  0x0000565255c725de n/a (skypeforlinux + 0x48465de)
>                                                #5  0x0000565255c72f62 n/a (skypeforlinux + 0x4846f62)
>                                                #6  0x0000565255c72bad n/a (skypeforlinux + 0x4846bad)
>                                                #7  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #8  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #9  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16375:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040b3980 n/a (libc.so.6 + 0x94980)
>                                                #2  0x00005652532379a0 uv_sem_wait (skypeforlinux + 0x1e0b9a0)
>                                                #3  0x00005652594c448d n/a (skypeforlinux + 0x809848d)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16431:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x0000565253237b59 uv_cond_wait (skypeforlinux + 0x1e0bb59)
>                                                #3  0x0000565253228798 n/a (skypeforlinux + 0x1dfc798)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16433:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x0000565253237b59 uv_cond_wait (skypeforlinux + 0x1e0bb59)
>                                                #3  0x0000565253228798 n/a (skypeforlinux + 0x1dfc798)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16896:
>                                                #0  0x00007fe104121f6f __poll (libc.so.6 + 0x102f6f)
>                                                #1  0x00007fe105514206 n/a (libglib-2.0.so.0 + 0xb8206)
>                                                #2  0x00007fe1054b6b47 g_main_loop_run (libglib-2.0.so.0 + 0x5ab47)
>                                                #3  0x00007fe1053930bc n/a (libgio-2.0.so.0 + 0x1120bc)
>                                                #4  0x00007fe1054e79a5 n/a (libglib-2.0.so.0 + 0x8b9a5)
>                                                #5  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #6  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16609:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x00007fe0f537e91c n/a (iris_dri.so + 0xc791c)
>                                                #3  0x00007fe0f53cb82c n/a (iris_dri.so + 0x11482c)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16606:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x00007fe0f537e91c n/a (iris_dri.so + 0xc791c)
>                                                #3  0x00007fe0f53cb82c n/a (iris_dri.so + 0x11482c)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16612:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x00007fe0f537e91c n/a (iris_dri.so + 0xc791c)
>                                                #3  0x00007fe0f53cb82c n/a (iris_dri.so + 0x11482c)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16610:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x00007fe0f537e91c n/a (iris_dri.so + 0xc791c)
>                                                #3  0x00007fe0f53cb82c n/a (iris_dri.so + 0x11482c)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16611:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x00007fe0f537e91c n/a (iris_dri.so + 0xc791c)
>                                                #3  0x00007fe0f53cb82c n/a (iris_dri.so + 0x11482c)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16613:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x00007fe0f537e91c n/a (iris_dri.so + 0xc791c)
>                                                #3  0x00007fe0f53cb82c n/a (iris_dri.so + 0x11482c)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16614:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x00007fe0f537e91c n/a (iris_dri.so + 0xc791c)
>                                                #3  0x00007fe0f53cb82c n/a (iris_dri.so + 0x11482c)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16615:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x00007fe0f537e91c n/a (iris_dri.so + 0xc791c)
>                                                #3  0x00007fe0f53cb82c n/a (iris_dri.so + 0x11482c)
>                                                #4  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #5  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16762:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x0000565255c97983 n/a (skypeforlinux + 0x486b983)
>                                                #3  0x0000565255c9813f n/a (skypeforlinux + 0x486c13f)
>                                                #4  0x0000565255c97ece n/a (skypeforlinux + 0x486bece)
>                                                #5  0x0000565255c0ca2d n/a (skypeforlinux + 0x47e0a2d)
>                                                #6  0x0000565255c5f7f4 n/a (skypeforlinux + 0x48337f4)
>                                                #7  0x0000565255c2ac62 n/a (skypeforlinux + 0x47fec62)
>                                                #8  0x0000565255c78d48 n/a (skypeforlinux + 0x484cd48)
>                                                #9  0x0000565255c78eb2 n/a (skypeforlinux + 0x484ceb2)
>                                                #10 0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #11 0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #12 0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16727:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x0000565255c97983 n/a (skypeforlinux + 0x486b983)
>                                                #3  0x0000565255c9813f n/a (skypeforlinux + 0x486c13f)
>                                                #4  0x0000565255c725de n/a (skypeforlinux + 0x48465de)
>                                                #5  0x0000565255c72f62 n/a (skypeforlinux + 0x4846f62)
>                                                #6  0x0000565255c72bdd n/a (skypeforlinux + 0x4846bdd)
>                                                #7  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #8  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #9  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16889:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040ab055 pthread_cond_timedwait (libc.so.6 + 0x8c055)
>                                                #2  0x0000565255c97ac6 n/a (skypeforlinux + 0x486bac6)
>                                                #3  0x0000565255c98110 n/a (skypeforlinux + 0x486c110)
>                                                #4  0x0000565255c725a2 n/a (skypeforlinux + 0x48465a2)
>                                                #5  0x0000565255c72f62 n/a (skypeforlinux + 0x4846f62)
>                                                #6  0x0000565255c72bad n/a (skypeforlinux + 0x4846bad)
>                                                #7  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #8  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #9  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16894:
>                                                #0  0x00007fe10412d73d syscall (libc.so.6 + 0x10e73d)
>                                                #1  0x00007fe10550fc23 g_cond_wait_until (libglib-2.0.so.0 + 0xb3c23)
>                                                #2  0x00007fe105481185 n/a (libglib-2.0.so.0 + 0x25185)
>                                                #3  0x00007fe1054812e7 g_async_queue_timeout_pop (libglib-2.0.so.0 + 0x252e7)
>                                                #4  0x00007fe1054ea31e n/a (libglib-2.0.so.0 + 0x8e31e)
>                                                #5  0x00007fe1054e79a5 n/a (libglib-2.0.so.0 + 0x8b9a5)
>                                                #6  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #7  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16716:
>                                                #0  0x00007fe104121f6f __poll (libc.so.6 + 0x102f6f)
>                                                #1  0x00007fe105514206 n/a (libglib-2.0.so.0 + 0xb8206)
>                                                #2  0x00007fe1054b4112 g_main_context_iteration (libglib-2.0.so.0 + 0x58112)
>                                                #3  0x00007fe1054b4162 n/a (libglib-2.0.so.0 + 0x58162)
>                                                #4  0x00007fe1054e79a5 n/a (libglib-2.0.so.0 + 0x8b9a5)
>                                                #5  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #6  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16756:
>                                                #0  0x00007fe104121f6f __poll (libc.so.6 + 0x102f6f)
>                                                #1  0x0000565255c9e4f8 n/a (skypeforlinux + 0x48724f8)
>                                                #2  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #3  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #4  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 18394:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040ab055 pthread_cond_timedwait (libc.so.6 + 0x8c055)
>                                                #2  0x0000565255c97ac6 n/a (skypeforlinux + 0x486bac6)
>                                                #3  0x0000565255c98110 n/a (skypeforlinux + 0x486c110)
>                                                #4  0x0000565255c725a2 n/a (skypeforlinux + 0x48465a2)
>                                                #5  0x0000565255c72f62 n/a (skypeforlinux + 0x4846f62)
>                                                #6  0x0000565255c72bad n/a (skypeforlinux + 0x4846bad)
>                                                #7  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #8  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #9  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 18395:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040ab055 pthread_cond_timedwait (libc.so.6 + 0x8c055)
>                                                #2  0x0000565255c97ac6 n/a (skypeforlinux + 0x486bac6)
>                                                #3  0x0000565255c98110 n/a (skypeforlinux + 0x486c110)
>                                                #4  0x0000565255c725de n/a (skypeforlinux + 0x48465de)
>                                                #5  0x0000565255c72d36 n/a (skypeforlinux + 0x4846d36)
>                                                #6  0x0000565255c72bad n/a (skypeforlinux + 0x4846bad)
>                                                #7  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #8  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #9  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16874:
>                                                #0  0x00007fe10412fbf6 epoll_wait (libc.so.6 + 0x110bf6)
>                                                #1  0x0000565255dbbaba n/a (skypeforlinux + 0x498faba)
>                                                #2  0x0000565255db95fb n/a (skypeforlinux + 0x498d5fb)
>                                                #3  0x0000565255ca8b72 n/a (skypeforlinux + 0x487cb72)
>                                                #4  0x0000565255c5f7f4 n/a (skypeforlinux + 0x48337f4)
>                                                #5  0x0000565255c2ac62 n/a (skypeforlinux + 0x47fec62)
>                                                #6  0x0000565255c78d48 n/a (skypeforlinux + 0x484cd48)
>                                                #7  0x0000565255c78eb2 n/a (skypeforlinux + 0x484ceb2)
>                                                #8  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #9  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #10 0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16753:
>                                                #0  0x00007fe10412fbf6 epoll_wait (libc.so.6 + 0x110bf6)
>                                                #1  0x0000565255dbbaba n/a (skypeforlinux + 0x498faba)
>                                                #2  0x0000565255db95fb n/a (skypeforlinux + 0x498d5fb)
>                                                #3  0x0000565255ca8b72 n/a (skypeforlinux + 0x487cb72)
>                                                #4  0x0000565255c5f7f4 n/a (skypeforlinux + 0x48337f4)
>                                                #5  0x0000565255c2ac62 n/a (skypeforlinux + 0x47fec62)
>                                                #6  0x0000565255c78d48 n/a (skypeforlinux + 0x484cd48)
>                                                #7  0x0000565255c78eb2 n/a (skypeforlinux + 0x484ceb2)
>                                                #8  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #9  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #10 0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16761:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040aad40 pthread_cond_wait (libc.so.6 + 0x8bd40)
>                                                #2  0x0000565255c97983 n/a (skypeforlinux + 0x486b983)
>                                                #3  0x0000565256c0368a n/a (skypeforlinux + 0x57d768a)
>                                                #4  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #5  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #6  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16792:
>                                                #0  0x00007fe1040a84ae n/a (libc.so.6 + 0x894ae)
>                                                #1  0x00007fe1040ab055 pthread_cond_timedwait (libc.so.6 + 0x8c055)
>                                                #2  0x0000565255c97ac6 n/a (skypeforlinux + 0x486bac6)
>                                                #3  0x0000565255c98110 n/a (skypeforlinux + 0x486c110)
>                                                #4  0x0000565255c725a2 n/a (skypeforlinux + 0x48465a2)
>                                                #5  0x0000565255c72f62 n/a (skypeforlinux + 0x4846f62)
>                                                #6  0x0000565255c72bdd n/a (skypeforlinux + 0x4846bdd)
>                                                #7  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #8  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #9  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                
>                                                Stack trace of thread 16754:
>                                                #0  0x00007fe1040f47f5 clock_nanosleep (libc.so.6 + 0xd57f5)
>                                                #1  0x00007fe1041068c7 __nanosleep (libc.so.6 + 0xe78c7)
>                                                #2  0x00007fe10411782e sleep (libc.so.6 + 0xf882e)
>                                                #3  0x0000565253393707 n/a (skypeforlinux + 0x1f67707)
>                                                #4  0x0000565255c9b510 n/a (skypeforlinux + 0x486f510)
>                                                #5  0x00007fe1040ab9eb n/a (libc.so.6 + 0x8c9eb)
>                                                #6  0x00007fe10412f7cc n/a (libc.so.6 + 0x1107cc)
>                                                ELF object binary architecture: AMD x86-64
> окт 05 12:41:16 pc pulseaudio[16292]: Error opening PCM device front:0: No such file or directory
> окт 05 12:41:16 pc pulseaudio[16292]: Error opening PCM device front:0: No such file or directory
> окт 05 12:41:18 pc systemd-logind[554]: Failed to start autovt@tty2.service: Transaction for getty@tty2.service/start is destructive (systemd-reboot.service has 'start' job queued, but 'stop' is included in transaction).
> окт 05 12:41:19 pc kernel: watchdog: watchdog0: watchdog did not stop!

With command “tail -c 1M /var/log/pacman.log”
I’m getting log like this:

> [2023-09-11T14:40:18+0300] [ALPM] upgraded gst-plugins-base (1.22.5-1 -> 1.22.5-2)
> [2023-09-11T14:40:18+0300] [ALPM] upgraded gnupg (2.2.41-1 -> 2.2.41-2)
> [2023-09-11T14:40:18+0300] [ALPM] upgraded gperftools (2.10-3 -> 2.12-1)
> [2023-09-11T14:40:18+0300] [ALPM] upgraded highway (1.0.6-1 -> 1.0.7-1)
> [2023-09-11T14:40:18+0300] [ALPM] upgraded imath (3.1.9-1 -> 3.1.9-2)
> [2023-09-11T14:40:18+0300] [ALPM] installed libdeflate (1.18-1)
> [2023-09-11T14:40:18+0300] [ALPM] upgraded openexr (3.1.11-1 -> 3.2.0-2)
> [2023-09-11T14:40:18+0300] [ALPM] upgraded libjxl (0.8.2-1 -> 0.8.2-2)
> [2023-09-11T14:40:18+0300] [ALPM] upgraded libva (2.19.0-1 -> 2.19.0-2)
> [2023-09-11T14:40:18+0300] [ALPM] upgraded libvdpau (1.5-1 -> 1.5-2)
> [2023-09-11T14:40:18+0300] [ALPM] upgraded openjpeg2 (2.5.0-2 -> 2.5.0-3)
> [2023-09-11T14:40:18+0300] [ALPM] upgraded hidapi (0.14.0-1 -> 0.14.0-2)
> [2023-09-11T14:40:18+0300] [ALPM] upgraded sdl2 (2.28.2-1 -> 2.28.3-1)
> [2023-09-11T14:40:18+0300] [ALPM] upgraded ffmpeg (2:6.0-8 -> 2:6.0-9)
> [2023-09-11T14:40:18+0300] [ALPM] upgraded noto-fonts (1:23.8.1-1 -> 1:23.9.1-1)
> [2023-09-11T14:40:18+0300] [ALPM] upgraded discover (5.27.7-1 -> 5.27.7-2)
> [2023-09-11T14:40:19+0300] [ALPM] upgraded dpkg (1.21.22-1 -> 1.22.0-1)
> [2023-09-11T14:40:19+0300] [ALPM] upgraded ecryptfs-utils (111-7 -> 111-8)
> [2023-09-11T14:40:19+0300] [ALPM] upgraded edk2-ovmf (202305-1 -> 202308-2)
> [2023-09-11T14:40:19+0300] [ALPM] upgraded foomatic-db (3:20230709-1 -> 3:20230903-1)
> [2023-09-11T14:40:19+0300] [ALPM] upgraded foomatic-db-nonfree (3:20230709-1 -> 3:20230903-1)
> [2023-09-11T14:40:19+0300] [ALPM] upgraded foomatic-db-nonfree-ppds (3:20230709-1 -> 3:20230903-1)
> [2023-09-11T14:40:20+0300] [ALPM] upgraded foomatic-db-ppds (3:20230709-1 -> 3:20230903-1)
> [2023-09-11T14:40:20+0300] [ALPM] installed passim (0.1.1-1)
> [2023-09-11T14:40:20+0300] [ALPM] upgraded protobuf (23.4-1 -> 24.2-1)
> [2023-09-11T14:40:20+0300] [ALPM] upgraded protobuf-c (1.4.1-2 -> 1.4.1-3)
> [2023-09-11T14:40:20+0300] [ALPM] upgraded python (3.11.3-2 -> 3.11.5-1)
> [2023-09-11T14:40:20+0300] [ALPM] upgraded fwupd (1.9.4-1 -> 1.9.5-1)
> [2023-09-11T14:40:20+0300] [ALPM] upgraded libavif (0.11.1-1 -> 1.0.1-1)
> [2023-09-11T14:40:20+0300] [ALPM] upgraded gd (2.3.3-6 -> 2.3.3-7)
> [2023-09-11T14:40:20+0300] [ALPM] upgraded gperf (3.1-4 -> 3.1-5)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded groff (1.23.0-3 -> 1.23.0-4)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded gst-libav (1.22.5-1 -> 1.22.5-2)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded gst-plugins-bad-libs (1.22.5-1 -> 1.22.5-2)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded libpipewire (1:0.3.78-1 -> 1:0.3.79-2)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded openssh (9.4p1-2 -> 9.4p1-3)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded openmpi (4.1.5-3 -> 4.1.5-4)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded imagemagick (7.1.1.15-2 -> 7.1.1.15-4)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded gst-plugins-bad (1.22.5-1 -> 1.22.5-2)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded procps-ng (4.0.3-1 -> 4.0.4-1)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded gst-plugins-good (1.22.5-1 -> 1.22.5-2)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded gst-plugins-ugly (1.22.5-1 -> 1.22.5-2)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded gzip (1.12-3 -> 1.13-2)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded python-jedi (0.18.2-2 -> 0.19.0-1)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded python-asttokens (2.2.1-3 -> 2.4.0-1)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded ipython (8.14.0-1 -> 8.15.0-2)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded jenkins (2.420-1 -> 2.421-1)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded kimageformats (5.109.0-1 -> 5.109.0-3)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded ldb (2:2.7.2-2 -> 2:2.8.0-1)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded libwbclient (4.18.6-1 -> 4.19.0-1)
> [2023-09-11T14:40:21+0300] [ALPM] upgraded smbclient (4.18.6-1 -> 4.19.0-1)
> [2023-09-11T14:40:22+0300] [ALPM] upgraded kio-extras (23.08.0-1 -> 23.08.0-2)
> [2023-09-11T14:40:22+0300] [ALPM] upgraded konsole (23.08.0-1 -> 23.08.0-2)
> [2023-09-11T14:40:22+0300] [ALPM] upgraded kubectl (1.27.4-1 -> 1.28.1-1)
> [2023-09-11T14:40:22+0300] [ALPM] upgraded ladspa (1.17-2 -> 1.17-4)
> [2023-09-11T14:40:22+0300] [ALPM] upgraded lib32-alsa-lib (1.2.9-1 -> 1.2.10-1)
> [2023-09-11T14:40:22+0300] [ALPM] upgraded lib32-glib2 (2.76.4-1 -> 2.76.5-1)
> [2023-09-11T14:40:22+0300] [ALPM] upgraded lib32-freetype2 (2.13.1-1 -> 2.13.2-1)
> [2023-09-11T14:40:22+0300] [ALPM] upgraded lib32-llvm-libs (15.0.7-3 -> 16.0.6-2)
> [2023-09-11T14:40:22+0300] [ALPM] upgraded lib32-mesa (23.1.6-1 -> 23.1.6-2)
> [2023-09-11T14:40:22+0300] [ALPM] upgraded lib32-libva (2.19.0-1 -> 2.19.0-2)
> [2023-09-11T14:40:22+0300] [ALPM] upgraded lib32-libva-mesa-driver (23.1.6-1 -> 23.1.6-2)
> [2023-09-11T14:40:22+0300] [ALPM] upgraded lib32-libvdpau (1.5-1 -> 1.5-2)
> [2023-09-11T14:40:22+0300] [ALPM] upgraded lib32-mesa-vdpau (23.1.6-1 -> 23.1.6-2)
> [2023-09-11T14:40:22+0300] [ALPM] upgraded lib32-systemd (253.8-1 -> 253.10-1)
> [2023-09-11T14:40:22+0300] [ALPM] upgraded lib32-vulkan-intel (23.1.6-1 -> 23.1.6-2)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded vulkan-radeon (23.1.6-2 -> 23.1.6-3)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded lib32-vulkan-radeon (23.1.6-1 -> 23.1.6-2)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded libadwaita (1:1.3.4-1 -> 1:1.3.5-1)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded libayatana-appindicator (0.5.92-1 -> 0.5.92-2)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded libcacard (2.7.0-2 -> 2.7.0-3)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded libcmis (0.5.2-13 -> 0.5.2-14)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded libdvbpsi (1:1.3.3-2 -> 1:1.3.3-3)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded libgit2-glib (1.1.0-4 -> 1.2.0-1)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded libgphoto2 (2.5.30-2 -> 2.5.31-1)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded libixion (0.18.1-2 -> 0.18.1-3)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded liborcus (0.18.1-2 -> 0.18.1-3)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded libpackagekit-glib (1.2.6-2 -> 1.2.7-1)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded libpamac (11.6.2+4+g52f2eb3-1 -> 11.6.2+6+ge74fe0e-1)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded ostree (2023.5-1 -> 2023.6-3)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded pipewire (1:0.3.78-1 -> 1:0.3.79-2)
> [2023-09-11T14:40:23+0300] [ALPM] upgraded libpamac-flatpak-plugin (11.6.2+4+g52f2eb3-1 -> 11.6.2+6+ge74fe0e-1)
> [2023-09-11T14:40:25+0300] [ALPM] upgraded libreoffice-still (7.5.5-2 -> 7.5.5-3)
> [2023-09-11T14:40:25+0300] [ALPM] upgraded libteam (1.31-8 -> 1.32-1)
> [2023-09-11T14:40:25+0300] [ALPM] upgraded libtorrent-rasterbar (1:2.0.9-1 -> 1:2.0.9-2)
> [2023-09-11T14:40:25+0300] [ALPM] upgraded libva-mesa-driver (23.1.6-2 -> 23.1.6-3)
> [2023-09-11T14:40:26+0300] [ALPM] upgraded libvirt (1:9.6.0-1 -> 1:9.7.0-1)
> [2023-09-11T14:40:26+0300] [ALPM] upgraded libvirt-python (1:9.6.0-1 -> 1:9.7.0-1)
> [2023-09-11T14:40:26+0300] [ALPM] upgraded licenses (20230729-1 -> 20230903-1)
> [2023-09-11T14:40:26+0300] [ALPM] upgraded linux419 (4.19.292-1 -> 4.19.294-1)
> [2023-09-11T14:40:26+0300] [ALPM] upgraded linux419-virtualbox-host-modules (7.0.10-7 -> 7.0.10-9)
> [2023-09-11T14:40:31+0300] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
> [2023-09-11T14:40:32+0300] [ALPM] upgraded linux515 (5.15.128-1 -> 5.15.130-1)
> [2023-09-11T14:40:32+0300] [ALPM] upgraded linux515-virtualbox-host-modules (7.0.10-10 -> 7.0.10-12)
> [2023-09-11T14:40:38+0300] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
> [2023-09-11T14:40:39+0300] [ALPM] upgraded llvm (15.0.7-3 -> 16.0.6-1)
> [2023-09-11T14:40:39+0300] [ALPM] upgraded manjaro-release (23.0.0-1 -> 23.0.1-1)
> [2023-09-11T14:40:39+0300] [ALPM] upgraded marble-common (23.08.0-1 -> 23.08.0-2)
> [2023-09-11T14:40:39+0300] [ALPM] upgraded mesa-vdpau (23.1.6-2 -> 23.1.6-3)
> [2023-09-11T14:40:39+0300] [ALPM] upgraded movit (1.7.0-1 -> 1.7.1-1)
> [2023-09-11T14:40:39+0300] [ALPM] upgraded net-snmp (5.9.1-7 -> 5.9.1-8)
> [2023-09-11T14:40:39+0300] [ALPM] upgraded nmap (7.94-1 -> 7.94-2)
> [2023-09-11T14:40:39+0300] [ALPM] upgraded nodejs (20.5.1-1 -> 20.6.0-1)
> [2023-09-11T14:40:39+0300] [ALPM] upgraded okular (23.08.0-1 -> 23.08.0-2)
> [2023-09-11T14:40:40+0300] [ALPM] upgraded opencv (4.8.0-3 -> 4.8.0-5)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded opera (102.0.4880.16-1 -> 102.0.4880.33-1)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded packagekit (1.2.6-2 -> 1.2.7-1)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded perl-uri (5.19-2 -> 5.20-1)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded shiboken6 (6.5.2-1 -> 6.5.2-2)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded pyside6 (6.5.2-1 -> 6.5.2-2)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded python-appdirs (1.4.4-8 -> 1.4.4-9)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded python-cffi (1.15.1-3 -> 1.15.1-4)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded python-exceptiongroup (1.1.3-1 -> 1.1.3-2)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded python-jaraco.functools (3.8.1-1 -> 3.9.0-1)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded python-pluggy (1.2.0-1 -> 1.3.0-1)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded python-pytest (7.4.0-1 -> 7.4.1-1)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded python-shiboken2 (5.15.10-1 -> 5.15.10-2)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded python-sphinx (7.2.3-1 -> 7.2.5-1)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded qbittorrent (4.5.4-1 -> 4.5.5-1)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded qemu-common (8.0.4-2 -> 8.1.0-2)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded qemu-img (8.0.4-2 -> 8.1.0-2)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded qemu-system-x86-firmware (8.0.4-2 -> 8.1.0-2)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded seabios (1.16.2-1 -> 1.16.2-2)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded qemu-system-x86 (8.0.4-2 -> 8.1.0-2)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded virtiofsd (1.7.2-1 -> 1.8.0-1)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded qemu-base (8.0.4-2 -> 8.1.0-2)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded qpdf (11.5.0-1 -> 11.6.0-1)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded qt5-tools (5.15.10+kde+r3-1 -> 5.15.10+kde+r3-2)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded re2 (1:20230801-1 -> 1:20230901-1)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded samba (4.18.6-1 -> 4.19.0-1)
> [2023-09-11T14:40:41+0300] [ALPM] upgraded sane (1.2.1-4 -> 1.2.1-5)
> [2023-09-11T14:40:42+0300] [ALPM] upgraded snapd (2.60.2-1 -> 2.60.3-1)
> [2023-09-11T14:40:42+0300] [ALPM] upgraded source-highlight (3.1.9-10 -> 3.1.9-11)
> [2023-09-11T14:40:42+0300] [ALPM] upgraded splix (2.0.0-19 -> 2.0.0-20)
> [2023-09-11T14:40:42+0300] [ALPM] upgraded strace (6.4-1 -> 6.5-1)
> [2023-09-11T14:40:42+0300] [ALPM] upgraded systemd-sysvcompat (253.8-1 -> 253.10-1)
> [2023-09-11T14:40:42+0300] [ALPM] upgraded telegram-desktop (4.9.3-1 -> 4.9.5-1)
> [2023-09-11T14:40:42+0300] [ALPM] upgraded terminus-font (4.49.1-5 -> 4.49.1-6)
> [2023-09-11T14:40:42+0300] [ALPM] upgraded tor (0.4.8.4-1 -> 0.4.8.4-2)
> [2023-09-11T14:40:42+0300] [ALPM] upgraded traceroute (2.1.2-1 -> 2.1.3-1)
> [2023-09-11T14:40:42+0300] [ALPM] upgraded typescript (5.1.6-1 -> 5.2.2-1)
> [2023-09-11T14:40:42+0300] [ALPM] upgraded vlc (3.0.18-13 -> 3.0.18-15)
> [2023-09-11T14:40:42+0300] [ALPM] upgraded vulkan-intel (23.1.6-2 -> 23.1.6-3)
> [2023-09-11T14:40:43+0300] [ALPM] upgraded webkit2gtk (2.40.5-1 -> 2.40.5-2)
> [2023-09-11T14:40:43+0300] [ALPM] upgraded webkit2gtk-4.1 (2.40.5-1 -> 2.40.5-2)
> [2023-09-11T14:40:43+0300] [ALPM] upgraded zsh-completions (0.34.0-4 -> 0.35.0-1)
> [2023-09-11T14:40:43+0300] [ALPM] transaction completed
> [2023-09-11T14:40:45+0300] [ALPM] running '20-systemd-sysusers.hook'...
> [2023-09-11T14:40:45+0300] [ALPM] running '30-systemd-catalog.hook'...
> [2023-09-11T14:40:45+0300] [ALPM] running '30-systemd-daemon-reload.hook'...
> [2023-09-11T14:40:45+0300] [ALPM] running '30-systemd-hwdb.hook'...
> [2023-09-11T14:40:46+0300] [ALPM] running '30-systemd-sysctl.hook'...
> [2023-09-11T14:40:46+0300] [ALPM] running '30-systemd-tmpfiles.hook'...
> [2023-09-11T14:40:46+0300] [ALPM] running '30-systemd-udev-reload.hook'...
> [2023-09-11T14:40:46+0300] [ALPM] running '30-systemd-update.hook'...
> [2023-09-11T14:40:46+0300] [ALPM] running '30-update-mime-database.hook'...
> [2023-09-11T14:40:46+0300] [ALPM] running '60-depmod.hook'...
> [2023-09-11T14:40:57+0300] [ALPM] running '90-mkinitcpio-install.hook'...
> [2023-09-11T14:40:57+0300] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux419.preset: 'default'
> [2023-09-11T14:40:57+0300] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
> [2023-09-11T14:40:57+0300] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-4.19-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-4.19-x86_64.img
> [2023-09-11T14:40:57+0300] [ALPM-SCRIPTLET] ==> Starting build: '4.19.294-1-MANJARO'
> [2023-09-11T14:40:57+0300] [ALPM-SCRIPTLET]   -> Running build hook: [base]
> [2023-09-11T14:40:57+0300] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
> [2023-09-11T14:40:57+0300] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
> [2023-09-11T14:40:58+0300] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
> [2023-09-11T14:40:58+0300] [ALPM-SCRIPTLET]   -> Running build hook: [block]
> [2023-09-11T14:40:58+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
> [2023-09-11T14:40:58+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
> [2023-09-11T14:40:58+0300] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
> [2023-09-11T14:40:58+0300] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
> [2023-09-11T14:40:58+0300] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
> [2023-09-11T14:40:58+0300] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
> [2023-09-11T14:40:58+0300] [ALPM-SCRIPTLET] ==> Generating module dependencies
> [2023-09-11T14:40:58+0300] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-4.19-x86_64.img'
> [2023-09-11T14:41:00+0300] [ALPM-SCRIPTLET] ==> Image generation successful
> [2023-09-11T14:41:00+0300] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux419.preset: 'fallback'
> [2023-09-11T14:41:00+0300] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
> [2023-09-11T14:41:00+0300] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-4.19-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-4.19-x86_64-fallback.img -S autodetect
> [2023-09-11T14:41:00+0300] [ALPM-SCRIPTLET] ==> Starting build: '4.19.294-1-MANJARO'
> [2023-09-11T14:41:00+0300] [ALPM-SCRIPTLET]   -> Running build hook: [base]
> [2023-09-11T14:41:00+0300] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
> [2023-09-11T14:41:00+0300] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
> [2023-09-11T14:41:00+0300] [ALPM-SCRIPTLET]   -> Running build hook: [block]
> [2023-09-11T14:41:00+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
> [2023-09-11T14:41:00+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
> [2023-09-11T14:41:01+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
> [2023-09-11T14:41:01+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
> [2023-09-11T14:41:03+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
> [2023-09-11T14:41:04+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
> [2023-09-11T14:41:04+0300] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
> [2023-09-11T14:41:04+0300] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
> [2023-09-11T14:41:04+0300] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
> [2023-09-11T14:41:05+0300] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
> [2023-09-11T14:41:07+0300] [ALPM-SCRIPTLET] ==> Generating module dependencies
> [2023-09-11T14:41:07+0300] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-4.19-x86_64-fallback.img'
> [2023-09-11T14:41:11+0300] [ALPM-SCRIPTLET] ==> Image generation successful
> [2023-09-11T14:41:11+0300] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux515.preset: 'default'
> [2023-09-11T14:41:11+0300] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
> [2023-09-11T14:41:11+0300] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-5.15-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.15-x86_64.img
> [2023-09-11T14:41:12+0300] [ALPM-SCRIPTLET] ==> Starting build: '5.15.130-1-MANJARO'
> [2023-09-11T14:41:12+0300] [ALPM-SCRIPTLET]   -> Running build hook: [base]
> [2023-09-11T14:41:12+0300] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
> [2023-09-11T14:41:12+0300] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
> [2023-09-11T14:41:12+0300] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
> [2023-09-11T14:41:12+0300] [ALPM-SCRIPTLET]   -> Running build hook: [block]
> [2023-09-11T14:41:12+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
> [2023-09-11T14:41:13+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
> [2023-09-11T14:41:13+0300] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
> [2023-09-11T14:41:13+0300] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
> [2023-09-11T14:41:13+0300] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
> [2023-09-11T14:41:13+0300] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
> [2023-09-11T14:41:13+0300] [ALPM-SCRIPTLET] ==> Generating module dependencies
> [2023-09-11T14:41:13+0300] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-5.15-x86_64.img'
> [2023-09-11T14:41:14+0300] [ALPM-SCRIPTLET] ==> Image generation successful
> [2023-09-11T14:41:14+0300] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux515.preset: 'fallback'
> [2023-09-11T14:41:14+0300] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
> [2023-09-11T14:41:14+0300] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-5.15-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.15-x86_64-fallback.img -S autodetect
> [2023-09-11T14:41:14+0300] [ALPM-SCRIPTLET] ==> Starting build: '5.15.130-1-MANJARO'
> [2023-09-11T14:41:14+0300] [ALPM-SCRIPTLET]   -> Running build hook: [base]
> [2023-09-11T14:41:14+0300] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
> [2023-09-11T14:41:14+0300] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
> [2023-09-11T14:41:14+0300] [ALPM-SCRIPTLET]   -> Running build hook: [block]
> [2023-09-11T14:41:15+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
> [2023-09-11T14:41:15+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
> [2023-09-11T14:41:15+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
> [2023-09-11T14:41:16+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
> [2023-09-11T14:41:17+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
> [2023-09-11T14:41:18+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
> [2023-09-11T14:41:18+0300] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
> [2023-09-11T14:41:18+0300] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
> [2023-09-11T14:41:18+0300] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
> [2023-09-11T14:41:19+0300] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
> [2023-09-11T14:41:21+0300] [ALPM-SCRIPTLET] ==> Generating module dependencies
> [2023-09-11T14:41:22+0300] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-5.15-x86_64-fallback.img'
> [2023-09-11T14:41:27+0300] [ALPM-SCRIPTLET] ==> Image generation successful
> [2023-09-11T14:41:27+0300] [ALPM] running '90-packagekit-refresh.hook'...
> [2023-09-11T14:41:27+0300] [ALPM] running '99-grub.hook'...
> [2023-09-11T14:41:27+0300] [ALPM-SCRIPTLET] Генерируется файл настройки grub …
> [2023-09-11T14:41:27+0300] [ALPM-SCRIPTLET] Найдена тема: /usr/share/grub/themes/manjaro/theme.txt
> [2023-09-11T14:41:27+0300] [ALPM-SCRIPTLET] Найден образ linux: /boot/vmlinuz-5.15-x86_64
> [2023-09-11T14:41:27+0300] [ALPM-SCRIPTLET] Найден образ initrd: /boot/intel-ucode.img /boot/initramfs-5.15-x86_64.img
> [2023-09-11T14:41:28+0300] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-5.15-x86_64-fallback.img
> [2023-09-11T14:41:28+0300] [ALPM-SCRIPTLET] Найден образ linux: /boot/vmlinuz-4.19-x86_64
> [2023-09-11T14:41:28+0300] [ALPM-SCRIPTLET] Найден образ initrd: /boot/intel-ucode.img /boot/initramfs-4.19-x86_64.img
> [2023-09-11T14:41:28+0300] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-4.19-x86_64-fallback.img
> [2023-09-11T14:41:28+0300] [ALPM-SCRIPTLET] Предупреждение: os-prober will be executed to detect other bootable partitions.
> [2023-09-11T14:41:28+0300] [ALPM-SCRIPTLET] Its output will be used to detect bootable binaries on them and create new boot entries.
> [2023-09-11T14:41:30+0300] [ALPM-SCRIPTLET] Найден Windows Boot Manager на /dev/nvme0n1p1@/efi/Microsoft/Boot/bootmgfw.efi
> [2023-09-11T14:41:30+0300] [ALPM-SCRIPTLET] Добавляется элемент загрузочного меню для настроек микропрограммы UEFI …
> [2023-09-11T14:41:30+0300] [ALPM-SCRIPTLET] Root filesystem isn't btrfs
> [2023-09-11T14:41:30+0300] [ALPM-SCRIPTLET] If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
> [2023-09-11T14:41:30+0300] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
> [2023-09-11T14:41:30+0300] [ALPM-SCRIPTLET] /usr/bin/grub-probe: предупреждение: неизвестный тип устройства nvme0n1.
> [2023-09-11T14:41:30+0300] [ALPM-SCRIPTLET] завершено
> [2023-09-11T14:41:30+0300] [ALPM] running 'dbeaver.hook'...
> [2023-09-11T14:41:30+0300] [ALPM] running 'dbus-reload.hook'...
> [2023-09-11T14:41:30+0300] [ALPM] running 'detect-old-perl-modules.hook'...
> [2023-09-11T14:41:30+0300] [ALPM] running 'fontconfig.hook'...
> [2023-09-11T14:41:30+0300] [ALPM] running 'fontconfig-32.hook'...
> [2023-09-11T14:41:30+0300] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
> [2023-09-11T14:41:30+0300] [ALPM] running 'gtk-update-icon-cache.hook'...
> [2023-09-11T14:41:30+0300] [ALPM] running 'texinfo-install.hook'...
> [2023-09-11T14:41:31+0300] [ALPM] running 'update-desktop-database.hook'...
> [2023-09-11T14:41:31+0300] [ALPM] running 'update-vlc-plugin-cache.hook'...
> [2023-09-11T14:41:31+0300] [ALPM] running 'xorg-mkfontscale.hook'...
> [2023-09-11T14:46:02+0300] [PACKAGEKIT] synchronizing package lists
> [2023-09-11T15:26:51+0300] [PACKAGEKIT] synchronizing package lists
> [2023-09-12T09:28:19+0300] [PACKAGEKIT] synchronizing package lists
> [2023-09-12T10:44:20+0300] [PAMAC] synchronizing package lists
> [2023-09-12T10:46:00+0300] [ALPM] running '00-timeshift-autosnap.hook'...
> [2023-09-12T10:46:00+0300] [ALPM-SCRIPTLET] ==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
> [2023-09-12T10:46:00+0300] [ALPM] transaction started
> [2023-09-12T10:46:00+0300] [ALPM] upgraded procps-ng (4.0.4-1 -> 4.0.4-1.1)
> [2023-09-12T10:46:01+0300] [ALPM] transaction completed
> [2023-09-12T10:46:01+0300] [ALPM] running '30-systemd-update.hook'...
> [2023-09-12T10:46:01+0300] [ALPM] running '90-packagekit-refresh.hook'...
> [2023-09-12T13:00:27+0300] [ALPM] transaction started
> [2023-09-12T13:00:27+0300] [ALPM] installed ocaml (5.0.0-1)
> [2023-09-12T13:00:28+0300] [ALPM] installed ocaml-compiler-libs (5.0.0-1)
> [2023-09-12T13:00:28+0300] [ALPM] installed opam (2.1.5-1)
> [2023-09-12T13:00:28+0300] [ALPM] transaction completed
> [2023-09-12T13:00:28+0300] [ALPM] running '30-systemd-update.hook'...
> [2023-09-12T13:00:28+0300] [ALPM] running '90-packagekit-refresh.hook'...
> [2023-09-12T18:45:53+0300] [PACKAGEKIT] synchronizing package lists
> [2023-09-13T09:57:44+0300] [PAMAC] synchronizing package lists
> [2023-09-13T10:05:13+0300] [ALPM] running '00-timeshift-autosnap.hook'...
> [2023-09-13T10:05:13+0300] [ALPM-SCRIPTLET] ==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
> [2023-09-13T10:05:13+0300] [ALPM] transaction started
> [2023-09-13T10:05:14+0300] [ALPM] upgraded chromium (116.0.5845.179-1 -> 117.0.5938.62-1)
> [2023-09-13T10:05:14+0300] [ALPM] transaction completed
> [2023-09-13T10:05:14+0300] [ALPM] running '30-systemd-update.hook'...
> [2023-09-13T10:05:14+0300] [ALPM] running '90-packagekit-refresh.hook'...
> [2023-09-13T10:05:14+0300] [ALPM] running 'gtk-update-icon-cache.hook'...
> [2023-09-13T10:05:14+0300] [ALPM] running 'update-desktop-database.hook'...
> [2023-09-13T15:55:46+0300] [PACKAGEKIT] synchronizing package lists
> [2023-09-14T11:34:13+0300] [PACKAGEKIT] synchronizing package lists
> [2023-09-14T16:27:48+0300] [PAMAC] synchronizing package lists
> [2023-09-14T16:33:24+0300] [ALPM] running '00-timeshift-autosnap.hook'...
> [2023-09-14T16:33:24+0300] [ALPM-SCRIPTLET] ==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
> [2023-09-14T16:33:24+0300] [ALPM] running 'firefox-pre.hook'...
> [2023-09-14T16:33:24+0300] [ALPM] transaction started
> [2023-09-14T16:33:25+0300] [ALPM] upgraded firefox (117.0-1 -> 117.0.1-1)
> [2023-09-14T16:33:25+0300] [ALPM] transaction completed
> [2023-09-14T16:33:25+0300] [ALPM] running '30-systemd-update.hook'...
> [2023-09-14T16:33:25+0300] [ALPM] running '90-packagekit-refresh.hook'...
> [2023-09-14T16:33:25+0300] [ALPM] running 'firefox-post.hook'...
> [2023-09-14T16:33:25+0300] [ALPM] running 'gtk-update-icon-cache.hook'...
> [2023-09-14T16:33:25+0300] [ALPM] running 'update-desktop-database.hook'...
> [2023-09-14T17:30:54+0300] [PACKAGEKIT] synchronizing package lists
> [2023-09-15T10:31:46+0300] [PACKAGEKIT] synchronizing package lists
> [2023-09-18T20:16:42+0300] [PACKAGEKIT] synchronizing package lists
> [2023-09-18T22:15:47+0300] [PACKAGEKIT] synchronizing package lists
> [2023-09-19T12:46:13+0300] [PACKAGEKIT] synchronizing package lists
> [2023-09-19T14:44:39+0300] [PACKAGEKIT] synchronizing package lists
> [2023-09-19T17:31:31+0300] [PACKAGEKIT] synchronizing package lists
> [2023-09-27T13:47:22+0300] [PACKAGEKIT] synchronizing package lists
> [2023-09-28T12:28:02+0300] [PAMAC] synchronizing package lists
> [2023-09-28T12:38:08+0300] [ALPM] running '00-timeshift-autosnap.hook'...
> [2023-09-28T12:38:08+0300] [ALPM-SCRIPTLET] ==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
> [2023-09-28T12:38:08+0300] [ALPM] running '60-mkinitcpio-remove.hook'...
> [2023-09-28T12:38:08+0300] [ALPM] running 'firefox-pre.hook'...
> [2023-09-28T12:38:08+0300] [ALPM] transaction started
> [2023-09-28T12:38:08+0300] [ALPM] upgraded iana-etc (20230803-1 -> 20230907-1)
> [2023-09-28T12:38:08+0300] [ALPM] warning: /etc/vconsole.conf saved as /etc/vconsole.conf.pacsave
> [2023-09-28T12:38:08+0300] [ALPM] warning: /etc/shells installed as /etc/shells.pacnew
> [2023-09-28T12:38:08+0300] [ALPM] upgraded filesystem (2023.03.21-1 -> 2023.09.03-1)
> [2023-09-28T12:38:08+0300] [ALPM-SCRIPTLET] Note: vconsole.conf is not longer tracked by
> [2023-09-28T12:38:08+0300] [ALPM-SCRIPTLET] package management. Restoring /etc/vconsole.conf ...
> [2023-09-28T12:38:08+0300] [ALPM] upgraded abseil-cpp (20230125.3-2 -> 20230125.3-3)
> [2023-09-28T12:38:08+0300] [ALPM] upgraded sqlite (3.43.0-1 -> 3.43.1-1)
> [2023-09-28T12:38:08+0300] [ALPM] upgraded vulkan-icd-loader (1.3.255-1 -> 1.3.263-1)
> [2023-09-28T12:38:08+0300] [ALPM] upgraded systemd-libs (253.10-1 -> 254.3-1)
> [2023-09-28T12:38:08+0300] [ALPM] upgraded ca-certificates-mozilla (3.92-1 -> 3.93-1)
> [2023-09-28T12:38:08+0300] [ALPM] upgraded curl (8.2.1-1 -> 8.3.0-1)
> [2023-09-28T12:38:08+0300] [ALPM] upgraded mesa (23.1.6-3 -> 23.1.7-1)
> [2023-09-28T12:38:09+0300] [ALPM] upgraded glib2 (2.76.5-1 -> 2.78.0-2)
> [2023-09-28T12:38:09+0300] [ALPM] upgraded harfbuzz (8.1.1-1 -> 8.2.0-1)
> [2023-09-28T12:38:09+0300] [ALPM] upgraded dbus (1.14.8-1 -> 1.14.10-1)
> [2023-09-28T12:38:09+0300] [ALPM] upgraded avahi (1:0.8+r22+gfd482a7-1 -> 1:0.8+r127+g55d783d-1)
> [2023-09-28T12:38:09+0300] [ALPM] upgraded shadow (4.13-2 -> 4.13-3)
> [2023-09-28T12:38:09+0300] [ALPM] warning: directory permissions differ on /etc/credstore/
> filesystem: 0  package: 700
> [2023-09-28T12:38:09+0300] [ALPM] warning: directory permissions differ on /etc/credstore.encrypted/
> filesystem: 0  package: 700
> [2023-09-28T12:38:09+0300] [ALPM] upgraded systemd (253.10-1 -> 254.3-1)
> [2023-09-28T12:38:09+0300] [ALPM-SCRIPTLET] Creating group 'systemd-journal-upload' with GID 955.
> [2023-09-28T12:38:09+0300] [ALPM-SCRIPTLET] Creating user 'systemd-journal-upload' (systemd Journal Upload) with UID 955 and GID 955.
> [2023-09-28T12:38:09+0300] [ALPM] upgraded kitemmodels (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:09+0300] [ALPM] upgraded nss (3.92-1 -> 3.93-1)
> [2023-09-28T12:38:09+0300] [ALPM] upgraded solid (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:09+0300] [ALPM] upgraded kcoreaddons (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:09+0300] [ALPM] upgraded kwidgetsaddons (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:09+0300] [ALPM] upgraded kjobwidgets (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:09+0300] [ALPM] upgraded kdbusaddons (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kconfig (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kwindowsystem (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kcrash (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kglobalaccel (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kauth (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kcodecs (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kguiaddons (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded ki18n (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kconfigwidgets (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded karchive (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kiconthemes (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kitemviews (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kxmlgui (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kbookmarks (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded alsa-lib (1.2.10-1 -> 1.2.10-2)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded knotifications (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kservice (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kwallet (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kcompletion (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded sonnet (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded ktextwidgets (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kded (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kio (5.109.0-2 -> 5.110.0-2)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kpackage (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kdeclarative (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded kcmutils (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded signon-kwallet-extension (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded libopenmpt (0.7.2-1 -> 0.7.3-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded libtiff (4.5.1-2 -> 4.6.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded librsvg (2:2.56.3-1 -> 2:2.57.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded libva (2.19.0-2 -> 2.20.0-1)
> [2023-09-28T12:38:10+0300] [ALPM] upgraded libwebp (1.3.1-1 -> 1.3.2-1)
> [2023-09-28T12:38:11+0300] [ALPM] upgraded srt (1.5.2-1 -> 1.5.3-1)
> [2023-09-28T12:38:11+0300] [ALPM] upgraded ffmpeg (2:6.0-9 -> 2:6.0-10)
> [2023-09-28T12:38:11+0300] [ALPM] upgraded qt5-webengine (5.15.14-5 -> 5.15.15-1)
> [2023-09-28T12:38:11+0300] [ALPM] upgraded kaccounts-integration (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:11+0300] [ALPM] upgraded libakonadi (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:11+0300] [ALPM] upgraded kcontacts (1:5.109.0-1 -> 1:5.110.0-1)
> [2023-09-28T12:38:11+0300] [ALPM] upgraded kmime (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:11+0300] [ALPM] upgraded prison (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:11+0300] [ALPM] upgraded attica (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:11+0300] [ALPM] upgraded syndication (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:11+0300] [ALPM] upgraded knewstuff (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:11+0300] [ALPM] upgraded grantleetheme (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:11+0300] [ALPM] upgraded akonadi-contacts (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:11+0300] [ALPM] upgraded alsa-card-profiles (1:0.3.79-2 -> 1:0.3.80-1)
> [2023-09-28T12:38:12+0300] [ALPM] upgraded kparts (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:12+0300] [ALPM] upgraded kpty (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:12+0300] [ALPM] upgraded libarchive (3.7.1-1 -> 3.7.2-1)
> [2023-09-28T12:38:12+0300] [ALPM] upgraded ark (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:12+0300] [ALPM] upgraded libtommath (1.2.0-4 -> 1.2.1-1)
> [2023-09-28T12:38:12+0300] [ALPM] upgraded kfilemetadata (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:12+0300] [ALPM] upgraded kidletime (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:12+0300] [ALPM] upgraded baloo (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:12+0300] [ALPM] upgraded baloo-widgets (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:12+0300] [ALPM] upgraded bluez-qt (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:12+0300] [ALPM] upgraded bluedevil (1:5.27.7-1 -> 1:5.27.8-1)
> [2023-09-28T12:38:12+0300] [ALPM] upgraded frameworkintegration (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:12+0300] [ALPM] upgraded kdecoration (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:13+0300] [ALPM] upgraded breeze-icons (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:13+0300] [ALPM] upgraded kirigami2 (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:13+0300] [ALPM] upgraded breeze (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:13+0300] [ALPM] upgraded breeze-gtk (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:13+0300] [ALPM] upgraded btrfs-progs (6.5-1 -> 6.5.1-1)
> [2023-09-28T12:38:13+0300] [ALPM] upgraded libcloudproviders (0.3.2-1 -> 0.3.4-1)
> [2023-09-28T12:38:14+0300] [ALPM] upgraded chromium (117.0.5938.62-1 -> 117.0.5938.92-1)
> [2023-09-28T12:38:15+0300] [ALPM] upgraded cmake (3.27.4-1 -> 3.27.5-1)
> [2023-09-28T12:38:15+0300] [ALPM] upgraded containerd (1.7.5-1 -> 1.7.6-1)
> [2023-09-28T12:38:15+0300] [ALPM] upgraded dbeaver (23.1.5-1 -> 23.2.0-1)
> [2023-09-28T12:38:15+0300] [ALPM] upgraded purpose (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:15+0300] [ALPM] upgraded discover (5.27.7-2 -> 5.27.8-1)
> [2023-09-28T12:38:15+0300] [ALPM] upgraded kdnssd (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:15+0300] [ALPM] upgraded libkexiv2 (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:15+0300] [ALPM] upgraded syntax-highlighting (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:16+0300] [ALPM] upgraded python (3.11.5-1 -> 3.11.5-2)
> [2023-09-28T12:38:16+0300] [ALPM] upgraded kio-extras (23.08.0-2 -> 23.08.1-1)
> [2023-09-28T12:38:16+0300] [ALPM] upgraded kactivities (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:16+0300] [ALPM] upgraded dolphin (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:16+0300] [ALPM] upgraded dolphin-plugins (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:16+0300] [ALPM] upgraded dos2unix (7.5.0-1 -> 7.5.1-1)
> [2023-09-28T12:38:16+0300] [ALPM] upgraded drkonqi (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:16+0300] [ALPM] upgraded elisa (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:16+0300] [ALPM] upgraded ffmpegthumbs (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:16+0300] [ALPM] upgraded qqc2-desktop-style (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:16+0300] [ALPM] upgraded kquickcharts (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:16+0300] [ALPM] upgraded filelight (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:16+0300] [ALPM] upgraded firefox (117.0.1-1 -> 118.0-1)
> [2023-09-28T12:38:16+0300] [ALPM] upgraded knotifyconfig (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded libksysguard (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded ksystemstats (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded ktexteditor (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded kdesu (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded kde-cli-tools (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded kactivitymanagerd (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded kholidays (1:5.109.0-1 -> 1:5.110.0-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded kwayland (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded plasma-framework (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded threadweaver (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded krunner (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded milou (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded layer-shell-qt (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded libkscreen (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded kscreenlocker (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded libpipewire (1:0.3.79-2 -> 1:0.3.80-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded libcamera-ipa (0.1.0-1 -> 0.1.0-2)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded libcamera (0.1.0-1 -> 0.1.0-2)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded pipewire (1:0.3.79-2 -> 1:0.3.80-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded kwin (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded plasma-integration (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded kpeople (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded kactivities-stats (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded kpipewire (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:17+0300] [ALPM] upgraded oxygen-sounds (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:18+0300] [ALPM] upgraded plasma-workspace (5.27.7-2 -> 5.27.8-1)
> [2023-09-28T12:38:18+0300] [ALPM] upgraded systemsettings (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:18+0300] [ALPM] upgraded geoclue (2.7.0-1 -> 2.7.1-1)
> [2023-09-28T12:38:18+0300] [ALPM] upgraded xdg-desktop-portal-kde (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:18+0300] [ALPM] upgraded flatpak-kcm (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:18+0300] [ALPM] upgraded freerdp (2:2.10.0-4 -> 2:2.11.1-1)
> [2023-09-28T12:38:18+0300] [ALPM] upgraded fwupd (1.9.5-1 -> 1.9.5-2)
> [2023-09-28T12:38:18+0300] [ALPM] upgraded ghostscript (10.01.2-1 -> 10.02.0-1)
> [2023-09-28T12:38:18+0300] [ALPM] upgraded glibmm-2.68 (2.76.0-1 -> 2.78.0-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded go (2:1.21.0-1 -> 2:1.21.1-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded libgirepository (1.76.1-3 -> 1.78.0-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded gobject-introspection-runtime (1.76.1-3 -> 1.78.0-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded groff (1.23.0-4 -> 1.23.0-5)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded libkdcraw (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded gwenview (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded harfbuzz-icu (8.1.1-1 -> 8.2.0-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded procps-ng (4.0.4-1.1 -> 4.0.4-1.2)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded inxi (3.3.29.1-1 -> 3.3.30.1-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded iproute2 (6.4.0-1 -> 6.5.0-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded jenkins (2.421-1 -> 2.422-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded jq (1.6-4 -> 1.7-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded kaccounts-providers (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded kamera (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded kate (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded kbackup (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded kcalc (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded kcalendarcore (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded kcharselect (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded kcron (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded kde-gtk-config (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded kdebugsettings (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded ppp (2.4.9-3 -> 2.5.0-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded modemmanager-qt (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded kdeconnect (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded kdegraphics-mobipocket (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded kdegraphics-thumbnailers (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded kunitconversion (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:20+0300] [ALPM] upgraded kemoticons (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded kdelibs4support (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded kdenetwork-filesharing (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded kdeplasma-addons (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded kdialog (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded kdoctools (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded keditbookmarks (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded kfind (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded kgamma5 (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded kgpg (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded kjs (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded khtml (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded khelpcenter (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded khotkeys (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded kimageformats (5.109.0-3 -> 5.110.0-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded vulkan-tools (1.3.255-1 -> 1.3.263-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded kinfocenter (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded kinit (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded kmag (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded kmenuedit (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:21+0300] [ALPM] upgraded kmousetool (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded kmouth (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded konsole (23.08.0-2 -> 23.08.1-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded kontrast (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded kpmcore (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded ksanecore (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded kscreen (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded ksshaskpass (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded ksystemlog (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded kteatime (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded ktimer (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded kubectl (1.28.1-1 -> 1.28.2-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded kwallet-pam (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded kwalletmanager (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded kwayland-integration (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded kwrited (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded lib32-alsa-lib (1.2.10-1 -> 1.2.10-2)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded lib32-curl (8.2.1-1 -> 8.3.0-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded lib32-systemd (253.10-1 -> 254.3-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded lib32-dbus (1.14.8-1 -> 1.14.10-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded lib32-glib2 (2.76.5-1 -> 2.78.0-2)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded lib32-harfbuzz (8.1.1-1 -> 8.2.0-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded lib32-libva-mesa-driver (23.1.6-2 -> 23.1.7-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded lib32-vulkan-icd-loader (1.3.255-1 -> 1.3.263-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded lib32-mesa (23.1.6-2 -> 23.1.7-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded lib32-mesa-vdpau (23.1.6-2 -> 23.1.7-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded lib32-vulkan-intel (23.1.6-2 -> 23.1.7-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded vulkan-radeon (23.1.6-3 -> 23.1.7-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded lib32-vulkan-radeon (23.1.6-2 -> 23.1.7-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded libimagequant (4.2.0-1 -> 4.2.1-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded libksane (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded liblouis (3.26.0-1 -> 3.27.0-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded libnm (1.42.6-1 -> 1.44.0-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded libportal (0.6-1 -> 0.7-1)
> [2023-09-28T12:38:22+0300] [ALPM] upgraded libportal-gtk3 (0.6-1 -> 0.7-1)
> [2023-09-28T12:38:24+0300] [ALPM] upgraded libreoffice-still (7.5.5-3 -> 7.5.6-1)
> [2023-09-28T12:38:24+0300] [ALPM] upgraded libtorrent-rasterbar (1:2.0.9-2 -> 1:2.0.9-3)
> [2023-09-28T12:38:24+0300] [ALPM] upgraded libva-mesa-driver (23.1.6-3 -> 23.1.7-1)
> [2023-09-28T12:38:24+0300] [ALPM] upgraded mkinitcpio (36-4 -> 36-6)
> [2023-09-28T12:38:25+0300] [ALPM] upgraded linux515 (5.15.130-1 -> 5.15.131-1)
> [2023-09-28T12:38:25+0300] [ALPM] upgraded linux515-virtualbox-host-modules (7.0.10-12 -> 7.0.10-13)
> [2023-09-28T12:38:31+0300] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
> [2023-09-28T12:38:31+0300] [ALPM] upgraded luajit (2.1.1692616192-1 -> 2.1.1694285958-1)
> [2023-09-28T12:38:31+0300] [ALPM] upgraded manjaro-release (23.0.1-1 -> 23.0.2-1)
> [2023-09-28T12:38:31+0300] [ALPM] upgraded marble-common (23.08.0-2 -> 23.08.1-1)
> [2023-09-28T12:38:31+0300] [ALPM] upgraded markdownpart (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded mesa-vdpau (23.1.6-3 -> 23.1.7-1)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded mhwd-db (0.6.5-26 -> 0.6.5-27)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded mhwd (0.6.5-26 -> 0.6.5-27)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded mlt (7.18.0-1 -> 7.18.0-4)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded sstp-client (1:1.0.18-1 -> 1:1.0.19-1)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded network-manager-sstp (1.3.1-2 -> 1.3.1-3)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded networkmanager (1.42.6-1 -> 1.44.0-1)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded networkmanager-l2tp (1.20.8-1 -> 1.20.10-1)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded networkmanager-pptp (1.2.12-1 -> 1.2.12-3)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded networkmanager-qt (5.109.0-1 -> 5.110.0-1)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded nodejs (20.6.0-1 -> 20.6.1-1)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded semver (7.5.0-1 -> 7.5.1-1)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded npm (9.8.1-1 -> 10.1.0-1)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded okular (23.08.0-2 -> 23.08.1-1)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded onetbb (2021.9.0-1 -> 2021.10.0-1)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded openpmix (4.2.5-1 -> 4.2.6-1)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded openssh (9.4p1-3 -> 9.4p1-4)
> [2023-09-28T12:38:32+0300] [ALPM] upgraded openmpi (4.1.5-4 -> 4.1.5-5)
> [2023-09-28T12:38:33+0300] [ALPM] upgraded opera (102.0.4880.33-1 -> 102.0.4880.51-1)
> [2023-09-28T12:38:33+0300] [ALPM] upgraded opera-ffmpeg-codecs (116.0.5845.97-1 -> 116.0.5845.188-1)
> [2023-09-28T12:38:33+0300] [ALPM] upgraded oxygen (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded oxygen-icons (1:5.109.0-1 -> 1:5.110.0-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded pamac-cli (11.6.0-1 -> 11.6.0-2)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded pamac-gtk (11.6.0-0.2 -> 11.6.0-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded partitionmanager (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded plasma-browser-integration (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded polkit-kde-agent (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded powerdevil (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded plasma-desktop (5.27.7.1-1 -> 5.27.8-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded plasma-disks (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded plasma-firewall (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded plasma-nm (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded plasma-pa (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded plasma-sdk (5.27.7.1-1 -> 5.27.8-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded plasma-systemmonitor (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded plasma-thunderbolt (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded plasma-vault (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:34+0300] [ALPM] upgraded plasma-welcome (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded plasma-workspace-wallpapers (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded print-manager (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded python-build (0.10.0-4 -> 1.0.1-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded python-future (0.18.3-1 -> 0.18.3-2)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded python-gobject (3.44.1-4 -> 3.46.0-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded python-pytest (7.4.1-1 -> 7.4.2-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded python-pytz (2023.3-1 -> 2023.3.post1-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded python-sphinx (7.2.5-1 -> 7.2.6-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded python-traitlets (5.9.0-2 -> 5.10.0-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded qpdf (11.6.0-1 -> 11.6.1-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded ruby-power_assert (2.0.2-1 -> 2.0.3-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded ruby-msgpack (1.7.0-1 -> 1.7.2-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded sddm-kcm (5.27.7-1 -> 5.27.8-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded skanlite (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded skanpage (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded spectacle (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded sweeper (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded systemd-sysvcompat (253.10-1 -> 254.3-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded vulkan-headers (1:1.3.262-1 -> 1:1.3.264-2)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded telegram-desktop (4.9.5-1 -> 4.9.7-1)
> [2023-09-28T12:38:35+0300] [ALPM] upgraded terraform (1.5.6-1 -> 1.5.7-1)
> [2023-09-28T12:38:36+0300] [ALPM] upgraded tor (0.4.8.4-2 -> 0.4.8.5-1)
> [2023-09-28T12:38:36+0300] [ALPM] upgraded vulkan-intel (23.1.6-3 -> 23.1.7-1)
> [2023-09-28T12:38:36+0300] [ALPM] upgraded wireless-regdb (2023.05.03-1 -> 2023.09.01-1)
> [2023-09-28T12:38:36+0300] [ALPM] upgraded xapp (2.6.1-1 -> 2.6.1-2)
> [2023-09-28T12:38:36+0300] [ALPM] upgraded yakuake (23.08.0-1 -> 23.08.1-1)
> [2023-09-28T12:38:36+0300] [ALPM] upgraded yay (12.1.2-1 -> 12.1.3-1)
> [2023-09-28T12:38:36+0300] [ALPM] transaction completed
> [2023-09-28T12:38:39+0300] [ALPM] running '20-systemd-sysusers.hook'...
> [2023-09-28T12:38:39+0300] [ALPM-SCRIPTLET] Creating group 'fwupd' with GID 954.
> [2023-09-28T12:38:39+0300] [ALPM-SCRIPTLET] Creating user 'fwupd' (Firmware update daemon) with UID 954 and GID 954.
> [2023-09-28T12:38:39+0300] [ALPM] running '30-systemd-catalog.hook'...
> [2023-09-28T12:38:39+0300] [ALPM] running '30-systemd-daemon-reload.hook'...
> [2023-09-28T12:38:39+0300] [ALPM] running '30-systemd-hwdb.hook'...
> [2023-09-28T12:38:39+0300] [ALPM] running '30-systemd-sysctl.hook'...
> [2023-09-28T12:38:39+0300] [ALPM] running '30-systemd-tmpfiles.hook'...
> [2023-09-28T12:38:39+0300] [ALPM] running '30-systemd-udev-reload.hook'...
> [2023-09-28T12:38:40+0300] [ALPM] running '30-systemd-update.hook'...
> [2023-09-28T12:38:40+0300] [ALPM] running '30-update-mime-database.hook'...
> [2023-09-28T12:38:40+0300] [ALPM] running '40-update-ca-trust.hook'...
> [2023-09-28T12:38:41+0300] [ALPM] running '60-depmod.hook'...
> [2023-09-28T12:38:47+0300] [ALPM] running '90-mkinitcpio-install.hook'...
> [2023-09-28T12:38:47+0300] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux419.preset: 'default'
> [2023-09-28T12:38:47+0300] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
> [2023-09-28T12:38:47+0300] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-4.19-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-4.19-x86_64.img
> [2023-09-28T12:38:47+0300] [ALPM-SCRIPTLET] ==> Starting build: '4.19.294-1-MANJARO'
> [2023-09-28T12:38:47+0300] [ALPM-SCRIPTLET]   -> Running build hook: [base]
> [2023-09-28T12:38:47+0300] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
> [2023-09-28T12:38:47+0300] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
> [2023-09-28T12:38:47+0300] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
> [2023-09-28T12:38:47+0300] [ALPM-SCRIPTLET]   -> Running build hook: [block]
> [2023-09-28T12:38:48+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
> [2023-09-28T12:38:48+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
> [2023-09-28T12:38:48+0300] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
> [2023-09-28T12:38:48+0300] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
> [2023-09-28T12:38:48+0300] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
> [2023-09-28T12:38:48+0300] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
> [2023-09-28T12:38:48+0300] [ALPM-SCRIPTLET] ==> Generating module dependencies
> [2023-09-28T12:38:48+0300] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-4.19-x86_64.img'
> [2023-09-28T12:38:49+0300] [ALPM-SCRIPTLET] ==> Image generation successful
> [2023-09-28T12:38:49+0300] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux419.preset: 'fallback'
> [2023-09-28T12:38:49+0300] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
> [2023-09-28T12:38:49+0300] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-4.19-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-4.19-x86_64-fallback.img -S autodetect
> [2023-09-28T12:38:49+0300] [ALPM-SCRIPTLET] ==> Starting build: '4.19.294-1-MANJARO'
> [2023-09-28T12:38:49+0300] [ALPM-SCRIPTLET]   -> Running build hook: [base]
> [2023-09-28T12:38:50+0300] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
> [2023-09-28T12:38:50+0300] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
> [2023-09-28T12:38:50+0300] [ALPM-SCRIPTLET]   -> Running build hook: [block]
> [2023-09-28T12:38:50+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
> [2023-09-28T12:38:50+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
> [2023-09-28T12:38:51+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
> [2023-09-28T12:38:51+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
> [2023-09-28T12:38:53+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
> [2023-09-28T12:38:54+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
> [2023-09-28T12:38:54+0300] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
> [2023-09-28T12:38:54+0300] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
> [2023-09-28T12:38:54+0300] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
> [2023-09-28T12:38:55+0300] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
> [2023-09-28T12:38:57+0300] [ALPM-SCRIPTLET] ==> Generating module dependencies
> [2023-09-28T12:38:57+0300] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-4.19-x86_64-fallback.img'
> [2023-09-28T12:39:01+0300] [ALPM-SCRIPTLET] ==> Image generation successful
> [2023-09-28T12:39:01+0300] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux515.preset: 'default'
> [2023-09-28T12:39:01+0300] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
> [2023-09-28T12:39:01+0300] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-5.15-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.15-x86_64.img
> [2023-09-28T12:39:01+0300] [ALPM-SCRIPTLET] ==> Starting build: '5.15.131-1-MANJARO'
> [2023-09-28T12:39:01+0300] [ALPM-SCRIPTLET]   -> Running build hook: [base]
> [2023-09-28T12:39:02+0300] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
> [2023-09-28T12:39:02+0300] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
> [2023-09-28T12:39:02+0300] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
> [2023-09-28T12:39:02+0300] [ALPM-SCRIPTLET]   -> Running build hook: [block]
> [2023-09-28T12:39:02+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
> [2023-09-28T12:39:02+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
> [2023-09-28T12:39:03+0300] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
> [2023-09-28T12:39:03+0300] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
> [2023-09-28T12:39:03+0300] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
> [2023-09-28T12:39:03+0300] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
> [2023-09-28T12:39:03+0300] [ALPM-SCRIPTLET] ==> Generating module dependencies
> [2023-09-28T12:39:03+0300] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-5.15-x86_64.img'
> [2023-09-28T12:39:04+0300] [ALPM-SCRIPTLET] ==> Image generation successful
> [2023-09-28T12:39:04+0300] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux515.preset: 'fallback'
> [2023-09-28T12:39:04+0300] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
> [2023-09-28T12:39:04+0300] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-5.15-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.15-x86_64-fallback.img -S autodetect
> [2023-09-28T12:39:04+0300] [ALPM-SCRIPTLET] ==> Starting build: '5.15.131-1-MANJARO'
> [2023-09-28T12:39:04+0300] [ALPM-SCRIPTLET]   -> Running build hook: [base]
> [2023-09-28T12:39:04+0300] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
> [2023-09-28T12:39:05+0300] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
> [2023-09-28T12:39:05+0300] [ALPM-SCRIPTLET]   -> Running build hook: [block]
> [2023-09-28T12:39:05+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
> [2023-09-28T12:39:05+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
> [2023-09-28T12:39:05+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
> [2023-09-28T12:39:06+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
> [2023-09-28T12:39:07+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
> [2023-09-28T12:39:08+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
> [2023-09-28T12:39:08+0300] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
> [2023-09-28T12:39:08+0300] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
> [2023-09-28T12:39:08+0300] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
> [2023-09-28T12:39:09+0300] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
> [2023-09-28T12:39:13+0300] [ALPM-SCRIPTLET] ==> Generating module dependencies
> [2023-09-28T12:39:13+0300] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-5.15-x86_64-fallback.img'
> [2023-09-28T12:39:17+0300] [ALPM-SCRIPTLET] ==> Image generation successful
> [2023-09-28T12:39:17+0300] [ALPM] running '90-packagekit-refresh.hook'...
> [2023-09-28T12:39:17+0300] [ALPM] running '99-grub.hook'...
> [2023-09-28T12:39:18+0300] [ALPM-SCRIPTLET] Генерируется файл настройки grub …
> [2023-09-28T12:39:18+0300] [ALPM-SCRIPTLET] Найдена тема: /usr/share/grub/themes/manjaro/theme.txt
> [2023-09-28T12:39:18+0300] [ALPM-SCRIPTLET] Найден образ linux: /boot/vmlinuz-5.15-x86_64
> [2023-09-28T12:39:18+0300] [ALPM-SCRIPTLET] Найден образ initrd: /boot/intel-ucode.img /boot/initramfs-5.15-x86_64.img
> [2023-09-28T12:39:19+0300] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-5.15-x86_64-fallback.img
> [2023-09-28T12:39:19+0300] [ALPM-SCRIPTLET] Найден образ linux: /boot/vmlinuz-4.19-x86_64
> [2023-09-28T12:39:19+0300] [ALPM-SCRIPTLET] Найден образ initrd: /boot/intel-ucode.img /boot/initramfs-4.19-x86_64.img
> [2023-09-28T12:39:19+0300] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-4.19-x86_64-fallback.img
> [2023-09-28T12:39:19+0300] [ALPM-SCRIPTLET] Предупреждение: os-prober will be executed to detect other bootable partitions.
> [2023-09-28T12:39:19+0300] [ALPM-SCRIPTLET] Its output will be used to detect bootable binaries on them and create new boot entries.
> [2023-09-28T12:39:21+0300] [ALPM-SCRIPTLET] Найден Windows Boot Manager на /dev/nvme0n1p1@/efi/Microsoft/Boot/bootmgfw.efi
> [2023-09-28T12:39:21+0300] [ALPM-SCRIPTLET] Добавляется элемент загрузочного меню для настроек микропрограммы UEFI …
> [2023-09-28T12:39:21+0300] [ALPM-SCRIPTLET] Root filesystem isn't btrfs
> [2023-09-28T12:39:21+0300] [ALPM-SCRIPTLET] If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
> [2023-09-28T12:39:21+0300] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
> [2023-09-28T12:39:22+0300] [ALPM-SCRIPTLET] /usr/bin/grub-probe: предупреждение: неизвестный тип устройства nvme0n1.
> [2023-09-28T12:39:22+0300] [ALPM-SCRIPTLET] завершено
> [2023-09-28T12:39:22+0300] [ALPM] running 'dbeaver.hook'...
> [2023-09-28T12:39:22+0300] [ALPM] running 'dbus-reload.hook'...
> [2023-09-28T12:39:22+0300] [ALPM] running 'firefox-post.hook'...
> [2023-09-28T12:39:22+0300] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
> [2023-09-28T12:39:22+0300] [ALPM] running 'glib-compile-schemas.hook'...
> [2023-09-28T12:39:22+0300] [ALPM] running 'gtk-update-icon-cache.hook'...
> [2023-09-28T12:39:22+0300] [ALPM] running 'networkmanager-connectivity.hook'...
> [2023-09-28T12:39:22+0300] [ALPM] running 'texinfo-install.hook'...
> [2023-09-28T12:39:22+0300] [ALPM] running 'update-desktop-database.hook'...
> [2023-09-28T12:43:56+0300] [PACKAGEKIT] synchronizing package lists
> [2023-09-29T09:55:13+0300] [PACKAGEKIT] synchronizing package lists
> [2023-10-02T10:17:50+0300] [PACKAGEKIT] synchronizing package lists
> [2023-10-02T10:37:02+0300] [PAMAC] synchronizing package lists
> [2023-10-02T10:38:18+0300] [ALPM] running '00-timeshift-autosnap.hook'...
> [2023-10-02T10:38:18+0300] [ALPM-SCRIPTLET] ==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
> [2023-10-02T10:38:18+0300] [ALPM] running 'firefox-pre.hook'...
> [2023-10-02T10:38:18+0300] [ALPM] transaction started
> [2023-10-02T10:38:19+0300] [ALPM] upgraded chromium (117.0.5938.92-1 -> 117.0.5938.132-1)
> [2023-10-02T10:38:19+0300] [ALPM] upgraded firefox (118.0-1 -> 118.0.1-1)
> [2023-10-02T10:38:20+0300] [ALPM] transaction completed
> [2023-10-02T10:38:20+0300] [ALPM] running '30-systemd-update.hook'...
> [2023-10-02T10:38:20+0300] [ALPM] running '90-packagekit-refresh.hook'...
> [2023-10-02T10:38:20+0300] [ALPM] running 'firefox-post.hook'...
> [2023-10-02T10:38:20+0300] [ALPM] running 'gtk-update-icon-cache.hook'...
> [2023-10-02T10:38:20+0300] [ALPM] running 'update-desktop-database.hook'...
> [2023-10-02T14:06:38+0300] [PACKAGEKIT] synchronizing package lists
> [2023-10-03T10:14:40+0300] [PACKAGEKIT] synchronizing package lists
> [2023-10-04T10:22:14+0300] [PACKAGEKIT] synchronizing package lists
> [2023-10-04T14:00:52+0300] [PACKAGEKIT] synchronizing package lists
> [2023-10-05T10:46:28+0300] [PACKAGEKIT] synchronizing package lists
> [2023-10-05T12:30:30+0300] [PAMAC] synchronizing package lists
> [2023-10-05T12:30:40+0300] [ALPM] running '00-timeshift-autosnap.hook'...
> [2023-10-05T12:30:40+0300] [ALPM-SCRIPTLET] ==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
> [2023-10-05T12:30:40+0300] [ALPM] transaction started
> [2023-10-05T12:30:40+0300] [ALPM] upgraded archlinux-keyring (20230821-2 -> 20230918-1)
> [2023-10-05T12:30:40+0300] [ALPM-SCRIPTLET] ==> Добавление ключей из файла 'archlinux.gpg'...
> [2023-10-05T12:30:44+0300] [ALPM-SCRIPTLET] ==> Блокирование отозванных ключей...
> [2023-10-05T12:30:44+0300] [ALPM-SCRIPTLET]   -> Disabled 2 keys.
> [2023-10-05T12:30:44+0300] [ALPM-SCRIPTLET] ==> Обновление таблицы доверия...
> [2023-10-05T12:30:45+0300] [ALPM-SCRIPTLET] gpg: marginals needed: 3  completes needed: 1  trust model: pgp
> [2023-10-05T12:30:45+0300] [ALPM-SCRIPTLET] gpg: глубина: 0  достоверных:   1  подписанных:  21  доверие: 0-, 0q, 0n, 0m, 0f, 1u
> [2023-10-05T12:30:45+0300] [ALPM-SCRIPTLET] gpg: глубина: 1  достоверных:  21  подписанных:  96  доверие: 0-, 0q, 0n, 21m, 0f, 0u
> [2023-10-05T12:30:45+0300] [ALPM-SCRIPTLET] gpg: глубина: 2  достоверных:  72  подписанных:  27  доверие: 72-, 0q, 0n, 0m, 0f, 0u
> [2023-10-05T12:30:45+0300] [ALPM-SCRIPTLET] gpg: срок следующей проверки таблицы доверия 2023-10-27
> [2023-10-05T12:30:45+0300] [ALPM] transaction completed
> [2023-10-05T12:30:45+0300] [ALPM] running '30-systemd-daemon-reload.hook'...
> [2023-10-05T12:30:45+0300] [ALPM] running '30-systemd-update.hook'...
> [2023-10-05T12:30:45+0300] [ALPM] running '90-packagekit-refresh.hook'...
> [2023-10-05T12:40:13+0300] [ALPM] running '00-timeshift-autosnap.hook'...
> [2023-10-05T12:40:13+0300] [ALPM-SCRIPTLET] ==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
> [2023-10-05T12:40:13+0300] [ALPM] running '60-mkinitcpio-remove.hook'...
> [2023-10-05T12:40:13+0300] [ALPM] transaction started
> [2023-10-05T12:40:13+0300] [ALPM] upgraded filesystem (2023.09.03-1 -> 2023.09.22-1)
> [2023-10-05T12:40:14+0300] [ALPM] upgraded glibc (2.38-3 -> 2.38-5)
> [2023-10-05T12:40:14+0300] [ALPM-SCRIPTLET] Generating locales...
> [2023-10-05T12:40:15+0300] [ALPM-SCRIPTLET]   en_US.UTF-8... done
> [2023-10-05T12:40:16+0300] [ALPM-SCRIPTLET]   ru_RU.UTF-8... done
> [2023-10-05T12:40:16+0300] [ALPM-SCRIPTLET] Generation complete.
> [2023-10-05T12:40:16+0300] [ALPM] upgraded abseil-cpp (20230125.3-3 -> 20230802.1-1)
> [2023-10-05T12:40:16+0300] [ALPM] upgraded openssl (3.1.2-1 -> 3.1.3-1)
> [2023-10-05T12:40:16+0300] [ALPM] upgraded python-typing_extensions (4.7.1-1 -> 4.8.0-1)
> [2023-10-05T12:40:16+0300] [ALPM] upgraded ansible-core (2.15.3-1 -> 2.15.4-1)
> [2023-10-05T12:40:20+0300] [ALPM] upgraded ansible (8.3.0-1 -> 8.4.0-1)
> [2023-10-05T12:40:20+0300] [ALPM] upgraded pambase (20221020-1 -> 20230918-1)
> [2023-10-05T12:40:20+0300] [ALPM] upgraded kbd (2.6.2-1 -> 2.6.3-1)
> [2023-10-05T12:40:20+0300] [ALPM] upgraded systemd-libs (254.3-1 -> 254.5-1)
> [2023-10-05T12:40:20+0300] [ALPM] upgraded brotli (1.0.9-12 -> 1.1.0-1)
> [2023-10-05T12:40:20+0300] [ALPM] upgraded libp11-kit (0.25.0-1 -> 0.25.0-2)
> [2023-10-05T12:40:20+0300] [ALPM] upgraded p11-kit (0.25.0-1 -> 0.25.0-2)
> [2023-10-05T12:40:20+0300] [ALPM] upgraded shadow (4.13-3 -> 4.14.0-4)
> [2023-10-05T12:40:21+0300] [ALPM] upgraded systemd (254.3-1 -> 254.5-1)
> [2023-10-05T12:40:21+0300] [ALPM-SCRIPTLET] Creating group 'groups' with GID 953.
> [2023-10-05T12:40:21+0300] [ALPM] upgraded at-spi2-core (2.48.4-1 -> 2.50.0-1)
> [2023-10-05T12:40:21+0300] [ALPM] upgraded augeas (1.14.0-1 -> 1.14.1-1)
> [2023-10-05T12:40:21+0300] [ALPM] upgraded jemalloc (1:5.3.0-2 -> 1:5.3.0-3)
> [2023-10-05T12:40:21+0300] [ALPM] upgraded bind (9.18.18-1 -> 9.18.19-1)
> [2023-10-05T12:40:21+0300] [ALPM] upgraded harfbuzz (8.2.0-1 -> 8.2.1-1)
> [2023-10-05T12:40:21+0300] [ALPM] upgraded cairo (1.17.8-2 -> 1.18.0-1)
> [2023-10-05T12:40:21+0300] [ALPM] upgraded libcups (1:2.4.6-1 -> 1:2.4.7-1)
> [2023-10-05T12:40:21+0300] [ALPM] upgraded libvpx (1.13.0-1 -> 1.13.0-2)
> [2023-10-05T12:40:21+0300] [ALPM] upgraded mesa (23.1.7-1 -> 1:23.1.8-1)
> [2023-10-05T12:40:21+0300] [ALPM] installed onevpl (2023.3.1-1)
> [2023-10-05T12:40:21+0300] [ALPM] upgraded mpg123 (1.31.3-1 -> 1.32.2-1)
> [2023-10-05T12:40:21+0300] [ALPM] upgraded gperftools (2.12-1 -> 2.13-1)
> [2023-10-05T12:40:22+0300] [ALPM] upgraded libdeflate (1.18-1 -> 1.19-1)
> [2023-10-05T12:40:22+0300] [ALPM] upgraded openexr (3.2.0-2 -> 3.2.1-1)
> [2023-10-05T12:40:22+0300] [ALPM] upgraded ffmpeg (2:6.0-10 -> 2:6.0-11)
> [2023-10-05T12:40:22+0300] [ALPM] upgraded re2 (1:20230901-1 -> 1:20230901-2)
> [2023-10-05T12:40:22+0300] [ALPM] upgraded gtk-update-icon-cache (1:4.12.1-1 -> 1:4.12.3-1)
> [2023-10-05T12:40:22+0300] [ALPM] upgraded json-glib (1.6.6-2 -> 1.8.0-1)
> [2023-10-05T12:40:22+0300] [ALPM] upgraded glib-networking (1:2.76.1-1 -> 1:2.78.0-1)
> [2023-10-05T12:40:22+0300] [ALPM] upgraded libsoup3 (3.4.2-1 -> 3.4.3-1)
> [2023-10-05T12:40:22+0300] [ALPM] upgraded tracker3 (3.5.3-2 -> 3.6.0-1)
> [2023-10-05T12:40:22+0300] [ALPM] upgraded chromium (117.0.5938.132-1 -> 117.0.5938.149-1)
> [2023-10-05T12:40:23+0300] [ALPM] upgraded cmake (3.27.5-1 -> 3.27.6-1)
> [2023-10-05T12:40:23+0300] [ALPM] upgraded libsecret (0.21.0-1 -> 0.21.1-1)
> [2023-10-05T12:40:23+0300] [ALPM] upgraded pinentry (1.2.1-1 -> 1.2.1-2)
> [2023-10-05T12:40:23+0300] [ALPM] upgraded cups (1:2.4.6-1 -> 1:2.4.7-1)
> [2023-10-05T12:40:23+0300] [ALPM] upgraded dbeaver (23.2.0-1 -> 23.2.1-1)
> [2023-10-05T12:40:23+0300] [ALPM] upgraded edk2-ovmf (202308-2 -> 202308-3)
> [2023-10-05T12:40:23+0300] [ALPM] upgraded freerdp (2:2.11.1-1 -> 2:2.11.2-1)
> [2023-10-05T12:40:23+0300] [ALPM] upgraded frei0r-plugins (2.3.0-2 -> 2.3.1-1)
> [2023-10-05T12:40:23+0300] [ALPM] upgraded gettext (0.22-1 -> 0.22.2-1)
> [2023-10-05T12:40:23+0300] [ALPM] upgraded glslang (12.3.1-2 -> 13.0.0-1)
> [2023-10-05T12:40:23+0300] [ALPM] upgraded libgirepository (1.78.0-1 -> 1.78.1-1)
> [2023-10-05T12:40:23+0300] [ALPM] upgraded gobject-introspection-runtime (1.78.0-1 -> 1.78.1-1)
> [2023-10-05T12:40:23+0300] [ALPM] upgraded gstreamer (1.22.5-2 -> 1.22.6-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded gst-plugins-base-libs (1.22.5-2 -> 1.22.6-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded gst-libav (1.22.5-2 -> 1.22.6-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded gst-plugins-bad-libs (1.22.5-2 -> 1.22.6-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded imagemagick (7.1.1.15-4 -> 7.1.1.18-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded gst-plugins-bad (1.22.5-2 -> 1.22.6-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded gst-plugins-base (1.22.5-2 -> 1.22.6-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded procps-ng (4.0.4-1.2 -> 4.0.4-2)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded imlib2 (1.12.0-1 -> 1.12.1-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded gst-plugins-good (1.22.5-2 -> 1.22.6-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded gst-plugins-ugly (1.22.5-2 -> 1.22.6-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded gtk4 (1:4.12.1-1 -> 1:4.12.3-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded harfbuzz-icu (8.2.0-1 -> 8.2.1-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded hplip (1:3.23.5-1 -> 1:3.23.8-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded inetutils (2.4-1 -> 2.4-2)
> [2023-10-05T12:40:24+0300] [ALPM] installed python-argcomplete (2.0.0-2)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded python-traitlets (5.10.0-1 -> 5.10.1-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded ipython (8.15.0-2 -> 8.15.0-3)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded jenkins (2.422-1 -> 2.425-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded lib32-glibc (2.38-3 -> 2.38-5)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded lib32-harfbuzz (8.2.0-1 -> 8.2.1-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded lib32-cairo (1.17.8-2 -> 1.18.0-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded libdecor (0.1.1-2 -> 0.2.0-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded lib32-openssl (1:3.1.2-1 -> 1:3.1.3-1)
> [2023-10-05T12:40:24+0300] [ALPM] upgraded lib32-systemd (254.3-1 -> 254.5-1)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-at-spi2-core (2.50.0-1)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-libjpeg-turbo (3.0.0-1)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-libtiff (4.6.0-1)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-lcms2 (2.15-1)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-colord (1.4.6-1)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-gdk-pixbuf2 (2.42.10-2)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-gmp (6.3.0-1)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-nettle (3.9.1-1)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-libtasn1 (4.19.0-1)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-p11-kit (0.25.0-2)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-gnutls (3.8.1-1)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-libcups (2.4.7-1)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-libepoxy (1.5.10-1)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-librsvg (2:2.57.0-1)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-libxcomposite (0.4.6-1)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-libxcursor (1.2.1-2)
> [2023-10-05T12:40:24+0300] [ALPM] installed lib32-libxinerama (1.1.5-1)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded lib32-mesa (23.1.7-1 -> 1:23.1.8-1)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded lib32-tdb (1.4.8-1 -> 1.4.9-1)
> [2023-10-05T12:40:25+0300] [ALPM] installed lib32-gtk3 (1:3.24.38-1)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded lib32-libdecor (0.1.1-1 -> 0.2.0-1)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded lib32-libva (2.19.0-2 -> 2.20.0-1)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded lib32-libva-mesa-driver (23.1.7-1 -> 1:23.1.8-1)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded lib32-mesa-vdpau (23.1.7-1 -> 1:23.1.8-1)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded lib32-vulkan-intel (23.1.7-1 -> 1:23.1.8-1)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded vulkan-radeon (23.1.7-1 -> 1:23.1.8-1)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded lib32-vulkan-radeon (23.1.7-1 -> 1:23.1.8-1)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded libadwaita (1:1.3.5-1 -> 1:1.4.0-1)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded libdbusmenu-glib (16.04.0.r498-1 -> 16.04.0.r498-2)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded libdbusmenu-gtk3 (16.04.0.r498-1 -> 16.04.0.r498-2)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded libappindicator-gtk3 (12.10.0.r298-2 -> 12.10.0.r298-3)
> [2023-10-05T12:40:25+0300] [ALPM] installed libnvme (1.5-1)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded libblockdev (2.28-4 -> 3.0.3-4)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded shaderc (2023.4-1 -> 2023.4-2)
> [2023-10-05T12:40:25+0300] [ALPM] installed libdovi (3.2.0-2)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded libplacebo (5.264.1-2 -> 5.264.1-4)
> [2023-10-05T12:40:25+0300] [ALPM] upgraded libqalculate (4.8.0-1 -> 4.8.1-1)
> [2023-10-05T12:40:26+0300] [ALPM] upgraded libreoffice-still (7.5.6-1 -> 7.5.7-1)
> [2023-10-05T12:40:27+0300] [ALPM] upgraded libva-mesa-driver (23.1.7-1 -> 1:23.1.8-1)
> [2023-10-05T12:40:27+0300] [ALPM] upgraded libxnvctrl (535.104.05-1 -> 535.113.01-1)
> [2023-10-05T12:40:27+0300] [ALPM] upgraded licenses (20230903-1 -> 20230917-1)
> [2023-10-05T12:40:28+0300] [ALPM] upgraded linux419 (4.19.294-1 -> 4.19.295-1)
> [2023-10-05T12:40:28+0300] [ALPM] upgraded linux419-virtualbox-host-modules (7.0.10-9 -> 7.0.10-10)
> [2023-10-05T12:40:32+0300] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
> [2023-10-05T12:40:33+0300] [ALPM] upgraded linux515 (5.15.131-1 -> 5.15.133-1)
> [2023-10-05T12:40:33+0300] [ALPM] upgraded linux515-virtualbox-host-modules (7.0.10-13 -> 7.0.10-15)
> [2023-10-05T12:40:39+0300] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
> [2023-10-05T12:40:39+0300] [ALPM] upgraded lua (5.4.6-1 -> 5.4.6-2)
> [2023-10-05T12:40:39+0300] [ALPM] upgraded lua52 (5.2.4-5 -> 5.2.4-6)
> [2023-10-05T12:40:39+0300] [ALPM] upgraded lua53 (5.3.6-1 -> 5.3.6-2)
> [2023-10-05T12:40:39+0300] [ALPM] upgraded man-db (2.11.2-1 -> 2.12.0-1)
> [2023-10-05T12:40:39+0300] [ALPM] upgraded manjaro-release (23.0.2-1 -> 23.0.3-1)
> [2023-10-05T12:40:39+0300] [ALPM] upgraded protobuf (24.2-1 -> 24.3-1)
> [2023-10-05T12:40:39+0300] [ALPM] upgraded qt5-base (5.15.10+kde+r155-1 -> 5.15.10+kde+r162-1)
> [2023-10-05T12:40:39+0300] [ALPM] upgraded qt5-location (5.15.10+kde+r4-2 -> 5.15.10+kde+r5-1)
> [2023-10-05T12:40:40+0300] [ALPM] upgraded marble-common (23.08.1-1 -> 23.08.1-2)
> [2023-10-05T12:40:40+0300] [ALPM] upgraded mesa-vdpau (23.1.7-1 -> 1:23.1.8-1)
> [2023-10-05T12:40:40+0300] [ALPM] upgraded pacman (6.0.2-13 -> 6.0.2-14)
> [2023-10-05T12:40:40+0300] [ALPM] installed perl-http-cookiejar (0.014-1)
> [2023-10-05T12:40:40+0300] [ALPM] upgraded perl-libwww (6.67-2 -> 6.72-1)
> [2023-10-05T12:40:40+0300] [ALPM] upgraded mhwd-nvidia-470xx (470.199.02-3 -> 470.199.02-4)
> [2023-10-05T12:40:40+0300] [ALPM] upgraded mhwd-nvidia (535.104.05-1 -> 535.113.01-2)
> [2023-10-05T12:40:40+0300] [ALPM] upgraded nodejs (20.6.1-1 -> 20.7.0-1)
> [2023-10-05T12:40:40+0300] [ALPM] upgraded opencv (4.8.0-5 -> 4.8.1-1)
> [2023-10-05T12:40:40+0300] [ALPM] upgraded openssl-1.1 (1.1.1.v-1 -> 1.1.1.w-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded opera (102.0.4880.51-1 -> 102.0.4880.70-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded passim (0.1.1-1 -> 0.1.2-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded protobuf-c (1.4.1-3 -> 1.4.1-4)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded python-filelock (3.12.2-1 -> 3.12.4-1)
> [2023-10-05T12:40:41+0300] [ALPM] installed python-annotated-types (0.5.0-1)
> [2023-10-05T12:40:41+0300] [ALPM] installed python-pydantic-core (1:2.6.3-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded python-pydantic (1.10.9-1 -> 2.3.0-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded python-inflect (7.0.0-1 -> 7.0.0-2)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded python-manjaro-sdk (0.9-2 -> 1:0.1.1-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded python-pillow (10.0.0-2 -> 10.0.1-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded python-pyparsing (3.0.9-3 -> 3.1.1-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded python-rich (13.5.2-1 -> 13.5.3-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded python-trove-classifiers (2023.8.7-1 -> 2023.9.19-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded qemu-common (8.1.0-2 -> 8.1.1-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded qemu-img (8.1.0-2 -> 8.1.1-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded qemu-system-x86-firmware (8.1.0-2 -> 8.1.1-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded qemu-system-x86 (8.1.0-2 -> 8.1.1-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded qemu-base (8.1.0-2 -> 8.1.1-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded qt5-imageformats (5.15.10+kde+r9-1 -> 5.15.10+kde+r9-2)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded qt5-wayland (5.15.10+kde+r57-1 -> 5.15.10+kde+r62-1)
> [2023-10-05T12:40:41+0300] [ALPM] upgraded qt6-translations (6.5.2-1 -> 6.5.3-1)
> [2023-10-05T12:40:42+0300] [ALPM] upgraded qt6-base (6.5.2-1 -> 6.5.3-1)
> [2023-10-05T12:40:42+0300] [ALPM] upgraded qt6-5compat (6.5.2-1 -> 6.5.3-1)
> [2023-10-05T12:40:42+0300] [ALPM] upgraded qt6-declarative (6.5.2-2 -> 6.5.3-1)
> [2023-10-05T12:40:42+0300] [ALPM] upgraded qt6-imageformats (6.5.2-1 -> 6.5.3-1)
> [2023-10-05T12:40:42+0300] [ALPM] upgraded qt6-multimedia-ffmpeg (6.5.2-1 -> 6.5.3-1)
> [2023-10-05T12:40:42+0300] [ALPM] upgraded qt6-multimedia (6.5.2-1 -> 6.5.3-1)
> [2023-10-05T12:40:42+0300] [ALPM] upgraded qt6-svg (6.5.2-1 -> 6.5.3-1)
> [2023-10-05T12:40:42+0300] [ALPM] upgraded qt6-wayland (6.5.2-2 -> 6.5.3-1)
> [2023-10-05T12:40:42+0300] [ALPM] upgraded qt6-websockets (6.5.2-1 -> 6.5.3-1)
> [2023-10-05T12:40:43+0300] [ALPM] upgraded vte-common (0.72.2-2 -> 0.74.0-1)
> [2023-10-05T12:40:43+0300] [ALPM] upgraded vte3 (0.72.2-2 -> 0.74.0-1)
> [2023-10-05T12:40:43+0300] [ALPM] upgraded remmina (1:1.4.31-1 -> 1:1.4.33-1)
> [2023-10-05T12:40:43+0300] [ALPM] upgraded rsync (3.2.7-4 -> 3.2.7-6)
> [2023-10-05T12:40:43+0300] [ALPM] upgraded sdl12-compat (1.2.64-1 -> 1.2.68-1)
> [2023-10-05T12:40:43+0300] [ALPM] upgraded snapd (2.60.3-1 -> 2.60.4-1)
> [2023-10-05T12:40:43+0300] [ALPM] upgraded systemd-sysvcompat (254.3-1 -> 254.5-1)
> [2023-10-05T12:40:43+0300] [ALPM] upgraded telegram-desktop (4.9.7-1 -> 4.10.1-2)
> [2023-10-05T12:40:43+0300] [ALPM] upgraded tor (0.4.8.5-1 -> 0.4.8.7-1)
> [2023-10-05T12:40:43+0300] [ALPM] upgraded udisks2 (2.9.4-4 -> 2.10.1-2)
> [2023-10-05T12:40:44+0300] [ALPM] upgraded vlc (3.0.18-15 -> 3.0.18-16)
> [2023-10-05T12:40:44+0300] [ALPM] upgraded vulkan-intel (23.1.7-1 -> 1:23.1.8-1)
> [2023-10-05T12:40:44+0300] [ALPM] upgraded webkit2gtk (2.40.5-2 -> 2.42.1-1)
> [2023-10-05T12:40:44+0300] [ALPM] upgraded webkit2gtk-4.1 (2.40.5-2 -> 2.42.1-1)
> [2023-10-05T12:40:44+0300] [ALPM] transaction completed
> [2023-10-05T12:40:47+0300] [ALPM] running '20-systemd-sysusers.hook'...
> [2023-10-05T12:40:47+0300] [ALPM-SCRIPTLET] Creating group '_talkd' with GID 952.
> [2023-10-05T12:40:47+0300] [ALPM-SCRIPTLET] Creating user '_talkd' (User for legacy talkd server) with UID 952 and GID 952.
> [2023-10-05T12:40:47+0300] [ALPM] running '30-systemd-catalog.hook'...
> [2023-10-05T12:40:47+0300] [ALPM] running '30-systemd-daemon-reload.hook'...
> [2023-10-05T12:40:47+0300] [ALPM] running '30-systemd-hwdb.hook'...
> [2023-10-05T12:40:48+0300] [ALPM] running '30-systemd-sysctl.hook'...
> [2023-10-05T12:40:48+0300] [ALPM] running '30-systemd-tmpfiles.hook'...
> [2023-10-05T12:40:48+0300] [ALPM] running '30-systemd-udev-reload.hook'...
> [2023-10-05T12:40:48+0300] [ALPM] running '30-systemd-update.hook'...
> [2023-10-05T12:40:48+0300] [ALPM] running '30-update-mime-database.hook'...
> [2023-10-05T12:40:49+0300] [ALPM] running '60-depmod.hook'...
> [2023-10-05T12:40:59+0300] [ALPM] running '60-glibc-locales.hook'...
> [2023-10-05T12:41:00+0300] [ALPM] running '80-cronie.hook'...
> [2023-10-05T12:41:00+0300] [ALPM] running '90-mkinitcpio-install.hook'...
> [2023-10-05T12:41:00+0300] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux419.preset: 'default'
> [2023-10-05T12:41:00+0300] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
> [2023-10-05T12:41:00+0300] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-4.19-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-4.19-x86_64.img
> [2023-10-05T12:41:00+0300] [ALPM-SCRIPTLET] ==> Starting build: '4.19.295-1-MANJARO'
> [2023-10-05T12:41:00+0300] [ALPM-SCRIPTLET]   -> Running build hook: [base]
> [2023-10-05T12:41:00+0300] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
> [2023-10-05T12:41:01+0300] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
> [2023-10-05T12:41:01+0300] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
> [2023-10-05T12:41:01+0300] [ALPM-SCRIPTLET]   -> Running build hook: [block]
> [2023-10-05T12:41:01+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
> [2023-10-05T12:41:01+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
> [2023-10-05T12:41:01+0300] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
> [2023-10-05T12:41:01+0300] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
> [2023-10-05T12:41:01+0300] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
> [2023-10-05T12:41:01+0300] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
> [2023-10-05T12:41:02+0300] [ALPM-SCRIPTLET] ==> Generating module dependencies
> [2023-10-05T12:41:02+0300] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-4.19-x86_64.img'
> [2023-10-05T12:41:03+0300] [ALPM-SCRIPTLET] ==> Image generation successful
> [2023-10-05T12:41:03+0300] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux419.preset: 'fallback'
> [2023-10-05T12:41:03+0300] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
> [2023-10-05T12:41:03+0300] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-4.19-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-4.19-x86_64-fallback.img -S autodetect
> [2023-10-05T12:41:03+0300] [ALPM-SCRIPTLET] ==> Starting build: '4.19.295-1-MANJARO'
> [2023-10-05T12:41:03+0300] [ALPM-SCRIPTLET]   -> Running build hook: [base]
> [2023-10-05T12:41:03+0300] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
> [2023-10-05T12:41:03+0300] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
> [2023-10-05T12:41:03+0300] [ALPM-SCRIPTLET]   -> Running build hook: [block]
> [2023-10-05T12:41:03+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
> [2023-10-05T12:41:03+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
> [2023-10-05T12:41:04+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
> [2023-10-05T12:41:04+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
> [2023-10-05T12:41:06+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
> [2023-10-05T12:41:07+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
> [2023-10-05T12:41:07+0300] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
> [2023-10-05T12:41:07+0300] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
> [2023-10-05T12:41:07+0300] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
> [2023-10-05T12:41:08+0300] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
> [2023-10-05T12:41:10+0300] [ALPM-SCRIPTLET] ==> Generating module dependencies
> [2023-10-05T12:41:10+0300] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-4.19-x86_64-fallback.img'
> [2023-10-05T12:41:14+0300] [ALPM-SCRIPTLET] ==> Image generation successful
> [2023-10-05T12:41:14+0300] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux515.preset: 'default'
> [2023-10-05T12:41:14+0300] [ALPM-SCRIPTLET] ==> Using configuration file: '/etc/mkinitcpio.conf'
> [2023-10-05T12:41:14+0300] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-5.15-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.15-x86_64.img
> [2023-10-05T12:41:15+0300] [ALPM-SCRIPTLET] ==> Starting build: '5.15.133-1-MANJARO'
> [2023-10-05T12:41:15+0300] [ALPM-SCRIPTLET]   -> Running build hook: [base]
> [2023-10-05T12:41:15+0300] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
> [2023-10-05T12:41:15+0300] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
> [2023-10-05T12:41:15+0300] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
> [2023-10-05T12:41:15+0300] [ALPM-SCRIPTLET]   -> Running build hook: [block]
> [2023-10-05T12:41:16+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
> [2023-10-05T12:41:16+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
> [2023-10-05T12:41:16+0300] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
> [2023-10-05T12:41:16+0300] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
> [2023-10-05T12:41:16+0300] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
> [2023-10-05T12:41:16+0300] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
> [2023-10-05T12:41:16+0300] [ALPM-SCRIPTLET] ==> Generating module dependencies
> [2023-10-05T12:41:16+0300] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-5.15-x86_64.img'

Please edit your post accordingly.

1 Like

How old is the cd/dvd/usb you’re using to install Manjaro? I’m not seeing the 6.1 kernel installed, or anything above 5.15.

1 Like

I’ve installed Manjaro several years ago. I used kernel 5.15 for a long time. But today I could only run with 4.19. Now I’m installing 6.1.55-1 and packages linux61-headers, linux61-acpi, linux61-rt и linux61-nvidia

I see. Keeping your system up to date at least with the current LTS kernel should always be advisable. A full system upgrade may well do the trick. Cheers.

1 Like

I’ve installed kernel 6.1.55-1 and packages linux61-headers, linux61-acpi, linux61-rt и linux61-nvidia, then made a boot with this kernel and it’s worked like a charm! Thank everyone for your advices!

1 Like

I honestly don’t think you need this. RT kernels are only for specific users, not for everyone.

And all these packages makes it look like this was more of a spray and pray approach…

Edit:

If it worked fine, you can always use it to reinstall the normal kernel:

First, remove it:

sudo mhwd-kernel --remove linux61

Then reboot back into the working one. And reinstall it:

sudo mhwd-kernel --install linux61

This should install any nvidia drivers for the kernel if you need them.

And then you should be able to reboot and test.

3 Likes

“Spray and pray” – I might borrow that sometime.

The realtime kernel can be more a hindrence than a saviour for the typical user with off-the-shelf hardware. Indeed, I agree.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.