[Stable Update] 2021-09-16 - Kernels, Steam, Pipewire, Firefox, Thunderbird, Pamac, Pacman

Known issues and solutions

This is a wiki post; please edit as necessary.
Please, consider subscribing to the Stable Updates Announcements RSS feed


Please don’t post to say everything was great on my side or yes, I have the same error but leave the space for people having issues, or even better: for people having solutions!
Use :beer: :coffee: :heart: instead to let us know you’re suffering from the same so we can respond to the highest impacted issues first!
:unicorn: :rainbow: :question:


New issues:

  • Freetype2 update may break applications such as Steam. For Steam the latest stable client update resolves the issue.

  • You might have issues to install this update by missing Maintainers keys. A possible solution might be:

    sudo rm -r /etc/pacman.d/gnupg
    sudo pacman-key --init
    sudo pacman-key --populate manjaro
    sudo pacman-key --populate archlinux
    sudo pacman -Syvv manjaro-keyring  # just to test for key-problems, as this would fail
    

    However, we recommend to remove the signatures of the failed packages in /var/cache/pacman/pkg/ and get the replaced ones from the Build-Server:

    sudo rm -v /var/cache/pacman/pkg/*.sig
    sudo pacman -Syvv
    
  • You might be blocked updating when using pacman due to some libcanberra packages. Simply remove those packages: sudo pacman -Rdd lib32-libcanberra-pulse lib32-libcanberra-gstreamer libcanberra-pulse libcanberra-gstreamer. We recommend to use pamac anyway, which does this automatically: pamac update

  • Compiz packages like compiz-easy-patch got dropped from our repositories. Due to protobuf update you may need to rebuild that package locally on your end. Compiz-easy-patch removed from repos

  • wget now always outputs “SSL_INIT” to stderr every time it is run.
    Issue tracked here: GNU Wget - Bugs: bug #61125

nVidia 4xx PRIME on kernel >= 5.5 has no audio

If you are using an nVidia card with the proprietary prime driver and you get no audio through the HDMI port or the USB devices of the card don’t work it’s because they have been disable due to a power management bug in the kernel. This bug has been fixed in recent updates, so if you are running a kernel with version >= 5.5 and the 4xx version nVidia driver you can fix those problems by editing the file /etc/udev/rules.d/90-mhwd-prime-powermanagement.rules and commenting the following lines in this way.

  • To go from this:

    # Remove NVIDIA USB xHCI Host Controller devices, if present
    ACTION=="add", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x0c0330", ATTR{remove}="1"
    
    # Remove NVIDIA USB Type-C UCSI devices, if present
    ACTION=="add", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x0c8000", ATTR{remove}="1"
    
    # Remove NVIDIA Audio devices, if present
    ACTION=="add", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x040300", ATTR{remove}="1"
    
  • to this:

    # Remove NVIDIA USB xHCI Host Controller devices, if present
    #ACTION=="add", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x0c0330", ATTR{remove}="1"
    
    # Remove NVIDIA USB Type-C UCSI devices, if present
    #ACTION=="add", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x0c8000", ATTR{remove}="1"
    
    # Remove NVIDIA Audio devices, if present
    #ACTION=="add", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x040300", ATTR{remove}="1"
    
  • execute this:

    sudo sed -Ei '/"0x040300"/s/^/#/' /etc/udev/rules.d/90-mhwd-prime-powermanagement.rules
    sudo sed -Ei '/"0x0c8000"/s/^/#/' /etc/udev/rules.d/90-mhwd-prime-powermanagement.rules
    sudo sed -Ei '/"0x0c0330"/s/^/#/' /etc/udev/rules.d/90-mhwd-prime-powermanagement.rules
    
vboxdrv error messages of systemd from log `journactl -b -p 3`

I got the error messages of systemd from log journactl -b -p 3 after this update:

 systemd-udevd[329]: vboxdrv: /usr/lib/udev/rules.d/60-vboxdrv.rules:1 Only network interfaces can be renamed, ignoring NAME="vboxdrv".
 systemd-udevd[335]: vboxdrvu: /usr/lib/udev/rules.d/60-vboxdrv.rules:2 Only network interfaces can be renamed, ignoring NAME="vboxdrvu".
 systemd-udevd[338]: vboxnetctl: /usr/lib/udev/rules.d/60-vboxdrv.rules:3 Only network interfaces can be renamed, ignoring NAME="vboxnetctl".
 systemd-udevd[322]: vboxdrv: /usr/lib/udev/rules.d/60-vboxdrv.rules:1 Only network interfaces can be renamed, ignoring NAME="vboxdrv".
 systemd-udevd[343]: vboxdrvu: /usr/lib/udev/rules.d/60-vboxdrv.rules:2 Only network interfaces can be renamed, ignoring NAME="vboxdrvu"..

Solution:

Edit the file /lib/udev/rules.d/60-vboxdrv.rules

#KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
#KERNEL=="vboxdrvu", NAME="vboxdrvu", OWNER="root", GROUP="root", MODE="0666"
#KERNEL=="vboxnetctl", NAME="vboxnetctl", OWNER="root", GROUP="root", MODE="0600"

KERNEL=="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
KERNEL=="vboxdrvu", OWNER="root", GROUP="root", MODE="0666"
KERNEL=="vboxnetctl", OWNER="root", GROUP="root", MODE="0600"

SUBSYSTEM=="usb_device", ACTION=="add", RUN+="/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers"
SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", RUN+="/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers"
SUBSYSTEM=="usb_device", ACTION=="remove", RUN+="/usr/share/virtualbox/VBoxCreateUSBNode.sh --remove $major $minor"
SUBSYSTEM=="usb", ACTION=="remove", ENV{DEVTYPE}=="usb_device", RUN+="/usr/share/virtualbox/VBoxCreateUSBNode.sh --remove $major $minor"

or ignore these messages from the log.

Firefox VAAPI doesn't work

Can be fixed by removing the entire Firefox profile and settings
:warning: All Firefox settings will be reset to default!

~/.mozilla
~/.cache/mozilla
~/.pulse

Older Issues

`signal-desktop-beta` doesn't want to build and fails with an error

Solution:

     pamac remove signal-desktop-beta
     pamac install signal-desktop 
Steam breaks completely and only shows a black screen

Steam only displays a black screen in place of WebView elements such as the store & library panels. The issue is caused by an update to freetype2, so the easiest way to solve the problem is to opt into the Steam beta client
:warning: Downgrading the freetype2 to version 2.10.4 would be a bad idea with something as important as freetype2 as other packages may break.

Icon handling in `obmenu-generator` is broken

Error message:

obmenu-generator -i
Can't locate object method "init" via package "Gtk3" at /bin/obmenu-generator line 386.

Solution:

     pamac install perl-gtk3
No audio after Pulseaudio v15 update

Try clearing the databases in your home folder of any old settings by executing:

rm ~/.config/pulse/*.tdb ~/.config/pulse/cookie

Reboot afterwards.

Nextcloud problem and workaround

Problem:
After upgrading mariadb to 10.6.3-1 and executing

sudo systemctl restart mariadb.service && sudo mariadb-upgrade -u root -p

Nextcloud doesn’t work anymore showing several errors, all of them related to “InnoDB refuses to write tables with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE.

Workaround:
In /etc/my.cnf.d/server.cnf under section [mariadb] put:

innodb_read_only_compressed=0

Workaround found here: Arch Forum - [SOLVED] Issues on nextcloud 22.0.0 and mariadb 10.6

KDE logo in splash screen instead of Manjaro logo
  • Backup / remove the old ksplashrc file
  • mv ~/.config/ksplashrc ~/.config/ksplashrc.bak
  • Go to System Settings
  • Type in Splash
  • Click on Splash Screen
  • Select and Apply your desired splash screen
Telegram fails to open

Telegram fails with:

(telegram-desktop:6166): Telegram-WARNING **: 15:46:00.533: Application was built without embedded fonts, this may lead to font issues.
(telegram-desktop:6166): GLib-GObject-WARNING **: 15:46:00.619: cannot register existing type 'GtkWidget'
(telegram-desktop:6166): GLib-GObject-CRITICAL **: 15:46:00.619: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
(telegram-desktop:6166): GLib-GObject-WARNING **: 15:46:00.619: cannot register existing type 'GtkBuildable'
(telegram-desktop:6166): GLib-GObject-CRITICAL **: 15:46:00.619: g_type_interface_add_prerequisite: assertion 'G_TYPE_IS_INTERFACE (interface_type)' failed
(telegram-desktop:6166): GLib-CRITICAL **: 15:46:00.619: g_once_init_leave: assertion 'result != 0' failed
(telegram-desktop:6166): GLib-GObject-CRITICAL **: 15:46:00.619: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
(telegram-desktop:6166): GLib-GObject-CRITICAL **: 15:46:00.619: g_type_register_static: assertion 'parent_type > 0' failed

Upgrade to at least version Version 2.8.11-2.0 as that should fix the bug by executing:

pamac upgrade
KDE krunner and Alt+F1 issues

Symptoms:

  • krunner does not work, no popup when typing on empty desktop and Alt+F2 shows an empty transparent window within a subdued black frame.
  • application launcher doesn’t open with Alt+F1, and when opened with mouse, the entries in the menu don’t work (restart, shutdown etc.).

Solution:

  • Reboot through sudo reboot
  • remove from ~/.config :
    • kglobalshortcutsrc
    • krunnerrc
    • plasma-org.kde.plasma.desktop-appletsrc
  • change global theme and login screen to Breeze and reboot
  • login on tty and rm -rf ~/.cache
  • login on graphical screen
  • change global theme and login screen to Breath2 and reboot
KDE Plasma theme uses low contrast colors, harder to read

Symptoms:

  • You normally use a dark Plasma theme and notice that text on your Plasma menus, widgets, and tray are more difficult to read due to a lower contrast (light grey on dark grey).

  • This is due to the newly applied Breath2 2021 Dark Plasma theme.

  • breath2-2021-dark

Solution:

  • Switch back to your previously used Breath2 Dark or Breath Dark theme to bring back higher-contrast text.

  • System SettingsAppearancePlasma Style

  • breath2-original-dark

Dolphin fails to open Konsole using context menu action

Install kinit package.

pamac install kinit
4 Likes

Today’s update - not yet announced went smoothly except :

Error while configuring manjaro-keyring
Error while configuring manjaro-keyring
A restart is required for the changes to take effect.

can’t see the announcement for today’s update so posted here instead.

6 Likes

manjaro-keyring has still some invalid keys from some developers. We may drop them at some point, however they are not used anyway.

9 Likes

The only weird thing from the update was the fact that it made my add/remove software app look weird, it didn’t used to have inconsistent black borders around each package. I know it’s a nitpick but whatever.

What do you mean by “inconsistent”?

This release/update when very smooth… other than being notified of an issue while “configuring manjaro-keyring”… other than that, I had no issues rebooting, loading my apps, or playing a couple steam games.
Screenshot_20210916_092750
Here is also a little snippette I captured from pamac-manager in case it helps determine if this is an issue I need to worry about or not…

gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:  28  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1  valid:  28  signed:  84  trust: 0-, 0q, 0n, 28m, 0f, 0u
gpg: depth: 2  valid:  79  signed:  25  trust: 79-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2021-12-01
gpg: error reading key: No public key
Error while configuring manjaro-keyring
gpg: error reading key: No public key
Error while configuring manjaro-keyring
  -> Disabled 2 keys.
==> Updating trust database...
gpg: next trustdb check due at 2021-12-01
Running post-transaction hooks...
Arming ConditionNeedsUpdate...
Resolving dependencies...
Checking inter-conflicts...

Perhaps the two erroneous keys where the ones disabled? :man_shrugging:

P.S. Really love the new dual-pane pamac-manager in this release!

3 posts were split to a new topic: Manjaro mirrors not updating

Part of the update was the ownCloud Client from 2.8 to 2.9, which does not seem to be able to connect to the ownCloud server anymore. Generic error: “No owncloud connection configured.” Both here and on the ARM R-Pi update as well. Simple solutions of logging off and on again or re-install and all that does not help. If there is no fix, can we go back to the old 2.8 version. This is really crucial for work for me.
But apart from that, smooth sailing!

Edit: So as far as I can see there seems to be a problem with the 2.9 version of the ownCloud Client that is not fixed yet: Migration from 2.8.1 to 2.9.0 fails silently · Issue #9019 · owncloud/client · GitHub
So as long as the 2.9 version can hardly be called stable, maybe the 2.8 version is the better choice for the stable release as for now.

1 Like

Kernel 5.13 works very well but 5.14 give me only dummy output on sound (no soundcard were recognized) and if i want to restart the machine it takes a long time with error messages (systemd-shutdown SIGTERM/SIGKILL to PID… waiting for process pulseaudio). Tried deleting config and cookies from pulse, but doesn’t working

arecord -l

Zusammenfassung
arecord -l                                                       ✔ 
**** Liste der Hardware-Geräte (CAPTURE) ****
Karte 0: Intel [HDA Intel], Gerät 0: ALC888 Analog [ALC888 Analog]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 0: Intel [HDA Intel], Gerät 2: ALC888 Alt Analog [ALC888 Alt Analog]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 2: DSP [Hammerfall DSP], Gerät 0: RME Hammerfall HDSP 9632 [RME Hammerfall HDSP 9632]
  Sub-Geräte: 0/1
  Sub-Gerät #0: subdevice #0

lspci

Zusammenfassung
lspci                                                            ✔ 
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 02)
00:01.0 PCI bridge: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port (rev 02)
00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 02)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 02)
00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02)
00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
00:1f.0 ISA bridge: Intel Corporation 82801IR (ICH9R) LPC Interface Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode] (rev 02)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
01:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 970] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GM204 High Definition Audio Controller (rev a1)
03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6111/6121 SATA II / PATA Controller (rev b2)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 01)
05:00.0 Multimedia audio controller: Xilinx Corporation RME Hammerfall DSP (rev 9a)

sudo dmesg | egrep -i ‘(snd|sof|alsa|hda)’

Zusammenfassung
sudo dmesg | egrep -i '(snd|sof|alsa|hda)'              1 ✘  5s  
[    0.313884] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.340287] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.340288] software IO TLB: mapped [mem 0x00000000bbfb0000-0x00000000bffb0000] (64MB)
[    8.081089] snd_hda_intel 0000:01:00.1: Disabling MSI
[    8.081097] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    8.317145] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC888: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    8.317151] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.317153] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    8.317155] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    8.317156] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    8.317158] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    8.317159] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    8.317161] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    8.317162] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    8.331281] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    8.331341] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    8.331394] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    8.331456] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    8.331504] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[    8.331552] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[    8.331601] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[    8.331647] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[    8.341399] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
[    8.341448] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
[    8.341493] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
[    8.341541] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
[    8.341586] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
[    8.341629] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input25
[    8.341673] input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input26
[   20.033865] RIP: 0010:snd_dma_buffer_mmap+0x5/0x40 [snd_pcm]
[   20.033906]  snd_pcm_mmap_data+0x127/0x140 [snd_pcm]
[   20.033959] Modules linked in: squashfs loop mousedev joydev rfkill snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic iTCO_wdt intel_pmc_bxt iTCO_vendor_support ledtrig_audio coretemp gpio_ich kvm_intel snd_hdsp snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec r8169 kvm snd_rawmidi snd_hda_core snd_seq_device snd_hwdep snd_pcm irqbypass snd_timer realtek snd mdio_devres libphy intel_agp soundcore intel_gtt i2c_i801 i2c_smbus lpc_ich agpgart nvidia_drm(POE) mac_hid pcspkr nvidia_modeset(POE) drm_kms_helper cec syscopyarea sysfillrect sysimgblt fb_sys_fops nvidia(POE) fuse drm crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 ata_generic pata_acpi usbhid pata_marvell
[   20.034010] RIP: 0010:snd_dma_buffer_mmap+0x5/0x40 [snd_pcm]

systemctl --user status pulseaudio.service

Zusammenfassung
systemctl --user status pulseaudio.service                       ✔ 
● pulseaudio.service - Sound Service
     Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor>
     Active: active (running) since Thu 2021-09-16 20:45:47 CEST; 22min ago
TriggeredBy: ● pulseaudio.socket
   Main PID: 1242 (pulseaudio)
      Tasks: 6 (limit: 9519)
     Memory: 6.4M
        CPU: 79ms
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pulsea>
             ├─1242 /usr/bin/pulseaudio --daemonize=no --log-target=journal
             └─1265 /usr/lib/pulse/gsettings-helper

Sep 16 20:45:46 HAL-IIOXX1-p35-7345 systemd[1110]: Starting Sound Service...
Sep 16 20:45:46 HAL-IIOXX1-p35-7345 pulseaudio[1242]: Failed to open cookie fil>
Sep 16 20:45:46 HAL-IIOXX1-p35-7345 pulseaudio[1242]: Failed to load authentica>
Sep 16 20:45:46 HAL-IIOXX1-p35-7345 pulseaudio[1242]: Failed to open cookie fil>
Sep 16 20:45:46 HAL-IIOXX1-p35-7345 pulseaudio[1242]: Failed to load authentica>
Sep 16 20:45:47 HAL-IIOXX1-p35-7345 pulseaudio[1242]: stat('/etc/pulse/default.>
Sep 16 20:45:47 HAL-IIOXX1-p35-7345 systemd[1110]: Started Sound Service.
Sep 16 20:46:11 HAL-IIOXX1-p35-7345 pulseaudio[1242]: GetManagedObjects() faile>
lines 1-20/20 (END)...skipping...
● pulseaudio.service - Sound Service
     Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor>
     Active: active (running) since Thu 2021-09-16 20:45:47 CEST; 22min ago
TriggeredBy: ● pulseaudio.socket
   Main PID: 1242 (pulseaudio)
      Tasks: 6 (limit: 9519)
     Memory: 6.4M
        CPU: 79ms
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pulsea>
             ├─1242 /usr/bin/pulseaudio --daemonize=no --log-target=journal
             └─1265 /usr/lib/pulse/gsettings-helper

Sep 16 20:45:46 HAL-IIOXX1-p35-7345 systemd[1110]: Starting Sound Service...
Sep 16 20:45:46 HAL-IIOXX1-p35-7345 pulseaudio[1242]: Failed to open cookie fil>
Sep 16 20:45:46 HAL-IIOXX1-p35-7345 pulseaudio[1242]: Failed to load authentica>
Sep 16 20:45:46 HAL-IIOXX1-p35-7345 pulseaudio[1242]: Failed to open cookie fil>
Sep 16 20:45:46 HAL-IIOXX1-p35-7345 pulseaudio[1242]: Failed to load authentica>
Sep 16 20:45:47 HAL-IIOXX1-p35-7345 pulseaudio[1242]: stat('/etc/pulse/default.>
Sep 16 20:45:47 HAL-IIOXX1-p35-7345 systemd[1110]: Started Sound Service.
Sep 16 20:46:11 HAL-IIOXX1-p35-7345 pulseaudio[1242]: GetManagedObjects() faile>
~
~
~
~
lines 1-20/20 (END)
pulseaudio.service - Sound Service
     Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
     Active: active (running) since Thu 2021-09-16 20:45:47 CEST; 22min ago
TriggeredBy: ● pulseaudio.socket
   Main PID: 1242 (pulseaudio)
      Tasks: 6 (limit: 9519)
     Memory: 6.4M
        CPU: 79ms
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pulseaudio.service
             ├─1242 /usr/bin/pulseaudio --daemonize=no --log-target=journal
             └─1265 /usr/lib/pulse/gsettings-helper

Sep 16 20:45:46 HAL-IIOXX1-p35-7345 systemd[1110]: Starting Sound Service...
Sep 16 20:45:46 HAL-IIOXX1-p35-7345 pulseaudio[1242]: Failed to open cookie file '/home/lir/.config/pulse/cookie': Datei oder Verzeichnis nicht gefunden
Sep 16 20:45:46 HAL-IIOXX1-p35-7345 pulseaudio[1242]: Failed to load authentication key '/home/lir/.config/pulse/cookie': Datei oder Verzeichnis nicht gefunden
Sep 16 20:45:46 HAL-IIOXX1-p35-7345 pulseaudio[1242]: Failed to open cookie file '/home/lir/.pulse-cookie': Datei oder Verzeichnis nicht gefunden
Sep 16 20:45:46 HAL-IIOXX1-p35-7345 pulseaudio[1242]: Failed to load authentication key '/home/lir/.pulse-cookie': Datei oder Verzeichnis nicht gefunden
Sep 16 20:45:47 HAL-IIOXX1-p35-7345 pulseaudio[1242]: stat('/etc/pulse/default.pa.d'): Datei oder Verzeichnis nicht gefunden
Sep 16 20:45:47 HAL-IIOXX1-p35-7345 systemd[1110]: Started Sound Service.
Sep 16 20:46:11 HAL-IIOXX1-p35-7345 pulseaudio[1242]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy >

journalctl

Zusammenfassung
journalctl -p2 -b -0                                                                                                                                                                                                               INT ✘ 
-- Journal begins at Mon 2021-09-13 12:39:41 CEST, ends at Thu 2021-09-16 21:25:03 CEST. --
Sep 16 20:45:28 HAL-IIOXX1-p35-7345 kernel: BUG: kernel NULL pointer dereference, address: 0000000000000000
Sep 16 20:45:28 HAL-IIOXX1-p35-7345 kernel: #PF: supervisor read access in kernel mode
Sep 16 20:45:28 HAL-IIOXX1-p35-7345 kernel: #PF: error_code(0x0000) - not-present page

A post was split to a new topic: After the last update I get VBOX warnings

I had a small issue where dnscrypt-proxy was not working upon reboot. I had to remove my old dnscrypt-proxy.toml file and edit my dnscrypt-proxy.toml.pacnew file accordingly and remove the .pacnew suffix.

1 Like

Please read this:

Especially the Linux has multiple kernels section and then install an LTS kernel.

:bowing_man:

A post was merged into an existing topic: OpenGL not working after system update

2 posts were split to a new topic: After last update I got a new kernel

A post was split to a new topic: Keyring error on last update

A post was split to a new topic: Converted to personal message

Maybe the server version is too old now?

Found the forum thread that explained the key-ring “issue” I reported…

You might want to check the owncloud client change log. Perhaps they made a change from 2.8 to 2.9 that is no longer compatible with your owncloud config.

“Bugfix - Removed support for client side certificates”
“Change - Don’t ask the user to switch to http”
“Change - Remove support for http redirects”
“Change - We no longer try to locate an ownCloud install at /owncloud”

1 Like

Having that same issue with the keyring, no suggested solution for keyring issues helped with it.

I mean idk if it matters or not, since I’m not seeing any side effects from those errors, but since they are errors and not just warnings it’s a little alarming