<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to fix &#8220;System program problem detected&#8221; error on Ubuntu	</title>
	<atom:link href="https://www.binarytides.com/ubuntu-fix-system-program-problem-error/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Fri, 31 Jul 2020 06:57:39 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Silver Moon		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-269133</link>

		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Fri, 31 Jul 2020 06:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-269133</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-223427&quot;&gt;Sérgio Araújo&lt;/a&gt;.

that looks like a good solution.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-223427">Sérgio Araújo</a>.</p>
<p>that looks like a good solution.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sérgio Araújo		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-223427</link>

		<dc:creator><![CDATA[Sérgio Araújo]]></dc:creator>
		<pubDate>Sat, 14 Dec 2019 21:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-223427</guid>

					<description><![CDATA[A shell function

fixissue(){
sudo rm /var/crash/*
sudo sed -i.backup &#039;/^enabled/s/1/0/g&#039; /etc/default/apport
sudo restart apport
} &#038;&#038; fixissue]]></description>
			<content:encoded><![CDATA[<p>A shell function</p>
<p>fixissue(){<br />
sudo rm /var/crash/*<br />
sudo sed -i.backup &#8216;/^enabled/s/1/0/g&#8217; /etc/default/apport<br />
sudo restart apport<br />
} &amp;&amp; fixissue</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: anth0ny		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-206390</link>

		<dc:creator><![CDATA[anth0ny]]></dc:creator>
		<pubDate>Tue, 27 Aug 2019 06:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-206390</guid>

					<description><![CDATA[Thanks for sharing this enabling me to stop the &#039;System program problem detected&#039; dialogue box continually appearing on start up, even after I&#039;ve clicked on the &#039;report&#039; option.

Thanks also for showing me where the crash reports are.

Any one not familiar with reading files in a terminal can see what &#039;program problem&#039; has been been detected by using the command:
$ less whatever_filename.crash (or $ sudo less whatever_filename.crash - if permission is denied)
is given after running
$ cd /var/crash
$ ls
As given in the first example

$ sudo rm /var/crash/*
Removed the &#039;System program problem detected&#039; dialogue box from further appearing on start up for me.

Thanks again!]]></description>
			<content:encoded><![CDATA[<p>Thanks for sharing this enabling me to stop the &#8216;System program problem detected&#8217; dialogue box continually appearing on start up, even after I&#8217;ve clicked on the &#8216;report&#8217; option.</p>
<p>Thanks also for showing me where the crash reports are.</p>
<p>Any one not familiar with reading files in a terminal can see what &#8216;program problem&#8217; has been been detected by using the command:<br />
$ less whatever_filename.crash (or $ sudo less whatever_filename.crash &#8211; if permission is denied)<br />
is given after running<br />
$ cd /var/crash<br />
$ ls<br />
As given in the first example</p>
<p>$ sudo rm /var/crash/*<br />
Removed the &#8216;System program problem detected&#8217; dialogue box from further appearing on start up for me.</p>
<p>Thanks again!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joe		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-202882</link>

		<dc:creator><![CDATA[Joe]]></dc:creator>
		<pubDate>Sat, 27 Jul 2019 19:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-202882</guid>

					<description><![CDATA[Thanks, fixed the problem on boot. 
Ubuntu 19.04 lts]]></description>
			<content:encoded><![CDATA[<p>Thanks, fixed the problem on boot.<br />
Ubuntu 19.04 lts</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eric Sebasta		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-196079</link>

		<dc:creator><![CDATA[Eric Sebasta]]></dc:creator>
		<pubDate>Mon, 06 May 2019 23:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-196079</guid>

					<description><![CDATA[as a developer, this is the single dumbest dialog I have ever seen. No way to view details, tells you nothing about what crashed or what is reported or even offer an option for details like it used to. worthless now.]]></description>
			<content:encoded><![CDATA[<p>as a developer, this is the single dumbest dialog I have ever seen. No way to view details, tells you nothing about what crashed or what is reported or even offer an option for details like it used to. worthless now.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Phil		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-195210</link>

		<dc:creator><![CDATA[Phil]]></dc:creator>
		<pubDate>Sun, 28 Apr 2019 17:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-195210</guid>

					<description><![CDATA[It works for me on Ubuntu 18.04.2 LTS  Bionic Beaver , thank you Sir !]]></description>
			<content:encoded><![CDATA[<p>It works for me on Ubuntu 18.04.2 LTS  Bionic Beaver , thank you Sir !</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Phil		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-195209</link>

		<dc:creator><![CDATA[Phil]]></dc:creator>
		<pubDate>Sun, 28 Apr 2019 17:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-195209</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-127311&quot;&gt;Danny&lt;/a&gt;.

Agree !]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-127311">Danny</a>.</p>
<p>Agree !</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Natetronn		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-183424</link>

		<dc:creator><![CDATA[Natetronn]]></dc:creator>
		<pubDate>Sat, 02 Mar 2019 17:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-183424</guid>

					<description><![CDATA[Reporting bugs is great. But this popup doesn&#039;t include the details like other popups do and we&#039;re left blind not knowing if this is a new error or an old error each and this every...single...time it happens. So, here we all are on this site, hunting down this tip. If a bug doesn&#039;t include details so I can try and address the issue myself then I&#039;m left with what? Yes, ending up here rm-ing stuff. And sure, it&#039;s lazy, I could have read those reports, now that I know where there are for the first time but, really? Get serious. RM they go!

Thanks!]]></description>
			<content:encoded><![CDATA[<p>Reporting bugs is great. But this popup doesn&#8217;t include the details like other popups do and we&#8217;re left blind not knowing if this is a new error or an old error each and this every&#8230;single&#8230;time it happens. So, here we all are on this site, hunting down this tip. If a bug doesn&#8217;t include details so I can try and address the issue myself then I&#8217;m left with what? Yes, ending up here rm-ing stuff. And sure, it&#8217;s lazy, I could have read those reports, now that I know where there are for the first time but, really? Get serious. RM they go!</p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mir		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-173797</link>

		<dc:creator><![CDATA[mir]]></dc:creator>
		<pubDate>Wed, 02 Jan 2019 20:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-173797</guid>

					<description><![CDATA[Also works on Xubuntu]]></description>
			<content:encoded><![CDATA[<p>Also works on Xubuntu</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Amin Khattak		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-154775</link>

		<dc:creator><![CDATA[Amin Khattak]]></dc:creator>
		<pubDate>Sun, 11 Feb 2018 12:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-154775</guid>

					<description><![CDATA[but what if the pop up actually reports a software problem . why the system reports the crash if it is not important. why user should get this kind of error in LTS releases. The pop up may indicate to user what is crashed for what reason.]]></description>
			<content:encoded><![CDATA[<p>but what if the pop up actually reports a software problem . why the system reports the crash if it is not important. why user should get this kind of error in LTS releases. The pop up may indicate to user what is crashed for what reason.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Samarth Naik		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-130914</link>

		<dc:creator><![CDATA[Samarth Naik]]></dc:creator>
		<pubDate>Sat, 16 Sep 2017 05:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-130914</guid>

					<description><![CDATA[Thanks! Works :)]]></description>
			<content:encoded><![CDATA[<p>Thanks! Works :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Danny		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-127311</link>

		<dc:creator><![CDATA[Danny]]></dc:creator>
		<pubDate>Fri, 18 Aug 2017 15:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-127311</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-98645&quot;&gt;Nikita&lt;/a&gt;.

Ubuntu is the OS of Google and Facebook and you name it, all the successful websites use Ubuntu. with Ubuntu you can do anything and everything. from complex programming to web crawling to artificial intelligence. but you must learn how to do it.
to me its endless ocean. the more you explore the new things you discover. unless you are dum dum. then well, i say, its useless t you. if you like and only rely on Graphical OS like windows. which restricts you to only playing media, word and spread sheets programs. then i say don&#039;t use Ubuntu. if you think Ubuntu is crap, then i think there is something wrong with you.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-98645">Nikita</a>.</p>
<p>Ubuntu is the OS of Google and Facebook and you name it, all the successful websites use Ubuntu. with Ubuntu you can do anything and everything. from complex programming to web crawling to artificial intelligence. but you must learn how to do it.<br />
to me its endless ocean. the more you explore the new things you discover. unless you are dum dum. then well, i say, its useless t you. if you like and only rely on Graphical OS like windows. which restricts you to only playing media, word and spread sheets programs. then i say don&#8217;t use Ubuntu. if you think Ubuntu is crap, then i think there is something wrong with you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: aku		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-114946</link>

		<dc:creator><![CDATA[aku]]></dc:creator>
		<pubDate>Sat, 15 Apr 2017 13:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-114946</guid>

					<description><![CDATA[I welcome the released ubuntu 17:04. After the update of ubuntu 16:10, wfi I was not working (offline). I have used various methods including driver downloads but income is the same. Ohh !! .. I was wrong, possible during the update, then I have downloaded the iso file and install it again but the result is still the same.

I was disappointed and now back to a more stable 16:10 ubuntu for me, makes me sick to think about the driver again.

&quot;WIFI TP-LINK&quot;]]></description>
			<content:encoded><![CDATA[<p>I welcome the released ubuntu 17:04. After the update of ubuntu 16:10, wfi I was not working (offline). I have used various methods including driver downloads but income is the same. Ohh !! .. I was wrong, possible during the update, then I have downloaded the iso file and install it again but the result is still the same.</p>
<p>I was disappointed and now back to a more stable 16:10 ubuntu for me, makes me sick to think about the driver again.</p>
<p>&#8220;WIFI TP-LINK&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dream Walker		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-109908</link>

		<dc:creator><![CDATA[Dream Walker]]></dc:creator>
		<pubDate>Sun, 12 Mar 2017 18:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-109908</guid>

					<description><![CDATA[thanks all fri. i&#039;m newbie for linux and face that report problem. Now, I know what to do. Have a good time.]]></description>
			<content:encoded><![CDATA[<p>thanks all fri. i&#8217;m newbie for linux and face that report problem. Now, I know what to do. Have a good time.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jent		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-101953</link>

		<dc:creator><![CDATA[Jent]]></dc:creator>
		<pubDate>Sat, 07 Jan 2017 20:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-101953</guid>

					<description><![CDATA[If you use sudo rm /var/crash*
you may miss any .lock files in directory
Try la or ls-a to see if they are there and directly remove any .lock files with
sudo rm .lock]]></description>
			<content:encoded><![CDATA[<p>If you use sudo rm /var/crash*<br />
you may miss any .lock files in directory<br />
Try la or ls-a to see if they are there and directly remove any .lock files with<br />
sudo rm .lock</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dolow		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-100214</link>

		<dc:creator><![CDATA[Dolow]]></dc:creator>
		<pubDate>Tue, 13 Dec 2016 16:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-100214</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-98645&quot;&gt;Nikita&lt;/a&gt;.

Ubuntu is great!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-98645">Nikita</a>.</p>
<p>Ubuntu is great!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nikita		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-98645</link>

		<dc:creator><![CDATA[Nikita]]></dc:creator>
		<pubDate>Fri, 18 Nov 2016 13:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-98645</guid>

					<description><![CDATA[jeez, ubuntu such a crap]]></description>
			<content:encoded><![CDATA[<p>jeez, ubuntu such a crap</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: troy nall		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-93221</link>

		<dc:creator><![CDATA[troy nall]]></dc:creator>
		<pubDate>Fri, 09 Sep 2016 01:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-93221</guid>

					<description><![CDATA[thanks. i really appreciate this.]]></description>
			<content:encoded><![CDATA[<p>thanks. i really appreciate this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: troy nall		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-93220</link>

		<dc:creator><![CDATA[troy nall]]></dc:creator>
		<pubDate>Fri, 09 Sep 2016 01:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-93220</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-67760&quot;&gt;Dan Broderick&lt;/a&gt;.

cd /var/crash


you gotta change directory first.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-67760">Dan Broderick</a>.</p>
<p>cd /var/crash</p>
<p>you gotta change directory first.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rael		</title>
		<link>https://www.binarytides.com/ubuntu-fix-system-program-problem-error/comment-page-1/#comment-87514</link>

		<dc:creator><![CDATA[Rael]]></dc:creator>
		<pubDate>Wed, 06 Jul 2016 16:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7039#comment-87514</guid>

					<description><![CDATA[Thank you dude helped me a lot]]></description>
			<content:encoded><![CDATA[<p>Thank you dude helped me a lot</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
