How to fix “System program problem detected” error on Ubuntu

Copyright@BinaryTide

The error "System program problem detected" comes up when a certain application crashes. Ubuntu has a program called Apport that is responsible for detecting such crashes and upon user consent, report these crashes to developers. This process intends to get the problem fixed by the developers.

However it can be very annoying to common users, and there is no point in showing errors to users when they cannot do anything about it themselves. So you might want to disable them

.system program problem detected ubuntu


Remove crash report files

The apport system creates crash report files in the /var/crash directory. These crash report files cause the error message to appear everytime Ubuntu boots.

$ cd /var/crash
$ ls
_opt_google_chrome_chrome.1000.crash
_usr_lib_chromium-browser_chromium-browser.1000.crash
_usr_sbin_ulatencyd.0.crash
_usr_share_apport_apport-gtk.1000.crash

Just remove the crash report files

$ sudo rm /var/crash/*
After removing all the crash report files, the error message should stop popping up. However if a new crash takes place then it would appear again in future.

Turn off apport

After removing the old crash reports, if you still get the same error message, then you can completely turn off apport to get rid. Edit the configuration file at /etc/default/apport.

$sudo gedit /etc/default/apport
The file would contain something like this
# set this to 0 to disable apport, or to 1 to enable it
# you can temporarily override this with
# sudo service apport start force_start=1
enabled=1

Just set the value of enabled to 0, and this will disable apport.
enabled=0
Save the file and close it. From the next boot onwards, there should be no error messages ever.


If you do not want to restart the system then restart apport from the command line.

$ sudo restart apport






  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
VMtools是一种用于在虚拟机和宿主机之间进行通信和共享的软件。当在使用虚拟机时出现"System program problem detected"错误时,这表示VMtools遇到了一些问题或错误。 这个错误通常意味着VMtools在运行时遇到了一些程序异常或崩溃。 这可能是由于一些用户操作错误,或者可能是由于与其他软件或操作系统不兼容性引起的。出现这个错误可能会导致虚拟机的性能下降或造成一些功能无法正常使用。 在解决这个问题时,可以尝试以下几种方法: 1.重新安装VMtools:首先,可以尝试卸载原来的VMtools并重新安装最新版本的VMtools,以确保给定的错误是由旧版本的软件引起的。 2.更新虚拟机和宿主机的操作系统和软件:在安装VMtools之前,请确保虚拟机和宿主机的操作系统和相关软件都是最新版本。 可以通过下载和安装适当的更新和补丁来解决与软件和操作系统不兼容性引起的问题。 3.检查虚拟机配置和设置:确保虚拟机的配置和设置没有导致VMtools出现问题。 可以通过查看虚拟机的硬件配置、网络设置和其他相关设置来确认是否存在任何异常或错误。 4.寻求专业支持:如果上述方法不能解决问题,建议咨询VMware或其他虚拟机软件厂商的支持服务,以获取进一步的技术支持和指导。 总之,"System program problem detected"错误可能是由于VMtools的某些问题或错误引起的。 通过重新安装VMtools、更新操作系统和软件、检查虚拟机配置以及寻求专业支持等方法,可以尝试解决这个问题。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值