Results 1 to 2 of 2

Thread: disable error messages - in 16.04.7

  1. #1
    Join Date
    Oct 2020
    Beans
    114

    disable error messages - in 16.04.7

    During every boot I get not one, but series of error messages asking me to report them.
    Then I get "...it has already been reported...".
    I cannot identify the subject of error , the performance of Ubuntu seems to be OK .
    I like to disable these - superficial errors , for now.

    I do not wish to waste anybody's, including mine time , elaborating / justifying the errors,

    I like to disable them if possible. Period.

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,616
    Distro
    Ubuntu

    Re: disable error messages - in 16.04.7

    This to remove the old crash reports.
    Code:
    cd /var/crash
    sudo rm *
    To disable apport
    edit the file /etc/default/apport
    change
    enabled=1 to enabled=0
    and save it.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •