skip to Main Content

anyone knows what this error is?

ABRT has detected 1 problem(s). For more info run: abrt-cli list –since

i got this, when i run “sudo su -“

thanks

2

Answers


  1. ABRT is the abbreviation for Automatic Bug Reporting Tool. It actually detects on your system crashes in applications written in C/C++ and Python, as well as kernel oopses. To figure out the details you would have to run abrt-cli list --since as it suggests.

    Login or Signup to reply.
  2. #systemctl disable initial-setup-text.service

    • Root Cause—

    The error is coming from the initial-setup package.

    Verify – Reboot machine

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search