잘못된 Linux 전원 문제

잘못된 Linux 전원 문제

나는 최근 Samsung NC10 넷북에 voidlinux를 설치했습니다. LxQT를 설치했는데 LxQT를 시작한 후 배터리를 찾을 수 없습니다. 문제로 판단하면 upower제대로 시작되지 않는 것 같습니다. 실행하면 /usr/libexec/upowerd다음 메시지가 나타납니다.

(upowerd:4419): GLib-GIO-CRITICAL **: 10:07:48.902: g_dbus_proxy_get_connection: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(upowerd:4419): GLib-GIO-CRITICAL **: 10:07:48.903: g_dbus_connection_signal_subscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(upowerd:4419): GLib-GIO-CRITICAL **: 10:07:48.903: g_dbus_proxy_call_sync_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(upowerd:4419): UPower-Linux-WARNING **: 10:07:48.903: Could not acquire inhibitor lock: Unknown reason

(upowerd:4419): GLib-GIO-CRITICAL **: 10:07:48.905: g_dbus_proxy_get_connection: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(upowerd:4419): GLib-GIO-CRITICAL **: 10:07:48.905: g_dbus_connection_signal_unsubscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

실행하려고 하면 다음과 같은 결과 upower가 나타납니다.

(upower:8422): UPower-WARNING **: 10:14:12.323: Cannot connect to upowerd: No se pudo conectar: No existe el fichero o el directorio

upowerd이것은 시스템에 존재하기 때문에 이상합니다 . 이 패키지를 다시 설치해 보았지만 여전히 동일한 문제가 있습니다. 시스템이 최신 상태이고 커널을 사용하고 있습니다.5.15.17_1

답변1

dbus해결책은 서비스에 추가하는 것입니다.ln -s /etc/sv/dbus /var/service/

관련 정보