Manjaro freezes after the update

Today after yay -Syu my system just freezes once I log in and I cannot do anything. Tried numerous times to reboot the PC but nothing helps, how can I revert my system to the previous state? It is very important to me as I have not backed up my important work!

You will have to provide inxi, pacman log and journalctl. You can get them from a live usb session. I suggest reading some wiki and tutorials (how to provide information, how to chroot, reaching a minimal system, etc.). Sorry i can’t get you links, i’m on a phone and in a hurry.

You can also back up if you boot from usb.

1 Like

I do have manjaro iso which I could use as a way to get to Live USB, but once I load live manjaro version how do I get journalctl pacman log and inxi log of my own system?

From a chroot environment.

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.

1 Like
journalctl -b -p3 --no-pager
cat /etc/pacman.log
inxi -v7azy

And paste here with code tags

2 Likes

Like this:

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.

1 Like

Once I try manjaro-chroot -a

grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.

I do not know why it refers to sda1, it is the USB thumb which I entered Live session
the regular OS is in the nvme0n1

I just turned on the pc again and now it is still working after probably 10th time.

journalctl -b -p3 --no-pager:

rugp. 30 19:27:51 genesis kernel: DMAR: DRHD: handling fault status reg 2
rugp. 30 19:27:51 genesis kernel: DMAR: [INTR-REMAP] Request device [f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request
rugp. 30 19:27:51 genesis kernel: x86/cpu: SGX disabled by BIOS.
rugp. 30 19:27:51 genesis systemd-udevd[351]: /etc/udev/rules.d/40-libsane.rules:26: GOTO="libsane_rules_end" has no matching label, ignoring
rugp. 30 19:27:51 genesis systemd-udevd[351]: /etc/udev/rules.d/S99-2000S1.rules:26: GOTO="libsane_rules_end" has no matching label, ignoring
rugp. 30 19:27:53 genesis bluetoothd[494]: Failed to set mode: Blocked through rfkill (0x12)
rugp. 30 19:27:53 genesis sddm[536]: Failed to read display number from pipe
rugp. 30 19:27:57 genesis systemd[621]: Failed to start Update XDG user dir configuration.
rugp. 30 19:28:02 genesis systemd-coredump[992]: [🡕] Process 965 (cryptomator) of user 1000 dumped core.
                                                 
                                                 Stack trace of thread 965:
                                                 #0  0x00007f248fb8283c n/a (libc.so.6 + 0x8e83c)
                                                 #1  0x00007f248fb32668 raise (libc.so.6 + 0x3e668)
                                                 #2  0x00007f248fb1a4b8 abort (libc.so.6 + 0x264b8)
                                                 #3  0x00007f248f8e0a6f _ZN9__gnu_cxx27__verbose_terminate_handlerEv (libstdc++.so.6 + 0x9ca6f)
                                                 #4  0x00007f248f8f411c _ZN10__cxxabiv111__terminateEPFvvE (libstdc++.so.6 + 0xb011c)
                                                 #5  0x00007f248f8f4189 _ZSt9terminatev (libstdc++.so.6 + 0xb0189)
                                                 #6  0x00007f248f8f4ec7 __cxa_pure_virtual (libstdc++.so.6 + 0xb0ec7)
                                                 #7  0x00007f248fadf9ad _ZNK6Logger3logENS_8LogLevelEPKciS2_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE (libapplauncher.so + 0x209ad)
                                                 #8  0x00007f248fac7127 _ZNK6Logger3logENS_8LogLevelEPKciS2_S2_ (libapplauncher.so + 0x8127)
                                                 #9  0x00007f248fd6e0e2 n/a (ld-linux-x86-64.so.2 + 0x10e2)
                                                 #10 0x00007f248fd71f4e n/a (ld-linux-x86-64.so.2 + 0x4f4e)
                                                 #11 0x00007f248fb34cc6 n/a (libc.so.6 + 0x40cc6)
                                                 #12 0x00007f248fb34e10 exit (libc.so.6 + 0x40e10)
                                                 #13 0x00007f248fb1bcd7 n/a (libc.so.6 + 0x27cd7)
                                                 #14 0x00007f248fb1bd8a __libc_start_main (libc.so.6 + 0x27d8a)
                                                 #15 0x00005562b76fb465 _start (cryptomator + 0x1465)
                                                 ELF object binary architecture: AMD x86-64
rugp. 30 19:28:03 genesis bluetoothd[494]: Failed to set mode: Blocked through rfkill (0x12)
cat /etc/pacman.log 

no such file or directory

had to restart because it froze once again and now I get the following:

Failed to mount /boot/efi
Dependency failed for local File Systems

I have exactly the same problem. I am linking to the thread

Dell XPS 15 9560 i7 7700HQ 16 GB GTX1050 512 GB

so is it now working or what?

no, not at all, any ideas on how to fix it?

so chroot again, ignore this, since it is from the live usb:

and provide logs with priority 4:
journalctl -b-1 -p4 --no-pager
and output from:
mhwd-kernel -li && mhwd -l -li
and:
ldconfig
(this should return nothing)

what do you mean by ignore this and chroot again?

once I do manjaro-chroot -a I just get those lines and nothing happens

so post output from manjaro-chroot -a

this is the output:

grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.

you should be chrooted, did the color changed to red?

no, I just pasted the output I get after I TRY to chroot

yes, so run the journal command i gave you, if you are not chrooted, it will complain about no journal/logs …

okay.

output from manjaro-chroot -a

grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
==> ERROR: No Linux partitions detected!

output from journalctl -b -l -p4 --no-pager

Aug 30 18:56:11 manjaro kernel: x86/cpu: SGX disabled by BIOS.
Aug 30 18:56:11 manjaro kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Aug 30 18:56:11 manjaro kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Aug 30 18:56:11 manjaro kernel:  #5 #6 #7
Aug 30 18:56:11 manjaro kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 30 18:56:11 manjaro kernel: efifb: Ignoring BGRT: unexpected or invalid BMP data
Aug 30 18:56:11 manjaro kernel: resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
Aug 30 18:56:11 manjaro kernel: caller pmc_core_probe+0xb7/0x6b0 mapping multiple BARs
Aug 30 18:56:11 manjaro kernel: wmi_bus wmi_bus-PNP0C14:03: WQBC data block query control method not found
Aug 30 18:56:11 manjaro kernel: i8042: Warning: Keylock active
Aug 30 18:56:11 manjaro kernel: usb: port power management may be unreliable
Aug 30 18:56:11 manjaro kernel: MXM: GUID detected in BIOS
Aug 30 18:56:11 manjaro kernel: ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210730/nsarguments-61)
Aug 30 18:56:11 manjaro kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210730/nsarguments-61)
Aug 30 18:56:11 manjaro kernel: overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
Aug 30 18:56:11 manjaro kernel: ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20210730/nsprepkg-94)
Aug 30 18:56:12 manjaro kernel: psmouse serio1: synaptics: Unable to query device: -5
Aug 30 18:56:12 manjaro systemd[559]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Aug 30 18:56:12 manjaro systemd-udevd[383]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Aug 30 18:56:16 manjaro kernel: kauditd_printk_skb: 20 callbacks suppressed
Aug 30 18:56:18 manjaro kernel: psmouse serio1: Failed to enable mouse on isa0060/serio1
Aug 30 18:56:21 manjaro kernel: kauditd_printk_skb: 13 callbacks suppressed
Aug 30 18:56:21 manjaro systemd-xdg-autostart-generator[1088]: Configuration file /home/manjaro/.config/autostart/pulseaudio-ctl.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
Aug 30 18:56:21 manjaro systemd-xdg-autostart-generator[1088]: Configuration file /home/manjaro/.config/autostart/live-session.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
Aug 30 18:56:21 manjaro systemd-xdg-autostart-generator[1088]: Configuration file /home/manjaro/.config/autostart/disable-dpms.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
Aug 30 18:56:22 manjaro startplasma-x11[1095]: QIODevice::read (QFile, "/home/manjaro/.config/kdedefaults/package"): device not open
Aug 30 18:56:22 manjaro startplasma-x11[1095]: QDBusConnection: error: could not send signal to service "" path "//home/manjaro/.config/kdedefaults/kdeglobals" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //home/manjaro/.config/kdedefaults/kdeglobals
Aug 30 18:56:22 manjaro startplasma-x11[1095]: QDBusConnection: error: could not send signal to service "" path "//home/manjaro/.config/kdedefaults/kdeglobals" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //home/manjaro/.config/kdedefaults/kdeglobals
Aug 30 18:56:22 manjaro startplasma-x11[1095]: QDBusConnection: error: could not send signal to service "" path "//home/manjaro/.config/kdedefaults/kdeglobals" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //home/manjaro/.config/kdedefaults/kdeglobals
Aug 30 18:56:22 manjaro startplasma-x11[1095]: QDBusConnection: error: could not send signal to service "" path "//home/manjaro/.config/kdedefaults/kcminputrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //home/manjaro/.config/kdedefaults/kcminputrc
Aug 30 18:56:22 manjaro startplasma-x11[1095]: QDBusConnection: error: could not send signal to service "" path "//home/manjaro/.config/kdedefaults/kwinrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //home/manjaro/.config/kdedefaults/kwinrc
Aug 30 18:56:22 manjaro ksplashqml[1103]: file:///usr/share/plasma/look-and-feel/org.manjaro.breath.desktop/contents/splash/Splash.qml:49: ReferenceError: maxWidth is not defined
Aug 30 18:56:23 manjaro ksplashqml[1103]: file:///usr/share/plasma/look-and-feel/org.manjaro.breath.desktop/contents/splash/Splash.qml:81:29: Unable to assign int to QEasingCurve
Aug 30 18:56:23 manjaro startplasma-x11[1095]: QPixmap: QGuiApplication must be created before calling defaultDepth().
Aug 30 18:56:23 manjaro startplasma-x11[1095]: QPixmap: QGuiApplication must be created before calling defaultDepth().
Aug 30 18:56:23 manjaro startplasma-x11[1095]: QDBusConnection: error: could not send signal to service "" path "//home/manjaro/.kde4/share/config/kdeglobals" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //home/manjaro/.kde4/share/config/kdeglobals
Aug 30 18:56:23 manjaro klauncher[1134]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Aug 30 18:56:23 manjaro kcminit_startup[1138]: QDBusConnection: error: could not send signal to service "" path "//home/manjaro/.kde4/share/config/kdeglobals" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //home/manjaro/.kde4/share/config/kdeglobals
Aug 30 18:56:23 manjaro kwin_x11[1149]: Warning: Setting a new default format with a different version or profile after the global shared context is created may cause issues with context sharing.
Aug 30 18:56:23 manjaro kwin_x11[1149]: kwin_xkbcommon: XKB: inet:323:58: unrecognized keysym "XF86EmojiPicker"
Aug 30 18:56:23 manjaro kwin_x11[1149]: kwin_xkbcommon: XKB: inet:324:58: unrecognized keysym "XF86Dictate"
Aug 30 18:56:24 manjaro ksmserver[1189]: Qt: Session management error: networkIdsList argument is NULL
Aug 30 18:56:24 manjaro breath2tobreath[1240]: QApplication::qAppName: Please instantiate the QApplication object first
Aug 30 18:56:24 manjaro breath2tobreath[1240]: QApplication::qAppName: Please instantiate the QApplication object first
Aug 30 18:56:24 manjaro breath2tobreath[1240]: QSocketNotifier: Can only be used with threads started with QThread
Aug 30 18:56:24 manjaro breath2tobreath[1240]: QCoreApplication::arguments: Please instantiate the QApplication object first
Aug 30 18:56:24 manjaro breath2tobreath[1240]: QApplication::qAppName: Please instantiate the QApplication object first
Aug 30 18:56:24 manjaro breath2tobreath[1240]: QApplication::qAppName: Please instantiate the QApplication object first
Aug 30 18:56:24 manjaro kwin_x11[1149]: kwin_core: XCB error: 10 (BadAccess), sequence: 822, resource id: 1990, major code: 142 (Composite), minor code: 2 (RedirectSubwindows)
Aug 30 18:56:24 manjaro kwin_x11[1149]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 955, resource id: 39845893, major code: 18 (ChangeProperty), minor code: 0
Aug 30 18:56:24 manjaro plasmashell[1195]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Aug 30 18:56:24 manjaro plasmashell[1195]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Aug 30 18:56:24 manjaro org_kde_powerdevil[1205]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds not supported"
Aug 30 18:56:24 manjaro baloo_file[1199]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.20'
Aug 30 18:56:25 manjaro plasmashell[1195]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Aug 30 18:56:25 manjaro plasmashell[1195]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Aug 30 18:56:25 manjaro org_kde_powerdevil[1205]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Aug 30 18:56:25 manjaro org_kde_powerdevil[1205]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds not supported"
Aug 30 18:56:25 manjaro kded5[1146]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.11'
Aug 30 18:56:25 manjaro gst-plugin-scan[1515]: type name '-a-png-encoder-pred' contains invalid characters
Aug 30 18:56:25 manjaro gst-plugin-scan[1515]: g_type_set_qdata: assertion 'node != NULL' failed
Aug 30 18:56:25 manjaro gst-plugin-scan[1515]: g_type_set_qdata: assertion 'node != NULL' failed
Aug 30 18:56:25 manjaro gst-plugin-scan[1515]: type name '-a-png-encoder-pred' contains invalid characters
Aug 30 18:56:25 manjaro gst-plugin-scan[1515]: g_type_set_qdata: assertion 'node != NULL' failed
Aug 30 18:56:25 manjaro gst-plugin-scan[1515]: g_type_set_qdata: assertion 'node != NULL' failed
Aug 30 18:56:25 manjaro plasmashell[1195]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 30 18:56:25 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml:18:1: QML DropArea: Binding loop detected for property "spacingAtMinSize"
Aug 30 18:56:25 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml:18:1: QML DropArea: Binding loop detected for property "spacingAtMinSize"
Aug 30 18:56:25 manjaro plasmashell[1195]: <Unknown File>: QML QQuickAnchors: Binding loop detected for property "leftMargin"
Aug 30 18:56:26 manjaro plasmashell[1195]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
Aug 30 18:56:26 manjaro plasmashell[1195]: Entry is not valid "org.kde.kontact.desktop" QSharedPointer(0x55c0e03ff3d0)
Aug 30 18:56:26 manjaro plasmashell[1195]: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x55c0e04048d0)
Aug 30 18:56:26 manjaro plasmashell[1195]: Entry is not valid "org.kde.discover.desktop" QSharedPointer(0x55c0e0405580)
Aug 30 18:56:26 manjaro pulseaudio[1241]: stat('/etc/pulse/default.pa.d'): No such file or directory
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
Aug 30 18:56:26 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:530:9: QML Label: Binding loop detected for property "height"
Aug 30 18:56:26 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:495:13: QML Label: Binding loop detected for property "height"
Aug 30 18:56:26 manjaro plasmashell[1195]: Activity added twice "5c53c78e-96ed-4efe-a330-18c7faec2eb0"
Aug 30 18:56:26 manjaro plasmashell[1195]: org.kde.klipper: Failed to load history resource. Clipboard history cannot be read. :  History file does not exist
Aug 30 18:56:26 manjaro plasmashell[1195]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
Aug 30 18:56:26 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ExpandedRepresentation.qml:165:9: QML HiddenItemsView: Binding loop detected for property "implicitHeight"
Aug 30 18:56:26 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:495:13: QML Label: Binding loop detected for property "height"
Aug 30 18:56:26 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:530:9: QML Label: Binding loop detected for property "height"
Aug 30 18:56:26 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:552:5: QML Label: Binding loop detected for property "height"
Aug 30 18:56:27 manjaro plasmashell[1195]: Entry is not valid "org.kde.kontact.desktop" QSharedPointer(0x55c0e0122310)
Aug 30 18:56:27 manjaro plasmashell[1195]: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x55c0e02afa00)
Aug 30 18:56:27 manjaro plasmashell[1195]: Entry is not valid "org.kde.discover.desktop" QSharedPointer(0x55c0e08b0560)
Aug 30 18:56:27 manjaro plasmashell[1195]: Entry is not valid "org.kde.kontact.desktop" QSharedPointer(0x55c0e08b0560)
Aug 30 18:56:27 manjaro plasmashell[1195]: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x55c0dff9e120)
Aug 30 18:56:27 manjaro plasmashell[1195]: Entry is not valid "org.kde.discover.desktop" QSharedPointer(0x55c0dfea98c0)
Aug 30 18:56:27 manjaro plasmashell[1195]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Aug 30 18:56:27 manjaro kwin_x11[1149]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 3234, resource id: 4194357, major code: 18 (ChangeProperty), minor code: 0
Aug 30 18:56:28 manjaro plasmashell[1195]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 30 18:56:28 manjaro plasmashell[1195]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 30 18:56:28 manjaro plasmashell[1195]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 30 18:56:28 manjaro plasmashell[1195]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 30 18:56:28 manjaro plasmashell[1195]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 30 18:56:28 manjaro plasmashell[1195]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 30 18:56:29 manjaro kwin_x11[1149]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 3626, resource id: 4194310, major code: 18 (ChangeProperty), minor code: 0
Aug 30 18:56:29 manjaro plasmashell[1195]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 30 18:56:29 manjaro plasmashell[1195]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 30 18:56:29 manjaro plasmashell[1195]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 30 18:56:31 manjaro plasmashell[1195]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 30 18:56:31 manjaro plasmashell[1195]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 30 18:56:31 manjaro plasmashell[1195]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 30 18:56:31 manjaro plasmashell[1195]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 30 18:56:31 manjaro plasmashell[1195]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 30 18:56:31 manjaro plasmashell[1195]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 30 18:56:31 manjaro plasmashell[1195]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 30 18:56:31 manjaro plasmashell[1195]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 30 18:56:31 manjaro plasmashell[1195]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 30 18:56:31 manjaro plasmashell[1195]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 30 18:56:31 manjaro plasmashell[1195]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 30 18:56:31 manjaro plasmashell[1195]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 30 18:56:31 manjaro plasmashell[1195]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 30 18:56:32 manjaro kwin_x11[1149]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 4045, resource id: 56623114, major code: 15 (QueryTree), minor code: 0
Aug 30 18:56:34 manjaro kwin_x11[1149]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 4458, resource id: 37748895, major code: 18 (ChangeProperty), minor code: 0
Aug 30 18:56:34 manjaro kwin_x11[1149]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 4473, resource id: 37748896, major code: 18 (ChangeProperty), minor code: 0
Aug 30 18:56:38 manjaro kernel: kauditd_printk_skb: 25 callbacks suppressed
Aug 30 18:57:21 manjaro kwin_x11[1149]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 6727, resource id: 37748917, major code: 14 (GetGeometry), minor code: 0
Aug 30 18:57:25 manjaro plasmashell[1195]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 30 18:57:48 manjaro bluetoothd[559]: src/device.c:device_set_wake_support() Unable to set wake_support without RPA resolution
Aug 30 18:57:48 manjaro bluetoothd[559]: src/adapter.c:set_device_privacy_complete() Set device flags return status: Invalid Parameters
Aug 30 18:57:48 manjaro kernel: Bluetooth: hci0: Bad flag given (0x2) vs supported (0x1)
Aug 30 18:57:48 manjaro plasmashell[1195]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x55c0e1e70180) QQmlContext(0x55c0e0d38d40) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Aug 30 18:57:48 manjaro plasmashell[1195]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x55c0e1e70180) QQmlContext(0x55c0e0d38d40) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Aug 30 18:57:48 manjaro kwin_x11[1149]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17758, resource id: 56623156, major code: 18 (ChangeProperty), minor code: 0
Aug 30 18:57:48 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:219:21: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Aug 30 18:57:48 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:219:21: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Aug 30 18:57:48 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:219:21: QML SelectableLabel: Binding loop detected for property "implicitHeight"
Aug 30 18:57:48 manjaro plasmashell[1195]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible"
Aug 30 18:57:48 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/SelectableLabel.qml:38:5: QML TextArea: Binding loop detected for property "implicitHeight"
Aug 30 18:57:48 manjaro plasmashell[1195]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x55c0e22e40c0) QQmlContext(0x55c0e0d38d40) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Aug 30 18:57:48 manjaro plasmashell[1195]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x55c0e22e40c0) QQmlContext(0x55c0e0d38d40) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Aug 30 18:57:48 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:219:21: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Aug 30 18:57:48 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:219:21: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Aug 30 18:57:48 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:219:21: QML SelectableLabel: Binding loop detected for property "implicitHeight"
Aug 30 18:57:48 manjaro plasmashell[1195]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible"
Aug 30 18:57:48 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/SelectableLabel.qml:38:5: QML TextArea: Binding loop detected for property "implicitHeight"
Aug 30 18:57:48 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:219:21: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Aug 30 18:57:49 manjaro kwin_x11[1149]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18935, resource id: 56623109, major code: 18 (ChangeProperty), minor code: 0
Aug 30 18:59:47 manjaro pamac-manager[2758]: gdk_window_set_cursor: assertion 'GDK_IS_WINDOW (window)' failed
Aug 30 18:59:47 manjaro pamac-manager[2758]: manager_window.vala:2450: /usr/share/app-info/icons/archlinux-arch-(null)/64x64/firefox_firefox.png: Failed to open file “/usr/share/app-info/icons/archlinux-arch-(null)/64x64/firefox_firefox.png”: No such file or directory
Aug 30 18:59:47 manjaro kwin_x11[1149]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28628, resource id: 37748989, major code: 18 (ChangeProperty), minor code: 0
Aug 30 18:59:47 manjaro kwin_x11[1149]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28633, resource id: 37748990, major code: 18 (ChangeProperty), minor code: 0
Aug 30 18:59:47 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:370: Unable to assign [undefined] to QString
Aug 30 18:59:49 manjaro kwin_x11[1149]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30117, resource id: 56623208, major code: 15 (QueryTree), minor code: 0
Aug 30 19:00:23 manjaro plasmashell[1195]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x55c0e23aa4f0) QQmlContext(0x55c0e0d38d40) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Aug 30 19:00:23 manjaro plasmashell[1195]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x55c0e23aa4f0) QQmlContext(0x55c0e0d38d40) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Aug 30 19:00:23 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:219:21: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Aug 30 19:00:23 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:219:21: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Aug 30 19:00:23 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:219:21: QML SelectableLabel: Binding loop detected for property "implicitHeight"
Aug 30 19:00:32 manjaro kwin_x11[1149]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 40017, resource id: 4195210, major code: 18 (ChangeProperty), minor code: 0
Aug 30 19:00:32 manjaro kwin_x11[1149]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 40034, resource id: 37749006, major code: 18 (ChangeProperty), minor code: 0
Aug 30 19:00:40 manjaro kwin_x11[1149]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 42694, resource id: 37749008, major code: 18 (ChangeProperty), minor code: 0
Aug 30 19:00:40 manjaro plasmashell[1195]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:370: Unable to assign [undefined] to QString

output from ldconfig

ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied

once I do sudo ldconfig I get nothing as you said.