LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   system program problem report starting Yumi (https://www.linuxquestions.org/questions/linux-newbie-8/system-program-problem-report-starting-yumi-4175668377/)

mmm123 01-24-2020 03:00 PM

system program problem report starting Yumi
 
1 Attachment(s)
running Yumi v2.0.6.9. Getting warning "system program problem detected" every time i start laptop.
Run the /var/crash/ reports crash of Xorg file.

"me@me:~$ ls -l /var/crash/
total 2304
-rw-r----- 1 root whoopsie 2357024 Jan 23 18:27 _usr_lib_xorg_Xorg.0.crash"
X.org file attached

Questions:
1)should I worry and fix it? if yes,
2)how?
3) should i just disable crash reports if it is not going to effect proper functionallity ?

berndbausch 01-24-2020 07:30 PM

Looking at the time stamp, this crash is a day or two old (depending on your time zone). As a first step, remove it and reboot. See also https://askubuntu.com/questions/1333...-after-upgrade.

mmm123 01-24-2020 10:09 PM

Quote:

Originally Posted by berndbausch (Post 6082681)
Looking at the time stamp, this crash is a day or two old (depending on your time zone). As a first step, remove it and reboot. See also https://askubuntu.com/questions/1333...-after-upgrade.

Thanks for the link. My solution that helped was


On newer versions of ubuntu (15.04+)

To stop the service:

systemctl stop apport.service

To disable the service at startup:

sudo systemctl disable apport.service

To check the status of the service:

systemctl status apport.service

Finally, you can also prevent the startup of a systemd service by masking it. The service will not be able to start (even manually) unless unmasked.

systemctl mask apport.service

This should create symlink from /etc/systemd/system/apport.service to /dev/null. fedoraproject.org


All times are GMT -5. The time now is 07:20 PM.