「PASysTray」- Pulse Audio System Tray @20210129

本文档详细介绍了在Kali GNU/Linux Rolling操作系统中遇到的两个常见错误:通知服务未找到和Avahi服务未运行。针对这些问题,提供了安装和启动Avahi服务的步骤,包括使用`apt-get install`安装相关组件,通过`systemctl`管理服务的启动和自启。这有助于用户解决系统 tray 应用pasystray的运行故障。

安装

#!/bin/bash

# Kali GNU/Linux Rolling
apt-get install pasystray

常见错误列表

#1

(pasystray:30116): pasystray-WARNING **: [notify] unable to show notification: g-dbus-error-quark:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was
not provided by any .service files (2)

原因:未知。可能是因为没有安装notification-daemon服务导致的。
解决:未解决。

#2 Error initializing Avahi: Daemon not running

(pasystray:30890): pasystray-WARNING **: Error initializing Avahi: Daemon not running

原因:没有安装avahi服务。或者avahi服务没有启动。
系统:Kali GNU/Linux Rolling
解决:安装avahi服务,并启动该服务。

 

# 安装avahi服务
apt-get install libavahi-common3 libavahi-core7 avahi-daemon
# 开机自启动
systemctl enable avahi-daemon
# 启动服务
systemctl start avahi-daemon

 

参考文献

WikiNotes/Pulse Audio System Tray
项目pasystray的GitHub中的地址

