内核恐慌恢复后多个服务失败

内核恐慌恢复后多个服务失败

上周我在尝试更新 python3 时崩溃了 debian,所以我有了一个绝妙的想法:

apt-get remove python3

然后 python 一个巨大的软件包被卸载,系统在内核恐慌中重新启动。

我可以通过使用 debian live CD 安装软件包列表来修复系统。

现在内核恐慌消失了,但系统启动时出现错误:

    [FAILED] Failed to start Create Static Device Nodes in /dev
see 'systemctl status systemd-tempfiles-setup.dev.services fo details 

[FAILED] Failed to start Flush Journal to Persistant Storage.
see 'systenctl status systend-journal-flush.service' for details

[FAILED] Failed to start Create Static Device Nodes in /dev
see 'systemctl status systemd-tempfiles-setup.dev.services fo details 

[FAILED] Failed to start Flush Journal to Persistant Storage.
see 'systenctl status systend-journal-flush.service' for details

[FAILED] Failed to start Raise network interfaces
se 'systemctl status networking.service' for details

[FAILED] Failed to start Login Service.
See 'systemctl status systemd-logind.service for details

[FAILED] Failed to start Modem Service.
see 'systemctl status ModemManager.service' for details

[FAILED] to start Accounts Service
see 'systemctl sttus rtkit-daemon.service' for details

[FAILED] to start Realtimekit Scheduling Policy
see 'systemctl status rtkit-daemon.service' for details.

[FAILED] to start Bluetooth.service.
see 'systemctl status bluetooth.service' for details.

[FAILED] to start Avahi mDNS/DNS-SD Stack.
see 'systemctl to start avahi-daemon.service' for details

[FAILED] Failed to start Network Manager.
See 'systeml status NetworkManager.service' for details

[DEPEND] Dependency failed for Network Manager Wait Online.

我不知道如何处理。

非常感谢

相关内容