我收到以下错误Failed to start Process error reports when automatic reporting is enabled
屏幕卡在这里,有没有什么办法可以用实时 Ubuntu USB 或其他方法解决?
/dev/sda5: clean, 2025929/15564800 files, 40973826/62251776 blocks [FAILED] Failed to start Process error reports when automatic reporting is enabled.
[FAILED] Failed to start crash report submission daemon.
[FAILED] Failed to start MySQL Community Server.
[FAILED] Failed to start Process error reports when automatic reporting is enabled.
[FAILED] Failed to start crash report submission daemon.
[FAILED] Failed to start Process error reports when automatic reporting is enabled.
[FAILED] Failed to start MySQL Community Server.
[FAILED] Failed to start MySQL Community Server.
[FAILED] Failed to start Service for snap application anbox.container-manager.
[FAILED] Failed to start Service for snap application docker.dockerd.
[FAILED] Failed to start Systen Logging Service.
[FAILED] Failed to start D-Bus Systen Message Bus.
[FAILED] Failed to start D-Bus Systen Message Bus.
答案1
在 Ubuntu 22.10 上禁用 apport 服务对我来说是这样的:
- sudo systemctl disable apport.service
但考虑到您禁用的所有其他错误,这与问题的根本原因无关。进入 /var/log(并尝试 sudo dmesg)并查看有哪些其他信息可以调试您的问题。