0

I am getting following error Failed to start Process error reports when automatic reporting is enabled

And screen stuck here, any solution with live Ubuntu usb or anything else?

/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 Answers1

1

Disabling the apport service did it for me on Ubuntu 22.10:

- sudo systemctl disable apport.service

But given all the other errors that you have disabling this has nothing to do with the root cause of your problem. Go into /var/log (and also try sudo dmesg) and see what additional information is there to debug your issue.

douwe
  • 51