カーネルパニックリカバリ後に複数のサービスが失敗する

カーネルパニックリカバリ後に複数のサービスが失敗する

先週、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.

どうすればいいのかわかりません。

非常にありがとう

ベストアンサー1

おすすめ記事