[root@server1 ~]# sudo dnf install pulseaudio pavucontrol Last metadata expiration check: 0:00:52 ago on Wed 13 Aug 2025 07:46:32 PM CST. Package pulseaudio-15.0-10.oe2203sp3.x86_64 is already installed. Dependencies resolved. ===================================================================================================== Package Architecture Version Repository Size ===================================================================================================== Installing: pavucontrol x86_64 5.0-1.oe2203sp3 everything 196 k Installing dependencies: atkmm x86_64 2.28.1-1.oe2203sp3 everything 83 k cairomm x86_64 1.12.0-11.oe2203sp3 everything 60 k glibmm24-help noarch 2.66.4-1.oe2203sp3 everything 6.4 M gtkmm30 x86_64 3.24.6-1.oe2203sp3 everything 11 M libsigc++20-help noarch 2.10.6-3.oe2203sp3 everything 5.1 M pangomm x86_64 2.46.2-1.oe2203sp3 everything 63 k Transaction Summary ===================================================================================================== Install 7 Packages Total download size: 23 M Installed size: 203 M Is this ok [y/N]: y Downloading Packages: (1/7): cairomm-1.12.0-11.oe2203sp3.x86_64.rpm 9.4 kB/s | 60 kB 00:06 (2/7): atkmm-2.28.1-1.oe2203sp3.x86_64.rpm 7.9 kB/s | 83 kB 00:10 (3/7): libsigc++20-help-2.10.6-3.oe2203sp3.noarch.rpm 327 kB/s | 5.1 MB 00:15 (4/7): pangomm-2.46.2-1.oe2203sp3.x86_64.rpm 306 kB/s | 63 kB 00:00 (5/7): pavucontrol-5.0-1.oe2203sp3.x86_64.rpm 675 kB/s | 196 kB 00:00 (6/7): glibmm24-help-2.66.4-1.oe2203sp3.noarch.rpm 230 kB/s | 6.4 MB 00:28 (7/7): gtkmm30-3.24.6-1.oe2203sp3.x86_64.rpm 454 kB/s | 11 MB 00:24 ----------------------------------------------------------------------------------------------------- Total 583 kB/s | 23 MB 00:40 Running transaction check Transaction check succeeded. Running transaction test pulseaudio --start Transaction test succeeded. Running transaction Preparing : 1/1 Installing : cairomm-1.12.0-11.oe2203sp3.x86_64 1/7 Running scriptlet: cairomm-1.12.0-11.oe2203sp3.x86_64 1/7 Installing : pangomm-2.46.2-1.oe2203sp3.x86_64 2/7 Running scriptlet: pangomm-2.46.2-1.oe2203sp3.x86_64 2/7 Installing : atkmm-2.28.1-1.oe2203sp3.x86_64 3/7 Installing : libsigc++20-help-2.10.6-3.oe2203sp3.noarch 4/7 Installing : glibmm24-help-2.66.4-1.oe2203sp3.noarch 5/7 Installing : gtkmm30-3.24.6-1.oe2203sp3.x86_64 6/7 Installing : pavucontrol-5.0-1.oe2203sp3.x86_64 7/7 Running scriptlet: pavucontrol-5.0-1.oe2203sp3.x86_64 7/7 Verifying : atkmm-2.28.1-1.oe2203sp3.x86_64 1/7 Verifying : cairomm-1.12.0-11.oe2203sp3.x86_64 2/7 Verifying : glibmm24-help-2.66.4-1.oe2203sp3.noarch 3/7 Verifying : gtkmm30-3.24.6-1.oe2203sp3.x86_64 4/7 Verifying : libsigc++20-help-2.10.6-3.oe2203sp3.noarch 5/7 Verifying : pangomm-2.46.2-1.oe2203sp3.x86_64 6/7 Verifying : pavucontrol-5.0-1.oe2203sp3.x86_64 7/7 Installed: atkmm-2.28.1-1.oe2203sp3.x86_64 cairomm-1.12.0-11.oe2203sp3.x86_64 glibmm24-help-2.66.4-1.oe2203sp3.noarch gtkmm30-3.24.6-1.oe2203sp3.x86_64 libsigc++20-help-2.10.6-3.oe2203sp3.noarch pangomm-2.46.2-1.oe2203sp3.x86_64 pavucontrol-5.0-1.oe2203sp3.x86_64 Complete! [root@server1 ~]# pulseaudio --start W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified). [root@server1 ~]# pavucontrol (pavucontrol:12170): GLib-GObject-CRITICAL **: 19:49:37.794: g_value_set_boxed: assertion 'G_VALUE_HOLDS_BOXED (value)' failed rpm ^C [root@server1 ~]# rpm -q dde-desktop-5.7.8.1-1.oe2203sp3.x86_64 dde-desktop-5.7.8.1-1.oe2203sp3.x86_64 [root@server1 ~]# sudo dnf install deepin-anything dde-session dde-api Last metadata expiration check: 0:04:11 ago on Wed 13 Aug 2025 07:46:32 PM CST. No match for argument: deepin-anything No match for argument: dde-session Package dde-api-5.5.32-1.oe2203sp3.x86_64 is already installed. Error: Unable to find a match: deepin-anything dde-session [root@server1 ~]# dde-tray --replace & [1] 12473 [root@server1 ~]# bash: dde-tray: command not found [1]+ Exit 127 dde-tray --replace [root@server1 ~]# dde-tray --replace & [1] 12495 bash: dde-tray: command not found [root@server1 ~]# dde-tray --replace bash: dde-tray: command not found [1]+ Exit 127 dde-tray --replace [root@server1 ~]# pulseaudio --start W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified). [root@server1 ~]# sudo dnf install pipewire wireplumber pavucontrol Last metadata expiration check: 0:05:55 ago on Wed 13 Aug 2025 07:46:32 PM CST. Package pipewire-0.3.38-1.oe2203sp3.x86_64 is already installed. No match for argument: wireplumber Package pavucontrol-5.0-1.oe2203sp3.x86_64 is already installed. Error: Unable to find a match: wireplumber [root@server1 ~]#
08-14
级别 时间 进程 信息 错误 2025-11-07 20:35:57 systemd[1] /lib/systemd/system/bluetooth.service:5: Failed to add dependency on lightdm.sevice, ignoring: Invalid argument 错误 2025-11-07 20:31:37 kernel usb-storage 4-4:1.0: Interface 0 is not authorized for usage 错误 2025-11-07 20:31:37 kernel uas 4-4:1.0: Interface 0 is not authorized for usage 错误 2025-11-07 20:30:08 kernel usb-storage 4-4:1.0: Interface 0 is not authorized for usage 错误 2025-11-07 20:30:08 kernel uas 4-4:1.0: Interface 0 is not authorized for usage 错误 2025-11-07 20:27:40 pulseaudio[3985] 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 blocked the reply, the reply timeout expired, or the network connection was broken. 错误 2025-11-07 20:27:37 NetworkManager[1782] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 20:27:37 NetworkManager[1782] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 20:27:37 NetworkManager[1782] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 20:27:25 pulseaudio[3985] Can't cancel echo between a sink and its monitor 错误 2025-11-07 20:27:25 pulseaudio[3985] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 20:27:24 pulseaudio[3985] Can't cancel echo between a sink and its monitor 错误 2025-11-07 20:27:24 pulseaudio[3985] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 20:27:20 pulseaudio[3985] stereo-fallback priority += 9 错误 2025-11-07 20:27:20 pulseaudio[3985] Init PulseAudio pow exponent 1.800000 of sink alsa_output.pci-0000_00_07.0.stereo-fallback 错误 2025-11-07 20:27:18 secRiskBox[4722] connect(signal_create):state:1 错误 2025-11-07 20:27:18 secRiskBox[4722] connect(signal_show):state:1 错误 2025-11-07 20:27:17 kernel EXT4-fs (sda16): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 20:27:17 kernel XFS (sda17): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 20:27:17 kernel XFS (sda4): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 20:27:17 kernel EXT4-fs (sdc2): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 20:27:15 systemd[1] /lib/systemd/system/bluetooth.service:5: Failed to add dependency on lightdm.sevice, ignoring: Invalid argument 错误 2025-11-07 20:27:15 pulseaudio[3985] Sink output does not exist. 错误 2025-11-07 20:27:15 pulseaudio[3985] Source input does not exist. 错误 2025-11-07 20:27:10 Xorg Failed to load module "loongson" (module does not exist, 0) 错误 2025-11-07 20:27:10 Xorg Failed to load module "loongson" (module does not exist, 0) 错误 2025-11-07 20:27:09 dbus-daemon[1781] [system] [limitCtl]:limit config org.ukui.GreeterDaemon.limit is corrupted, whitelist invalid. Update or reinstall corresponding software package! 错误 2025-11-07 20:27:05 kernel sd 0:0:0:0: [sda] Asking for cache data failed 错误 2025-11-07 20:27:05 kernel sd 0:0:0:0: [sda] Assuming drive cache: write through 错误 2025-11-07 20:27:05 kernel sd 1:0:0:0: [sdb] Asking for cache data failed 错误 2025-11-07 20:27:05 kernel sd 1:0:0:0: [sdb] Assuming drive cache: write through 错误 2025-11-07 20:27:05 kernel sd 2:0:0:0: [sdc] Asking for cache data failed 错误 2025-11-07 20:27:05 kernel sd 2:0:0:0: [sdc] Assuming drive cache: write through 错误 2025-11-07 20:27:05 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 20:27:05 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 20:27:05 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 20:27:05 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 20:27:05 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 20:27:05 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 20:27:05 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 20:27:05 kernel parport_pc parport_pc.956: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 20:27:05 kernel parport_pc parport_pc.888: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 20:27:05 kernel parport_pc parport_pc.632: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 20:27:05 kernel ipmi_si IPI0001:00: IRQ index 0 not found 错误 2025-11-07 20:27:05 kernel ipmi_si IPI0001:00: Interface detection failed 错误 2025-11-07 19:02:41 systemd[1] Failed unmounting /root.-- Reboot -- 错误 2025-11-07 19:02:40 systemd[3331] Failed to start Automatic tray update program. 错误 2025-11-07 19:02:40 systemd[3331] Failed to start System upgrade background detection program. 错误 2025-11-07 18:59:57 NetworkManager[1693] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 18:57:58 pulseaudio[3886] 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 blocked the reply, the reply timeout expired, or the network connection was broken. 错误 2025-11-07 18:57:57 NetworkManager[1693] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 18:57:57 NetworkManager[1693] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 18:57:57 NetworkManager[1693] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 18:57:42 pulseaudio[3886] Can't cancel echo between a sink and its monitor 错误 2025-11-07 18:57:42 pulseaudio[3886] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 18:57:40 pulseaudio[3886] Can't cancel echo between a sink and its monitor 错误 2025-11-07 18:57:40 pulseaudio[3886] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 18:57:37 kernel XFS (sda4): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 18:57:37 kernel XFS (sda17): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 18:57:37 pulseaudio[3886] stereo-fallback priority += 9 错误 2025-11-07 18:57:37 pulseaudio[3886] Init PulseAudio pow exponent 1.800000 of sink alsa_output.pci-0000_00_07.0.stereo-fallback 错误 2025-11-07 18:57:36 kernel EXT4-fs (sdc2): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 18:57:36 secRiskBox[4655] connect(signal_create):state:1 错误 2025-11-07 18:57:36 secRiskBox[4655] connect(signal_show):state:1 错误 2025-11-07 18:57:35 kernel EXT4-fs (sda16): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 18:57:33 pulseaudio[3886] Sink output does not exist. 错误 2025-11-07 18:57:33 pulseaudio[3886] Source input does not exist. 错误 2025-11-07 18:57:33 systemd[1] /lib/systemd/system/bluetooth.service:5: Failed to add dependency on lightdm.sevice, ignoring: Invalid argument 错误 2025-11-07 18:57:29 Xorg Failed to load module "loongson" (module does not exist, 0) 错误 2025-11-07 18:57:29 Xorg Failed to load module "loongson" (module does not exist, 0) 错误 2025-11-07 18:57:27 dbus-daemon[1687] [system] [limitCtl]:limit config org.ukui.GreeterDaemon.limit is corrupted, whitelist invalid. Update or reinstall corresponding software package! 错误 2025-11-07 18:57:23 kernel sd 0:0:0:0: [sda] Asking for cache data failed 错误 2025-11-07 18:57:23 kernel sd 0:0:0:0: [sda] Assuming drive cache: write through 错误 2025-11-07 18:57:23 kernel sd 1:0:0:0: [sdb] Asking for cache data failed 错误 2025-11-07 18:57:23 kernel sd 1:0:0:0: [sdb] Assuming drive cache: write through 错误 2025-11-07 18:57:23 kernel sd 2:0:0:0: [sdc] Asking for cache data failed 错误 2025-11-07 18:57:23 kernel sd 2:0:0:0: [sdc] Assuming drive cache: write through 错误 2025-11-07 18:57:23 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 18:57:23 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 18:57:23 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 18:57:23 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 18:57:23 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 18:57:23 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 18:57:23 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 18:57:23 kernel parport_pc parport_pc.956: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 18:57:23 kernel parport_pc parport_pc.888: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 18:57:23 kernel parport_pc parport_pc.632: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 18:57:23 kernel ipmi_si IPI0001:00: IRQ index 0 not found 错误 2025-11-07 18:57:23 kernel ipmi_si IPI0001:00: Interface detection failed 错误 2025-11-07 18:51:30 systemd[1] Failed unmounting /root.-- Reboot -- 错误 2025-11-07 18:51:28 systemd[3492] Failed to start System upgrade background detection program. 错误 2025-11-07 18:45:22 pulseaudio[4051] 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 blocked the reply, the reply timeout expired, or the network connection was broken. 错误 2025-11-07 18:45:17 NetworkManager[1776] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 18:45:17 NetworkManager[1776] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 18:45:17 NetworkManager[1776] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 18:45:06 pulseaudio[4051] Can't cancel echo between a sink and its monitor 错误 2025-11-07 18:45:06 pulseaudio[4051] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 18:45:05 pulseaudio[4051] Can't cancel echo between a sink and its monitor 错误 2025-11-07 18:45:05 pulseaudio[4051] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 18:45:01 pulseaudio[4051] stereo-fallback priority += 9 错误 2025-11-07 18:45:01 pulseaudio[4051] Init PulseAudio pow exponent 1.800000 of sink alsa_output.pci-0000_00_07.0.stereo-fallback 错误 2025-11-07 18:45:00 secRiskBox[4949] connect(signal_create):state:1 错误 2025-11-07 18:45:00 secRiskBox[4949] connect(signal_show):state:1 错误 2025-11-07 18:44:59 kernel EXT4-fs (sdc2): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 18:44:58 kernel EXT4-fs (sda16): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 18:44:58 kernel XFS (sda17): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 18:44:58 kernel XFS (sda4): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 18:44:57 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x0:0x0, last cmd=0x824017 错误 2025-11-07 18:44:57 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x0:0x0, last cmd=0x824017 错误 2025-11-07 18:44:57 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x1:0x0, last cmd=0x824017 错误 2025-11-07 18:44:57 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x0:0x0, last cmd=0x824017 错误 2025-11-07 18:44:57 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x0:0x0, last cmd=0x824017 错误 2025-11-07 18:44:57 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x0:0x0, last cmd=0x824017 错误 2025-11-07 18:44:57 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x0:0x0, last cmd=0x824017 错误 2025-11-07 18:44:57 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x0:0x0, last cmd=0x824017 错误 2025-11-07 18:44:57 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x0:0x0, last cmd=0x824017 错误 2025-11-07 18:44:57 kernel snd_hda_intel 0000:0b:00.1: spurious response 0x0:0x0, last cmd=0x824017 错误 2025-11-07 18:44:57 pulseaudio[4051] Sink output does not exist. 错误 2025-11-07 18:44:57 pulseaudio[4051] Source input does not exist. 错误 2025-11-07 18:44:57 systemd[1] /lib/systemd/system/bluetooth.service:5: Failed to add dependency on lightdm.sevice, ignoring: Invalid argument 错误 2025-11-07 18:44:45 dbus-daemon[1775] [system] [limitCtl]:limit config org.ukui.GreeterDaemon.limit is corrupted, whitelist invalid. Update or reinstall corresponding software package! 错误 2025-11-07 18:44:42 kernel sd 0:0:0:0: [sda] Asking for cache data failed 错误 2025-11-07 18:44:42 kernel sd 0:0:0:0: [sda] Assuming drive cache: write through 错误 2025-11-07 18:44:42 kernel sd 1:0:0:0: [sdb] Asking for cache data failed 错误 2025-11-07 18:44:42 kernel sd 1:0:0:0: [sdb] Assuming drive cache: write through 错误 2025-11-07 18:44:42 kernel sd 2:0:0:0: [sdc] Asking for cache data failed 错误 2025-11-07 18:44:42 kernel sd 2:0:0:0: [sdc] Assuming drive cache: write through 错误 2025-11-07 18:44:42 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 18:44:42 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 18:44:42 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 18:44:42 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 18:44:42 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 18:44:42 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 18:44:42 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 18:44:42 kernel parport_pc parport_pc.956: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 18:44:42 kernel parport_pc parport_pc.888: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 18:44:42 kernel parport_pc parport_pc.632: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 18:44:42 kernel ipmi_si IPI0001:00: IRQ index 0 not found 错误 2025-11-07 18:44:42 kernel ipmi_si IPI0001:00: Interface detection failed 错误 2025-11-07 17:50:55 kernel amdgpu: [powerplay] SMU load firmware failed 错误 2025-11-07 17:50:55 kernel amdgpu: [powerplay] fw load failed 错误 2025-11-07 17:50:55 kernel smu firmware loading failed 错误 2025-11-07 17:50:55 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 17:50:55 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 17:50:55 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 17:50:55 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 17:50:55 kernel amdgpu 0000:0b:00.0: couldn't schedule ib on ring <sdma0> 错误 2025-11-07 17:50:55 kernel [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22) 错误 2025-11-07 17:50:55 kernel [drm:amdgpu_gem_va_ioctl [amdgpu]] *ERROR* Couldn't update BO_VA (-2) 错误 2025-11-07 17:50:55 kernel [drm:amdgpu_gem_va_ioctl [amdgpu]] *ERROR* Couldn't update BO_VA (-2) 错误 2025-11-07 17:50:55 kernel CPU 6 Unable to handle kernel paging request at virtual address 0000000000000008, era == ffff8000022c9068, ra == ffff8000022b4e60-- Reboot -- 错误 2025-11-07 17:50:34 kernel [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck in loop for more than 5secs aborting 错误 2025-11-07 17:50:34 kernel [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck executing B170 (len 428, WS 20, PS 0) @ 0xB2A2 错误 2025-11-07 17:50:34 kernel [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck executing ADB8 (len 149, WS 0, PS 8) @ 0xAE19 错误 2025-11-07 17:50:29 kernel [drm:amdgpu_device_ip_suspend_phase2 [amdgpu]] *ERROR* suspend of IP block <powerplay> failed -22 错误 2025-11-07 17:50:29 kernel amdgpu 0000:0b:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110) 错误 2025-11-07 17:50:29 kernel [drm:gfx_v8_0_hw_fini [amdgpu]] *ERROR* KCQ disable failed 错误 2025-11-07 17:50:29 kernel cp is busy, skip halt cp 错误 2025-11-07 17:50:29 kernel rlc is busy, skip halt rlc 错误 2025-11-07 17:49:46 kernel watchdog: BUG: soft lockup - CPU#2 stuck for 22s! [kworker/2:1:280] 错误 2025-11-07 17:49:22 kernel rcu: INFO: rcu_sched self-detected stall on CPU 错误 2025-11-07 17:49:22 kernel rcu: 2-....: (5250 ticks this GP) idle=2b6/1/0x4000000000000002 softirq=1138931/1138931 fqs=2249 错误 2025-11-07 17:49:00 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=18645701, emitted seq=18645705 错误 2025-11-07 17:49:00 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process Xorg pid 9540 thread Xorg:cs0 pid 9541 错误 2025-11-07 17:48:50 kernel amdgpu: [powerplay] SMU load firmware failed 错误 2025-11-07 17:48:50 kernel amdgpu: [powerplay] fw load failed 错误 2025-11-07 17:48:50 kernel smu firmware loading failed 错误 2025-11-07 17:48:29 kernel [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck in loop for more than 5secs aborting 错误 2025-11-07 17:48:29 kernel [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck executing B170 (len 428, WS 20, PS 0) @ 0xB2A2 错误 2025-11-07 17:48:29 kernel [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck executing ADB8 (len 149, WS 0, PS 8) @ 0xAE19 错误 2025-11-07 17:48:24 kernel [drm:amdgpu_device_ip_suspend_phase2 [amdgpu]] *ERROR* suspend of IP block <powerplay> failed -22 错误 2025-11-07 17:48:24 kernel amdgpu 0000:0b:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110) 错误 2025-11-07 17:48:24 kernel [drm:gfx_v8_0_hw_fini [amdgpu]] *ERROR* KCQ disable failed 错误 2025-11-07 17:48:24 kernel cp is busy, skip halt cp 错误 2025-11-07 17:48:24 kernel rlc is busy, skip halt rlc 错误 2025-11-07 17:48:11 kernel rcu: INFO: rcu_sched self-detected stall on CPU 错误 2025-11-07 17:48:11 kernel rcu: 2-....: (5247 ticks this GP) idle=a8a/1/0x4000000000000002 softirq=1138884/1138884 fqs=2378 错误 2025-11-07 17:48:10 kernel watchdog: BUG: soft lockup - CPU#2 stuck for 21s! [kworker/2:1:280] 错误 2025-11-07 17:47:23 kernel [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck in loop for more than 5secs aborting 错误 2025-11-07 17:47:23 kernel [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck executing E7BE (len 761, WS 0, PS 0) @ 0xE856 错误 2025-11-07 17:47:18 kernel [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck in loop for more than 5secs aborting 错误 2025-11-07 17:47:18 kernel [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck executing E7BE (len 761, WS 0, PS 0) @ 0xE7EE 错误 2025-11-07 17:47:13 kernel [drm:hwss_wait_for_blank_complete [amdgpu]] *ERROR* DC: failed to blank crtc! 错误 2025-11-07 17:47:13 kernel [drm:dce110_reset_hw_ctx_wrap [amdgpu]] *ERROR* DC: failed to blank crtc! 错误 2025-11-07 17:46:46 kernel watchdog: BUG: soft lockup - CPU#2 stuck for 23s! [kworker/2:1:280] 错误 2025-11-07 17:46:19 kernel rcu: INFO: rcu_sched self-detected stall on CPU 错误 2025-11-07 17:46:19 kernel rcu: 2-....: (5249 ticks this GP) idle=a6e/1/0x4000000000000002 softirq=1138754/1138754 fqs=2341 错误 2025-11-07 17:45:56 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=18645699, emitted seq=18645701 错误 2025-11-07 17:45:56 kernel [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process ukui-kwin_x11 pid 10286 thread ukui-kwin_:cs0 pid 10393 错误 2025-11-07 17:37:17 systemd-coredump[237525] Process 229442 (PlantsVsZombies) of user 1000 dumped core. 错误 2025-11-07 15:12:38 systemd-coredump[102500] Process 102111 (biformlzcx) of user 1000 dumped core. 错误 2025-11-07 14:51:14 systemd-coredump[76369] Process 76363 (amisMain) of user 1000 dumped core. 错误 2025-11-07 14:51:13 systemd-coredump[76333] Process 76327 (amisMain) of user 1000 dumped core. 错误 2025-11-07 14:51:08 systemd-coredump[76181] Process 76168 (amisMain) of user 1000 dumped core. 错误 2025-11-07 14:32:17 systemd-coredump[53798] Process 10721 (ukui-menu) of user 1000 dumped core. 错误 2025-11-07 14:19:59 systemd-coredump[41753] Process 21397 (lbrowser) of user 1000 dumped core. 错误 2025-11-07 13:54:39 NetworkManager[1884] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 13:54:35 NetworkManager[1884] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 13:50:21 pulseaudio[10292] Can't cancel echo between a sink and its monitor 错误 2025-11-07 13:50:21 pulseaudio[10292] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 13:50:21 pulseaudio[10292] Can't cancel echo between a sink and its monitor 错误 2025-11-07 13:50:21 pulseaudio[10292] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 13:50:19 systemd-udevd[10659] sdd: /etc/udev/rules.d/99-kylin.rules:1 Failed to write ATTR{/sys/devices/pci0000:00/0000:00:19.0/usb4/4-3/4-3:1.0/host4/target4:0:0/4:0:0:0/block/sdd/queue/read_ahead_kb}, ignoring: No such file or directory 错误 2025-11-07 13:50:18 secRiskBox[10940] connect(signal_create):state:1 错误 2025-11-07 13:50:18 secRiskBox[10940] connect(signal_show):state:1 错误 2025-11-07 13:50:18 kernel XFS (sda4): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 13:50:18 kernel EXT4-fs (sdc2): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 13:50:18 kernel XFS (sda17): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 13:50:18 kernel EXT4-fs (sda16): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 13:50:17 kernel [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck in loop for more than 5secs aborting 错误 2025-11-07 13:50:17 kernel [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck executing E7BE (len 761, WS 0, PS 0) @ 0xE7EE 错误 2025-11-07 13:50:12 pulseaudio[10292] stereo-fallback priority += 9 错误 2025-11-07 13:50:12 pulseaudio[10292] Init PulseAudio pow exponent 1.800000 of sink alsa_output.pci-0000_00_07.0.stereo-fallback 错误 2025-11-07 13:50:12 systemd[1] /lib/systemd/system/bluetooth.service:5: Failed to add dependency on lightdm.sevice, ignoring: Invalid argument 错误 2025-11-07 13:50:12 pulseaudio[10292] Sink output does not exist. 错误 2025-11-07 13:50:12 pulseaudio[10292] Source input does not exist. 错误 2025-11-07 13:49:48 kysec-fixuserkid[9590] 'lightdm' is nologin user 错误 2025-11-07 13:49:27 systemd-coredump[9200] Process 6101 (ATService) of user 1000 dumped core. 错误 2025-11-07 13:48:49 pulseaudio[4216] 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 blocked the reply, the reply timeout expired, or the network connection was broken. 错误 2025-11-07 13:48:47 NetworkManager[1884] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 13:48:47 NetworkManager[1884] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 13:48:47 NetworkManager[1884] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached 错误 2025-11-07 13:48:33 pulseaudio[4216] Can't cancel echo between a sink and its monitor 错误 2025-11-07 13:48:33 pulseaudio[4216] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 13:48:32 systemd-udevd[5904] sdd: /etc/udev/rules.d/99-kylin.rules:1 Failed to write ATTR{/sys/devices/pci0000:00/0000:00:19.0/usb4/4-3/4-3:1.0/host4/target4:0:0/4:0:0:0/block/sdd/queue/read_ahead_kb}, ignoring: No such file or directory 错误 2025-11-07 13:48:32 pulseaudio[4216] Can't cancel echo between a sink and its monitor 错误 2025-11-07 13:48:32 pulseaudio[4216] Failed to load module "module-echo-cancel" (argument: "use_master_format=1 aec_method=webrtc aec_args=analog_gain_control=0 source_name=noiseReduceSource"): initialization failed. 错误 2025-11-07 13:48:28 pulseaudio[4216] stereo-fallback priority += 9 错误 2025-11-07 13:48:28 pulseaudio[4216] Init PulseAudio pow exponent 1.800000 of sink alsa_output.pci-0000_00_07.0.stereo-fallback 错误 2025-11-07 13:48:27 secRiskBox[4960] connect(signal_create):state:1 错误 2025-11-07 13:48:27 secRiskBox[4960] connect(signal_show):state:1 错误 2025-11-07 13:48:25 kernel EXT4-fs (sda16): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 13:48:25 kernel EXT4-fs (sdc2): couldn't mount RDWR because of unsupported optional features (10000) 错误 2025-11-07 13:48:25 kernel XFS (sda17): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 13:48:25 kernel XFS (sda4): Superblock has unknown read-only compatible features (0x8) enabled. 错误 2025-11-07 13:48:24 systemd[1] /lib/systemd/system/bluetooth.service:5: Failed to add dependency on lightdm.sevice, ignoring: Invalid argument 错误 2025-11-07 13:48:24 pulseaudio[4216] Sink output does not exist. 错误 2025-11-07 13:48:24 pulseaudio[4216] Source input does not exist. 错误 2025-11-07 13:48:17 dbus-daemon[1883] [system] [limitCtl]:limit config org.ukui.GreeterDaemon.limit is corrupted, whitelist invalid. Update or reinstall corresponding software package! 错误 2025-11-07 13:48:14 kernel sd 0:0:0:0: [sda] Asking for cache data failed 错误 2025-11-07 13:48:14 kernel sd 0:0:0:0: [sda] Assuming drive cache: write through 错误 2025-11-07 13:48:14 kernel sd 1:0:0:0: [sdb] Asking for cache data failed 错误 2025-11-07 13:48:14 kernel sd 1:0:0:0: [sdb] Assuming drive cache: write through 错误 2025-11-07 13:48:14 kernel sd 2:0:0:0: [sdc] Asking for cache data failed 错误 2025-11-07 13:48:14 kernel sd 2:0:0:0: [sdc] Assuming drive cache: write through 错误 2025-11-07 13:48:14 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 13:48:14 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 13:48:14 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 13:48:14 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 13:48:14 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 13:48:14 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 13:48:14 kernel amdgpu: [powerplay] No valid PCIE lane width reported 错误 2025-11-07 13:48:14 kernel parport_pc parport_pc.956: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 13:48:14 kernel parport_pc parport_pc.888: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 13:48:14 kernel parport_pc parport_pc.632: Unable to set coherent dma mask: disabling DMA 错误 2025-11-07 13:48:14 kernel ipmi_si IPI0001:00: IRQ index 0 not found 错误 2025-11-07 13:48:14 kernel ipmi_si IPI0001:00: Interface detection failed 错误 2025-11-07 06:06:55 NetworkManager[1855] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached-- Reboot -- 错误 2025-11-07 03:29:28 NetworkManager[1855] file src/nm-auth-utils.c: line 253 (<dropped>): should not be reached
最新发布
11-08
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值